Uses of Class
net.shibboleth.idp.authn.context.SubjectCanonicalizationContext
Packages that use SubjectCanonicalizationContext
Package
Description
APIs related to the authentication of a subject.
Context classes for managing authentication-related state.
Functions for traversing authentication contexts.
-
Uses of SubjectCanonicalizationContext in net.shibboleth.idp.authn
Fields in net.shibboleth.idp.authn declared as SubjectCanonicalizationContextModifier and TypeFieldDescriptionprivate SubjectCanonicalizationContextAbstractSubjectCanonicalizationAction.scContextSubjectCanonicalizationContextto operate on.Fields in net.shibboleth.idp.authn with type parameters of type SubjectCanonicalizationContextModifier and TypeFieldDescriptionAbstractSubjectCanonicalizationAction.scCtxLookupStrategyStrategy used to find theSubjectCanonicalizationContextfrom theProfileRequestContext.Methods in net.shibboleth.idp.authn that return SubjectCanonicalizationContextModifier and TypeMethodDescriptionprivate SubjectCanonicalizationContextAbstractSubjectCanonicalizationAction.getSubjectCanonicalizationContext()Null safe getter.Methods in net.shibboleth.idp.authn with parameters of type SubjectCanonicalizationContextModifier and TypeMethodDescriptionprotected voidAbstractSubjectCanonicalizationAction.doExecute(ProfileRequestContext profileRequestContext, SubjectCanonicalizationContext c14nContext) Performs this authentication action.protected booleanAbstractSubjectCanonicalizationAction.doPreExecute(ProfileRequestContext profileRequestContext, SubjectCanonicalizationContext c14nContext) Performs this c14n action's pre-execute step.Method parameters in net.shibboleth.idp.authn with type arguments of type SubjectCanonicalizationContextModifier and TypeMethodDescriptionvoidAbstractSubjectCanonicalizationAction.setLookupStrategy(Function<ProfileRequestContext, SubjectCanonicalizationContext> strategy) Set the context lookup strategy. -
Uses of SubjectCanonicalizationContext in net.shibboleth.idp.authn.context
Methods in net.shibboleth.idp.authn.context that return SubjectCanonicalizationContextModifier and TypeMethodDescriptionSubjectCanonicalizationContext.setAttemptedFlow(SubjectCanonicalizationFlowDescriptor flow) Set the last flow that was attempted for subject c14n.SubjectCanonicalizationContext.setException(Exception e) Set the exception raised by a failed canonicalization.SubjectCanonicalizationContext.setPrincipalName(String name) Set the canonical principal name of the subject.SubjectCanonicalizationContext.setRequesterId(String id) Set the requester's ID.SubjectCanonicalizationContext.setResponderId(String id) Set the responder's ID.SubjectCanonicalizationContext.setSubject(Subject newSubject) Set theSubjectto canonicalize.