Package org.keycloak.models
Interface RealmModel.RealmAttributeUpdateEvent
- All Superinterfaces:
ProviderEvent
- Enclosing interface:
- RealmModel
-
Method Summary
-
Method Details
-
getRealm
RealmModel getRealm() -
getAttributeName
String getAttributeName() -
getAttributeValue
String getAttributeValue() -
getKeycloakSession
KeycloakSession getKeycloakSession()
-