Uses of Class
net.shibboleth.idp.authn.context.RequestedPrincipalContext
-
Packages that use RequestedPrincipalContext Package Description net.shibboleth.idp.authn APIs related to the authentication of a subject.net.shibboleth.idp.authn.context Context classes for managing authentication-related state.net.shibboleth.idp.authn.context.navigate Functions for traversing authentication contexts. -
-
Uses of RequestedPrincipalContext in net.shibboleth.idp.authn
Methods in net.shibboleth.idp.authn with parameters of type RequestedPrincipalContext Modifier and Type Method Description protected 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 RequestedPrincipalContext Modifier and Type Method Description RequestedPrincipalContextRequestedPrincipalContext. setMatchingPrincipal(Principal principal)Set the principal that matched the request's requirements, if any.RequestedPrincipalContextRequestedPrincipalContext. setOperator(String operator)Set the comparison operator for matching requested principals.RequestedPrincipalContextRequestedPrincipalContext. setPrincipalEvalPredicateFactoryRegistry(PrincipalEvalPredicateFactoryRegistry registry)Set the registry of predicate factories for custom principal evaluation.RequestedPrincipalContextRequestedPrincipalContext. setRequestedPrincipals(List<Principal> principals)Set list of principals reflecting the request requirements. -
Uses of RequestedPrincipalContext in net.shibboleth.idp.authn.context.navigate
Methods in net.shibboleth.idp.authn.context.navigate with parameters of type RequestedPrincipalContext Modifier and Type Method Description StringRequestedPrincipalContextOperatorLookupFunction. apply(RequestedPrincipalContext input)Collection<String>RequestedPrincipalContextPrincipalLookupFunction. apply(RequestedPrincipalContext input)
-