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