Uses of Interface
net.shibboleth.idp.authn.principal.CloneablePrincipal
-
Packages that use CloneablePrincipal Package Description net.shibboleth.idp.authn.duo Public APIs related to Duo authentication.net.shibboleth.idp.authn.principal Classes supporting JavaPrincipalusage.net.shibboleth.idp.saml.authn.principal SAML-specific classes for integration with idp-authn-api packages. -
-
Uses of CloneablePrincipal in net.shibboleth.idp.authn.duo
Classes in net.shibboleth.idp.authn.duo that implement CloneablePrincipal Modifier and Type Class Description classDuoPrincipalPrincipal based on a Duo authentication. -
Uses of CloneablePrincipal in net.shibboleth.idp.authn.principal
Classes in net.shibboleth.idp.authn.principal that implement CloneablePrincipal Modifier and Type Class Description classHOTPPrincipalPrincipal based on an HOTP authentication.classPasswordPrincipalPrincipal that wraps a password.classTOTPPrincipalPrincipal based on a TOTP authentication.classUsernamePrincipalPrincipal based on a username. -
Uses of CloneablePrincipal in net.shibboleth.idp.saml.authn.principal
Classes in net.shibboleth.idp.saml.authn.principal that implement CloneablePrincipal Modifier and Type Class Description classAuthenticationMethodPrincipalPrincipal based on a SAML 1.x AuthenticationMethod.classAuthnContextClassRefPrincipalPrincipal based on a SAML AuthnContextClassRef.classAuthnContextDeclPrincipalPrincipal based on a SAML AuthnContextDecl.classAuthnContextDeclRefPrincipalPrincipal based on a SAML AuthnContextDeclRef.classNameIdentifierPrincipalPrincipal based on the SAML2NameIdentifier.classNameIDPrincipalPrincipal based on the SAML2NameID.
-