Uses of Class
org.pac4j.core.client.BaseClient
Packages that use BaseClient
-
Uses of BaseClient in org.pac4j.core.client
Subclasses of BaseClient in org.pac4j.core.clientModifier and TypeClassDescriptionclassDirect client: credentials are passed and authentication occurs for every HTTP request.classIndirect 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. -
Uses of BaseClient in org.pac4j.core.client.direct
Subclasses of BaseClient in org.pac4j.core.client.direct