Package org.keycloak.models
Interface RoleModel.RoleNameChangeEvent
- 
- All Superinterfaces:
- ProviderEvent
 - Enclosing interface:
- RoleModel
 
 public static interface RoleModel.RoleNameChangeEvent extends ProviderEvent 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClientId()KeycloakSessiongetKeycloakSession()StringgetNewName()StringgetPreviousName()RealmModelgetRealm()
 
- 
- 
- 
Method Detail- 
getRealmRealmModel getRealm() 
 - 
getNewNameString getNewName() 
 - 
getPreviousNameString getPreviousName() 
 - 
getClientIdString getClientId() - Returns:
- the Client ID of the client, for a client role; null, for a realm role
 
 - 
getKeycloakSessionKeycloakSession getKeycloakSession() 
 
- 
 
-