Uses of Interface
net.shibboleth.idp.profile.FlowDescriptor
Packages that use FlowDescriptor
Package
Description
Classes supporting administrative interface machinery.
APIs related to the authentication of a subject.
Implementation of various authentication actions.
Actions and flow descriptors related to attribute release consent.
Actions and flow descriptors related to consent.
Classes supporting profile interceptor machinery.
Code for manipulating NameIDs and NameIdentifiers.
Implementation of SAML
NameID and
NameIdentifier generation and consumption.-
Uses of FlowDescriptor in net.shibboleth.idp.admin
Subinterfaces of FlowDescriptor in net.shibboleth.idp.adminModifier and TypeInterfaceDescriptioninterfaceA descriptor for an administrative flow.Classes in net.shibboleth.idp.admin that implement FlowDescriptorModifier and TypeClassDescriptionclassA descriptor for an administrative flow.classDescriptor for an administrative flow that tracks whether it's been run or not to limit use. -
Uses of FlowDescriptor in net.shibboleth.idp.authn
Classes in net.shibboleth.idp.authn that implement FlowDescriptorModifier and TypeClassDescriptionclassA base class for "stand-alone" subject c14n implementations.classA descriptor for an authentication flow.classA descriptor for a subject canonicalization flow orSubjectCanonicalizerimplementation. -
Uses of FlowDescriptor in net.shibboleth.idp.authn.impl
Classes in net.shibboleth.idp.authn.impl that implement FlowDescriptorModifier and TypeClassDescriptionclassASubjectCanonicalizerthat resolves attributes and then extracts a resolvedIdPAttributevalue from anAttributeContextchild obtained via lookup function (by default a child of theSubjectCanonicalizationContext), and uses it as the result of subject canonicalization.classASubjectCanonicalizerthat delegates implementation to a function, allowing scripted/etc.classASubjectCanonicalizerthat transforms the inputSubjectinto a principal name by searching for one and only oneUsernamePrincipalcustom principal.classASubjectCanonicalizerthat transforms the inputSubjectinto a principal name by searching for one and only oneX509Certificatepublic credential, or in its absence one and only oneX500Principal. -
Uses of FlowDescriptor in net.shibboleth.idp.consent.flow.ar.impl
Classes in net.shibboleth.idp.consent.flow.ar.impl that implement FlowDescriptorModifier and TypeClassDescriptionclassDescriptor for an attribute release flow. -
Uses of FlowDescriptor in net.shibboleth.idp.consent.flow.impl
Classes in net.shibboleth.idp.consent.flow.impl that implement FlowDescriptor -
Uses of FlowDescriptor in net.shibboleth.idp.profile.interceptor
Classes in net.shibboleth.idp.profile.interceptor that implement FlowDescriptorModifier and TypeClassDescriptionclassA descriptor for a profile interceptor flow. -
Uses of FlowDescriptor in net.shibboleth.idp.saml.nameid
Classes in net.shibboleth.idp.saml.nameid that implement FlowDescriptorModifier and TypeClassDescriptionclassBase class for "inline" implementations of SAML c14n flows.classA class used to describe flow descriptors forNameIDPrincipalandNameIdentifierPrincipalc14n. -
Uses of FlowDescriptor in net.shibboleth.idp.saml.nameid.impl
Classes in net.shibboleth.idp.saml.nameid.impl that implement FlowDescriptorModifier and TypeClassDescriptionclassASubjectCanonicalizerthat transforms the inputSubjectinto a principal name by searching for one and only oneNameIDPrincipalcustom principal, using an injectedNameIDDecoderto carry out the process.classASubjectCanonicalizerthat transforms the inputSubjectinto a principal name by searching for one and only oneNameIdentifierPrincipalcustom principal, using an injectedNameIdentifierDecoderto carry out the process.