Uses of Class
net.shibboleth.idp.saml.authn.principal.AuthenticationMethodPrincipal
-
Packages that use AuthenticationMethodPrincipal Package Description net.shibboleth.idp.saml.authn.principal SAML-specific classes for integration with idp-authn-api packages.net.shibboleth.idp.saml.saml1.profile.config Profile configurations for SAML 1 profiles. -
-
Uses of AuthenticationMethodPrincipal in net.shibboleth.idp.saml.authn.principal
Methods in net.shibboleth.idp.saml.authn.principal that return AuthenticationMethodPrincipal Modifier and Type Method Description AuthenticationMethodPrincipalAuthenticationMethodPrincipal. clone() -
Uses of AuthenticationMethodPrincipal in net.shibboleth.idp.saml.saml1.profile.config
Fields in net.shibboleth.idp.saml.saml1.profile.config with type parameters of type AuthenticationMethodPrincipal Modifier and Type Field Description private Function<ProfileRequestContext,Collection<AuthenticationMethodPrincipal>>BrowserSSOProfileConfiguration. defaultAuthenticationMethodsLookupStrategyLookup function to supply default authentication methods.Method parameters in net.shibboleth.idp.saml.saml1.profile.config with type arguments of type AuthenticationMethodPrincipal Modifier and Type Method Description voidBrowserSSOProfileConfiguration. setDefaultAuthenticationMethods(Collection<AuthenticationMethodPrincipal> methods)Set the default authentication methods to use, expressed as custom principals.voidBrowserSSOProfileConfiguration. setDefaultAuthenticationMethodsLookupStrategy(Function<ProfileRequestContext,Collection<AuthenticationMethodPrincipal>> strategy)Set a lookup strategy for theBrowserSSOProfileConfiguration.getDefaultAuthenticationMethods(ProfileRequestContext)method.
-