Class SecurityRealm

    • Constructor Detail

      • SecurityRealm

        public SecurityRealm()
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns:
        unique name of this realm, e.g. "ldap"
      • init

        public void init()
        Invoked during server startup and can be used to initialize internal state.
      • doGetAuthenticator

        public abstract Authenticator doGetAuthenticator()
        Since:
        3.1, 10.0 this method does not provide a default implementation anymore