| 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.
|
| Modifier and Type | Method and Description |
|---|---|
AuthnContextClassRefPrincipal |
AuthnContextClassRefPrincipal.clone() |
| Modifier and Type | Field and Description |
|---|---|
private List<AuthnContextClassRefPrincipal> |
BrowserSSOProfileConfiguration.defaultAuthenticationContexts
Selects, and limits, the authentication contexts to use for requests.
|
private com.google.common.base.Function<ProfileRequestContext,Collection<AuthnContextClassRefPrincipal>> |
BrowserSSOProfileConfiguration.defaultAuthenticationContextsLookupStrategy
Lookup function to supply
BrowserSSOProfileConfiguration.defaultAuthenticationContexts property. |
| Modifier and Type | Method and Description |
|---|---|
void |
BrowserSSOProfileConfiguration.setDefaultAuthenticationMethods(Collection<AuthnContextClassRefPrincipal> contexts)
Set the default authentication contexts to use, expressed as custom principals.
|
void |
BrowserSSOProfileConfiguration.setDefaultAuthenticationMethodsLookupStrategy(com.google.common.base.Function<ProfileRequestContext,Collection<AuthnContextClassRefPrincipal>> strategy)
Set a lookup strategy for the
defaultAuthenticationMethods property. |
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.