public interface SAMLProfileConfiguration extends ProfileConfiguration
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getAdditionalAudiencesForAssertion()
Get an unmodifiable set of audiences, in addition to the relying party(ies) to which the IdP is issuing the
assertion, with which an assertion may be shared.
|
long |
getAssertionLifetime()
Get the lifetime of generated assertions in milliseconds.
|
com.google.common.base.Predicate<ProfileRequestContext> |
getSignAssertions()
Get the predicate used to determine if generated assertions should be signed.
|
com.google.common.base.Predicate<ProfileRequestContext> |
getSignRequests()
Get the predicate used to determine if generated requests should be signed.
|
com.google.common.base.Predicate<ProfileRequestContext> |
getSignResponses()
Get the predicate used to determine if generated responses should be signed.
|
boolean |
includeConditionsNotBefore()
Get whether to include a NotBefore attribute in the Conditions of generated assertions.
|
getInboundInterceptorFlows, getOutboundInterceptorFlows, getSecurityConfigurationgetId@Nonnull com.google.common.base.Predicate<ProfileRequestContext> getSignAssertions()
@Nonnull com.google.common.base.Predicate<ProfileRequestContext> getSignRequests()
@Nonnull com.google.common.base.Predicate<ProfileRequestContext> getSignResponses()
@Positive long getAssertionLifetime()
@Nonnull @NonnullElements @NotLive @Unmodifiable Set<String> getAdditionalAudiencesForAssertion()
boolean includeConditionsNotBefore()
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.