Package org.pac4j.core.client


package org.pac4j.core.client
  • Class
    Description
    This class is the default implementation of an authentication client (whatever the mechanism).
    This interface is the core class of the library.
    This class is made to group multiple clients, generally on one callback url.
    Direct client: credentials are passed and authentication occurs for every HTTP request.
    Indirect client: the requested protected URL is saved, the user is redirected to the identity provider for login and back to the application after the sucessful authentication and finally to the originally requested URL.