public class ECPProfileConfiguration extends BrowserSSOProfileConfiguration
| Modifier and Type | Field and Description |
|---|---|
private Set<String> |
localEvents
Local error events to handle without a SOAP fault.
|
private Function<ProfileRequestContext,Set<String>> |
localEventsLookupStrategy
Lookup function to supply
localEvents property. |
static String |
PROFILE_ID
ID for this profile configuration.
|
FEATURE_AUTHNCONTEXT| Modifier | Constructor and Description |
|---|---|
|
ECPProfileConfiguration()
Constructor.
|
protected |
ECPProfileConfiguration(String profileId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getLocalEvents()
Get the set of local events to handle without a SOAP fault.
|
void |
setLocalEvents(Collection<String> events)
Set the local events to handle without a SOAP fault.
|
void |
setLocalEventsLookupStrategy(Function<ProfileRequestContext,Set<String>> strategy)
Set a lookup strategy for the
localEvents property. |
getAllowDelegation, getAllowingDelegation, getArtifactConfiguration, getAuthenticationFlows, getDefaultAuthenticationMethods, getIncludeAttributeStatementPredicate, getMaximumSPSessionLifetime, getMaximumTokenDelegationChainLength, getNameIDFormatPrecedence, getPostAuthenticationFlows, getResolveAttributesPredicate, getSkipEndpointValidationWhenSignedPredicate, includeAttributeStatement, isAllowingDelegation, resolveAttributes, setAllowDelegation, setAllowingDelegation, setArtifactConfiguration, setArtifactConfigurationLookupStrategy, setAuthenticationFlows, setAuthenticationFlowsLookupStrategy, setDefaultAuthenticationMethods, setDefaultAuthenticationMethodsLookupStrategy, setIncludeAttributeStatement, setIncludeAttributeStatementPredicate, setMaximumSPSessionLifetime, setMaximumSPSessionLifetimeLookupStrategy, setMaximumTokenDelegationChainLength, setMaximumTokenDelegationChainLengthLookupStrategy, setNameIDFormatPrecedence, setNameIDFormatPrecedenceLookupStrategy, setPostAuthenticationFlows, setPostAuthenticationFlowsLookupStrategy, setResolveAttributes, setResolveAttributesPredicate, setSkipEndpointValidationWhenSigned, setSkipEndpointValidationWhenSignedPredicate, skipEndpointValidationWhenSignedgetEncryptAssertions, getEncryptAttributes, getEncryptionOptionalPredicate, getEncryptNameIDs, getProxyAudiences, getProxyCount, isEncryptionOptional, setEncryptAssertions, setEncryptAttributes, setEncryptionOptional, setEncryptionOptionalPredicate, setEncryptNameIDs, setProxyAudiences, setProxyAudiencesLookupStrategy, setProxyCount, setProxyCountLookupStrategygetAdditionalAudiencesForAssertion, getAssertionLifetime, getIncludeConditionsNotBeforePredicate, getSignAssertions, getSignRequests, getSignResponses, includeConditionsNotBefore, setAdditionalAudienceForAssertion, setAdditionalAudiencesForAssertion, setAssertionAudiencesLookupStrategy, setAssertionLifetime, setAssertionLifetimeLookupStrategy, setIncludeConditionsNotBefore, setIncludeConditionsNotBeforePredicate, setSignAssertions, setSignRequests, setSignResponsesequals, getDisallowedFeatures, getId, getInboundInterceptorFlows, getIndirectProperty, getOutboundInterceptorFlows, getProfileRequestContext, getSecurityConfiguration, hashCode, isFeatureDisallowed, setDisallowedFeatures, setDisallowedFeaturesLookupStrategy, setInboundFlowsLookupStrategy, setInboundInterceptorFlows, setOutboundFlowsLookupStrategy, setOutboundInterceptorFlows, setSecurityConfiguration, setSecurityConfigurationLookupStrategy, setServletRequestclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAdditionalAudiencesForAssertion, getAssertionLifetime, getSignAssertions, getSignRequests, getSignResponses, includeConditionsNotBeforegetInboundInterceptorFlows, getOutboundInterceptorFlows, getSecurityConfigurationgetIdpublic static final String PROFILE_ID
@Nullable private Function<ProfileRequestContext,Set<String>> localEventsLookupStrategy
localEvents property.@Nonnull @NonnullElements private Set<String> localEvents
@Nonnull @NonnullElements @NotLive @Unmodifiable public Set<String> getLocalEvents()
public void setLocalEvents(@Nullable@NonnullElements Collection<String> events)
events - truly local eventspublic void setLocalEventsLookupStrategy(@Nullable Function<ProfileRequestContext,Set<String>> strategy)
localEvents property.strategy - lookup strategyCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.