Package de.willuhn.jameica.services
Class SecurityManagerService
- java.lang.Object
-
- de.willuhn.jameica.services.SecurityManagerService
-
- All Implemented Interfaces:
de.willuhn.boot.Bootable
public class SecurityManagerService extends java.lang.Object implements de.willuhn.boot.Bootable
Service, der den Security-Manager setzt.
-
-
Constructor Summary
Constructors Constructor Description SecurityManagerService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class[]
depends()
JameicaSecurityManager
getSecurityManager()
Liefert die Instanz des Security-Managers.void
init(de.willuhn.boot.BootLoader loader, de.willuhn.boot.Bootable caller)
void
shutdown()
-
-
-
Method Detail
-
depends
public java.lang.Class[] depends()
- Specified by:
depends
in interfacede.willuhn.boot.Bootable
- See Also:
Bootable.depends()
-
init
public void init(de.willuhn.boot.BootLoader loader, de.willuhn.boot.Bootable caller) throws de.willuhn.boot.SkipServiceException
- Specified by:
init
in interfacede.willuhn.boot.Bootable
- Throws:
de.willuhn.boot.SkipServiceException
- See Also:
Bootable.init(de.willuhn.boot.BootLoader, de.willuhn.boot.Bootable)
-
getSecurityManager
public JameicaSecurityManager getSecurityManager()
Liefert die Instanz des Security-Managers.- Returns:
- die Instanz des Security-Managers.
-
shutdown
public void shutdown()
- Specified by:
shutdown
in interfacede.willuhn.boot.Bootable
- See Also:
Bootable.shutdown()
-
-