Uses of Class
net.shibboleth.idp.authn.context.RequestedPrincipalContext
Packages that use RequestedPrincipalContext
Package
Description
APIs related to the authentication of a subject.
Context classes for managing authentication-related state.
Functions for traversing authentication contexts.
-
Uses of RequestedPrincipalContext in net.shibboleth.idp.authn
Methods in net.shibboleth.idp.authn with parameters of type RequestedPrincipalContextModifier and TypeMethodDescriptionprotected booleanAbstractCredentialValidator.isAcceptable(RequestedPrincipalContext requestedPrincipalCtx, Subject subject, String configName) Checks a particular request and principal collection for suitability. -
Uses of RequestedPrincipalContext in net.shibboleth.idp.authn.context
Methods in net.shibboleth.idp.authn.context that return RequestedPrincipalContextModifier and TypeMethodDescriptionRequestedPrincipalContext.setMatchingPrincipal(Principal principal) Set the principal that matched the request's requirements, if any.RequestedPrincipalContext.setOperator(String operator) Set the comparison operator for matching requested principals.RequestedPrincipalContext.setPrincipalEvalPredicateFactoryRegistry(PrincipalEvalPredicateFactoryRegistry registry) Set the registry of predicate factories for custom principal evaluation.RequestedPrincipalContext.setRequestedPrincipals(List<Principal> principals) Set list of principals reflecting the request requirements.