Uses of Class
net.shibboleth.idp.saml.authn.principal.AuthnContextClassRefPrincipal
-
Packages that use AuthnContextClassRefPrincipal Package Description net.shibboleth.idp.saml.authn.principal SAML-specific classes for integration with idp-authn-api packages.net.shibboleth.idp.saml.saml2.profile.config Profile configurations for SAML 2 profiles.net.shibboleth.idp.saml.saml2.profile.config.navigate Functions to navigate into SAML 2 profile configuration information. -
-
Uses of AuthnContextClassRefPrincipal in net.shibboleth.idp.saml.authn.principal
Methods in net.shibboleth.idp.saml.authn.principal that return AuthnContextClassRefPrincipal Modifier and Type Method Description AuthnContextClassRefPrincipalAuthnContextClassRefPrincipal. clone() -
Uses of AuthnContextClassRefPrincipal in net.shibboleth.idp.saml.saml2.profile.config
Fields in net.shibboleth.idp.saml.saml2.profile.config with type parameters of type AuthnContextClassRefPrincipal Modifier and Type Field Description private Function<ProfileRequestContext,Collection<AuthnContextClassRefPrincipal>>BrowserSSOProfileConfiguration. defaultAuthenticationContextsLookupStrategyLookup function to supply default authentication methods.Method parameters in net.shibboleth.idp.saml.saml2.profile.config with type arguments of type AuthnContextClassRefPrincipal Modifier and Type Method Description voidBrowserSSOProfileConfiguration. setDefaultAuthenticationMethods(Collection<AuthnContextClassRefPrincipal> contexts)Set the default authentication contexts to use, expressed as custom principals.voidBrowserSSOProfileConfiguration. setDefaultAuthenticationMethodsLookupStrategy(Function<ProfileRequestContext,Collection<AuthnContextClassRefPrincipal>> strategy)Set a lookup strategy for the authentication contexts to use, expressed as custom principals. -
Uses of AuthnContextClassRefPrincipal in net.shibboleth.idp.saml.saml2.profile.config.navigate
Methods in net.shibboleth.idp.saml.saml2.profile.config.navigate that return types with arguments of type AuthnContextClassRefPrincipal Modifier and Type Method Description Collection<AuthnContextClassRefPrincipal>ProxyAwareDefaultAuthenticationMethodsLookupFunction. apply(ProfileRequestContext input)
-