Uses of Interface
net.shibboleth.idp.authn.principal.PrincipalSupportingComponent
-
Packages that use PrincipalSupportingComponent Package Description net.shibboleth.idp.authn APIs related to the authentication of a subject.net.shibboleth.idp.authn.context Context classes for managing authentication-related state.net.shibboleth.idp.authn.duo Public APIs related to Duo authentication. -
-
Uses of PrincipalSupportingComponent in net.shibboleth.idp.authn
Classes in net.shibboleth.idp.authn that implement PrincipalSupportingComponent Modifier and Type Class Description classAbstractCredentialValidatorAn abstractCredentialValidatorthat handles some common behavior.classAbstractUsernamePasswordCredentialValidatorAn abstractCredentialValidatorthat checks for aUsernamePasswordContextand delegates to subclasses to produce a result.classAbstractValidationActionA base class for authentication related actions that validate credentials and produce anAuthenticationResult.classAuthenticationFlowDescriptorA descriptor for an authentication flow.classAuthenticationResultDescribes an act of authentication. -
Uses of PrincipalSupportingComponent in net.shibboleth.idp.authn.context
Methods in net.shibboleth.idp.authn.context with parameters of type PrincipalSupportingComponent Modifier and Type Method Description booleanAuthenticationContext. 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. -
Uses of PrincipalSupportingComponent in net.shibboleth.idp.authn.duo
Subinterfaces of PrincipalSupportingComponent in net.shibboleth.idp.authn.duo Modifier and Type Interface Description interfaceDuoIntegrationInterface to a particular Duo integration point.Classes in net.shibboleth.idp.authn.duo that implement PrincipalSupportingComponent Modifier and Type Class Description classBasicDuoIntegrationWrapper for use of Duo.
-