Uses of Interface
de.extio.spacecraft.shared.managers.SecurityFacade
-
Packages that use SecurityFacade Package Description de.extio.spacecraft.shared.client Managers and business objects related to the game client.de.extio.spacecraft.shared.server Managers for the game server. -
-
Uses of SecurityFacade in de.extio.spacecraft.shared.client
Methods in de.extio.spacecraft.shared.client that return SecurityFacade Modifier and Type Method Description abstract SecurityFacade
EngineFacade. getSecurityFacade()
The security facade -
Uses of SecurityFacade in de.extio.spacecraft.shared.server
Methods in de.extio.spacecraft.shared.server that return SecurityFacade Modifier and Type Method Description abstract SecurityFacade
ServerFacade. getSecurityFacade()
The security facade
-