Class AbstractInternalSystemAdministrator

    • Constructor Detail

      • AbstractInternalSystemAdministrator

        public AbstractInternalSystemAdministrator()
    • Method Detail

      • postConstruct

        public void postConstruct()
        Specified by:
        postConstruct in interface org.glassfish.hk2.api.PostConstruct
      • createSubject

        protected Subject createSubject()
        Creates a subject using the impersonate method on the authentication service.
        Returns:
        the Subject to use for the internal system administrator.
      • getInternalUsername

        protected abstract String getInternalUsername()
      • getAdminGroupName

        protected abstract String getAdminGroupName()