Package org.keycloak.models.jpa.entities
Class RealmAttributeEntity.Key
- java.lang.Object
-
- org.keycloak.models.jpa.entities.RealmAttributeEntity.Key
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- RealmAttributeEntity
public static class RealmAttributeEntity.Key extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
name
protected RealmEntity
realm
-
Constructor Summary
Constructors Constructor Description Key()
Key(RealmEntity user, String name)
-
-
-
Field Detail
-
realm
protected RealmEntity realm
-
name
protected String name
-
-
Constructor Detail
-
Key
public Key()
-
Key
public Key(RealmEntity user, String name)
-
-