Class SecurityServicesUtil


  • @Service
    @Singleton
    public class SecurityServicesUtil
    extends Object
    • Constructor Detail

      • SecurityServicesUtil

        public SecurityServicesUtil()
    • Method Detail

      • getHabitat

        public org.glassfish.hk2.api.ServiceLocator getHabitat()
        write the new secure seed to the secure.seed file to speed up startup the next time the server is started.
        Parameters:
        fname - secure.seed file
        seed - seed the value of the 8 byte seed.
      • getProcessEnv

        public org.glassfish.api.admin.ProcessEnvironment getProcessEnv()
      • isACC

        public boolean isACC()
      • isServer

        public boolean isServer()
      • isNotServerOrACC

        public boolean isNotServerOrACC()
      • setCallbackHandler

        public void setCallbackHandler​(CallbackHandler callbackHandler)