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