Class AgentAuthenticationService
- java.lang.Object
-
- org.forgerock.openig.tools.authentication.chf.DefaultAuthenticationService
-
- org.forgerock.openig.tools.authentication.chf.AgentAuthenticationService
-
- All Implemented Interfaces:
AuthenticationService
public class AgentAuthenticationService extends DefaultAuthenticationService
AnAgentAuthenticationService
authenticate agent credentials (not subject credentials), forcing the login module to Application (restricted to agents).
-
-
Constructor Summary
Constructors Constructor Description AgentAuthenticationService(Handler handler, URI uri)
Constructs aAgentAuthenticationService
.
-