public static class IniSecurityManagerService.Mixin extends org.apache.shiro.config.IniSecurityManagerFactory implements IniSecurityManagerService
IniSecurityManagerService.MixinServiceActivation.ServiceActivator| Constructor and Description |
|---|
Mixin() |
| Modifier and Type | Method and Description |
|---|---|
void |
activateService()
Called after ServiceComposite Activation.
|
org.apache.shiro.mgt.SecurityManager |
getSecurityManager() |
void |
passivateService()
Called before ServiceComposite Passivation.
|
applyRealmsToSecurityManager, createDefaultInstance, createDefaults, createInstance, createRealm, destroy, getBeans, isAutoApplyRealms, shouldImplicitlyCreateRealmcreateInstance, getIni, loadDefaultClassPathIni, resolveIni, setInipublic void activateService()
throws Exception
ServiceActivationactivateService in interface ServiceActivationException - if unable to activatepublic void passivateService()
throws Exception
ServiceActivationpassivateService in interface ServiceActivationException - if unable to passivatepublic org.apache.shiro.mgt.SecurityManager getSecurityManager()
getSecurityManager in interface IniSecurityManagerService