Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

New CAS documentation site

CAS documentation has moved over to jasig.github.io/cas, starting with CAS version 4.x. The wiki will no longer be maintained. For the most recent version of the documentation, please refer to the aforementioned link.

By default, the DefaultAuthenticationManager is configured in the deployerConfigContext.xml. It allows you to configure lists of AuthenticationHandlers, CredentialsToPrincipalResolvers and AuthenticationMetaDataAttributePopulators.

It requires no correlation between AuthenticationHandlers and CredentialsToPrincipalResolvers. It automatically determines which handler and resolver to use based on the provided credentials. Its easier to configure and the most flexible. However, its algorithm is obviously slower than a Manager that provides a direct mapping between credentials and AuthenticationHandlers/CredentialsToPrincipalResolver.

  • No labels