Uses of Class
net.shibboleth.idp.authn.AbstractSubjectCanonicalizationAction
Packages that use AbstractSubjectCanonicalizationAction
Package
Description
Implementation of various authentication actions.
Implementation of SAML
NameID and
NameIdentifier generation and consumption.-
Uses of AbstractSubjectCanonicalizationAction in net.shibboleth.idp.authn.impl
Subclasses of AbstractSubjectCanonicalizationAction in net.shibboleth.idp.authn.implModifier and TypeClassDescriptionclassAn action that extracts a resolvedIdPAttributevalue from anAttributeContextchild obtained via lookup function (by default a child of theSubjectCanonicalizationContext), and uses it as the result of subject canonicalization.classAn action that populates aSubjectCanonicalizationContextwith theSubjectCanonicalizationFlowDescriptorobjects configured into the IdP.classA canonicalization action that selects a canonicalization flow to invoke.classAn action that operates on aSubjectCanonicalizationContextchild of the currentProfileRequestContext, and transforms the inputSubjectinto a principal name by searching for one and only oneUsernamePrincipalcustom principal.classAn action that operates on aSubjectCanonicalizationContextchild of the currentProfileRequestContext, and transforms the inputSubjectinto a principal name by searching for one and only oneX509Certificatepublic credential, or in its absence one and only oneX500Principal. -
Uses of AbstractSubjectCanonicalizationAction in net.shibboleth.idp.saml.nameid.impl
Subclasses of AbstractSubjectCanonicalizationAction in net.shibboleth.idp.saml.nameid.implModifier and TypeClassDescriptionclassAction to perform subject canonicalization, transforming the inputSubjectinto a principal name by searching for one and only oneNameIDPrincipalcustom principal, using an injectedNameIDDecoderto carry out the process.classAction to perform subject canonicalization, transforming the inputSubjectinto a principal name by searching for one and only oneNameIdentifierPrincipalcustom principal, using an injectedNameIdentifierDecoderto carry out the process.