Uses of Interface
net.shibboleth.idp.authn.principal.PrincipalSupportingComponent
Packages that use PrincipalSupportingComponent
Package
Description
APIs related to the authentication of a subject.
Context classes for managing authentication-related state.
-
Uses of PrincipalSupportingComponent in net.shibboleth.idp.authn
Classes in net.shibboleth.idp.authn that implement PrincipalSupportingComponentModifier and TypeClassDescriptionclassAn abstractCredentialValidatorthat handles some common behavior.classAn abstractCredentialValidatorthat checks for aUsernamePasswordContextand delegates to subclasses to produce a result.classA base class for authentication related actions that validate credentials and produce anAuthenticationResult.classA descriptor for an authentication flow.classDescribes an act of authentication. -
Uses of PrincipalSupportingComponent in net.shibboleth.idp.authn.context
Methods in net.shibboleth.idp.authn.context with parameters of type PrincipalSupportingComponentModifier and TypeMethodDescriptionbooleanAuthenticationContext.isAcceptable(PrincipalSupportingComponent component) Helper method that evaluates aPrincipalSupportingComponentagainst aRequestedPrincipalContextchild of this context, if present, to determine if the input is compatible with it.booleanPreferredPrincipalContext.isAcceptable(PrincipalSupportingComponent component) Helper method that evaluates aPrincipalSupportingComponentagainst this context to determine if the input is compatible with it.booleanRequestedPrincipalContext.isAcceptable(PrincipalSupportingComponent component) Helper method that evaluates aPrincipalSupportingComponentagainst this context to determine if the input is compatible with it.