See: Description
| Class | Description |
|---|---|
| AssertionLifetimeLookupFunction |
A function that returns
SAMLProfileConfiguration.getAssertionLifetime()
if such a profile is available from a RelyingPartyContext obtained via a lookup function,
by default a child of the ProfileRequestContext. |
| AudienceRestrictionsLookupFunction |
A function that returns the effective audience restrictions to include in assertions,
based on combining a relying party's entityID with the result of
SAMLProfileConfiguration.getAdditionalAudiencesForAssertion(),
if such a profile is available from a RelyingPartyContext obtained via a lookup function,
by default a child of the ProfileRequestContext. |
| ProxyAudienceRestrictionsLookupFunction |
A function that returns the effective proxy audience restrictions to include in assertions,
based on the result of
SAML2ProfileConfiguration.getProxyAudiences(),
if such a profile is available from a RelyingPartyContext obtained via a lookup function,
by default a child of the ProfileRequestContext. |
| ProxyCountLookupFunction |
A function that returns the allowable proxy count to include in assertions,
based on the result of
SAML2ProfileConfiguration.getProxyCount(),
if such a profile is available from a RelyingPartyContext obtained via a lookup function,
by default a child of the ProfileRequestContext. |
| QualifiedNameIDFormatsLookupFunction |
A function that returns the
NameID Formats
whose NameQualifier attributes should allow for defaulting based on the result of
SingleLogoutProfileConfiguration.getQualifiedNameIDFormats()
if such a profile is available from a RelyingPartyContext obtained via a lookup function,
by default a child of the ProfileRequestContext. |
| SessionLifetimeLookupFunction |
A function that returns
BrowserSSOProfileConfiguration.getMaximumSPSessionLifetime()
if such a profile is available from a RelyingPartyContext obtained via a lookup function,
by default a child of the ProfileRequestContext. |
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.