Class SpnegoPrincipalResolver
java.lang.Object
org.apereo.cas.authentication.principal.resolvers.PersonDirectoryPrincipalResolver
org.apereo.cas.support.spnego.authentication.principal.SpnegoPrincipalResolver
- All Implemented Interfaces:
org.apereo.cas.authentication.principal.PrincipalResolver,org.springframework.core.Ordered
public class SpnegoPrincipalResolver
extends org.apereo.cas.authentication.principal.resolvers.PersonDirectoryPrincipalResolver
Implementation of a CredentialToPrincipalResolver that takes a
SpnegoCredential and returns a SimplePrincipal.
- Since:
- 3.1
-
Field Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCEFields inherited from interface org.apereo.cas.authentication.principal.PrincipalResolver
BEAN_NAME_ATTRIBUTE_REPOSITORY, BEAN_NAME_GLOBAL_PRINCIPAL_ATTRIBUTE_REPOSITORY, BEAN_NAME_PRINCIPAL_RESOLVER -
Constructor Summary
ConstructorsConstructorDescriptionSpnegoPrincipalResolver(org.apereo.cas.authentication.principal.resolvers.PrincipalResolutionContext context) -
Method Summary
Methods inherited from class org.apereo.cas.authentication.principal.resolvers.PersonDirectoryPrincipalResolver
buildPrincipalResolutionContext, getAttributeRepository, getContext, newPersonDirectoryPrincipalResolver, newPersonDirectoryPrincipalResolver, newPersonDirectoryPrincipalResolver, resolveMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apereo.cas.authentication.principal.PrincipalResolver
getName, getOrder, resolve, resolve
-
Constructor Details
-
SpnegoPrincipalResolver
public SpnegoPrincipalResolver(org.apereo.cas.authentication.principal.resolvers.PrincipalResolutionContext context)
-
-
Method Details
-
supports
public boolean supports(org.apereo.cas.authentication.Credential credential) - Specified by:
supportsin interfaceorg.apereo.cas.authentication.principal.PrincipalResolver- Overrides:
supportsin classorg.apereo.cas.authentication.principal.resolvers.PersonDirectoryPrincipalResolver
-
toString
- Overrides:
toStringin classorg.apereo.cas.authentication.principal.resolvers.PersonDirectoryPrincipalResolver
-