Class AgentAuthenticationService

  • All Implemented Interfaces:
    AuthenticationService

    public class AgentAuthenticationService
    extends DefaultAuthenticationService
    An AgentAuthenticationService authenticate agent credentials (not subject credentials), forcing the login module to Application (restricted to agents).
    • Constructor Detail

      • AgentAuthenticationService

        public AgentAuthenticationService​(Handler handler,
                                          URI uri)
        Constructs a AgentAuthenticationService.
        Parameters:
        handler - HTTP handler used to communicate with AM
        uri - the absolute AM authentication endpoint URI (usually ending with /json/authenticate).