- CLIENT_NAME - Static variable in class org.jasig.cas.support.pac4j.authentication.ClientAuthenticationMetaDataPopulator
-
The name of the client used to perform the authentication.
- ClientAction - Class in org.jasig.cas.support.pac4j.web.flow
-
This class represents an action to put at the beginning of the webflow.
- ClientAction(CentralAuthenticationService, Clients) - Constructor for class org.jasig.cas.support.pac4j.web.flow.ClientAction
-
Build the action.
- ClientAuthenticationHandler - Class in org.jasig.cas.support.pac4j.authentication.handler.support
-
This handler authenticates the client credentials : it uses them to get the user profile returned by the provider
for an authenticated user.
- ClientAuthenticationHandler(Clients) - Constructor for class org.jasig.cas.support.pac4j.authentication.handler.support.ClientAuthenticationHandler
-
Define the clients.
- ClientAuthenticationMetaDataPopulator - Class in org.jasig.cas.support.pac4j.authentication
-
This class is a meta data populator for authentication.
- ClientAuthenticationMetaDataPopulator() - Constructor for class org.jasig.cas.support.pac4j.authentication.ClientAuthenticationMetaDataPopulator
-
- ClientCredential - Class in org.jasig.cas.support.pac4j.authentication.principal
-
This class represents client credentials and (after authentication) a user profile.
- ClientCredential(Credentials) - Constructor for class org.jasig.cas.support.pac4j.authentication.principal.ClientCredential
-
Define the credentials.