Package org.keycloak.models
Interface GroupModel.GroupPathChangeEvent
-
- All Superinterfaces:
ProviderEvent
- Enclosing interface:
- GroupModel
public static interface GroupModel.GroupPathChangeEvent extends ProviderEvent
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KeycloakSessiongetKeycloakSession()StringgetNewPath()StringgetPreviousPath()RealmModelgetRealm()
-
-
-
Method Detail
-
getRealm
RealmModel getRealm()
-
getNewPath
String getNewPath()
-
getPreviousPath
String getPreviousPath()
-
getKeycloakSession
KeycloakSession getKeycloakSession()
-
-