Package org.keycloak.models
Interface RoleModel.RoleNameChangeEvent
-
- All Superinterfaces:
ProviderEvent
- Enclosing interface:
- RoleModel
public static interface RoleModel.RoleNameChangeEvent extends ProviderEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getClientId()
KeycloakSession
getKeycloakSession()
String
getNewName()
String
getPreviousName()
RealmModel
getRealm()
-
-
-
Method Detail
-
getRealm
RealmModel getRealm()
-
getNewName
String getNewName()
-
getPreviousName
String getPreviousName()
-
getClientId
String getClientId()
- Returns:
- the Client ID of the client, for a client role;
null
, for a realm role
-
getKeycloakSession
KeycloakSession getKeycloakSession()
-
-