Uses of Class
net.shibboleth.idp.authn.AbstractSubjectCanonicalizationAction
-
Packages that use AbstractSubjectCanonicalizationAction Package Description net.shibboleth.idp.authn.impl Implementation of various authentication actions.net.shibboleth.idp.saml.nameid.impl Implementation of SAMLNameIDandNameIdentifiergeneration and consumption. -
-
Uses of AbstractSubjectCanonicalizationAction in net.shibboleth.idp.authn.impl
Subclasses of AbstractSubjectCanonicalizationAction in net.shibboleth.idp.authn.impl Modifier and Type Class Description classAttributeSourcedSubjectCanonicalizationAn 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.classPopulateSubjectCanonicalizationContextAn action that populates aSubjectCanonicalizationContextwith theSubjectCanonicalizationFlowDescriptorobjects configured into the IdP.classSelectSubjectCanonicalizationFlowA canonicalization action that selects a canonicalization flow to invoke.classSimpleSubjectCanonicalizationAn action that operates on aSubjectCanonicalizationContextchild of the currentProfileRequestContext, and transforms the inputSubjectinto a principal name by searching for one and only oneUsernamePrincipalcustom principal.classX500SubjectCanonicalizationAn 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.impl Modifier and Type Class Description classLegacyCanonicalizationDeprecated.classNameIDCanonicalizationAction 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.classNameIdentifierCanonicalizationAction 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.
-