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 com.google.common.base.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(com.google.common.base.Function<ProfileRequestContext,Set<String>> strategy)
Set a lookup strategy for the
localEvents property. |
getAllowDelegation, getAllowingDelegation, getAuthenticationFlows, getDefaultAuthenticationMethods, getForceAuthnPredicate, getIncludeAttributeStatementPredicate, getMaximumSPSessionLifetime, getMaximumTokenDelegationChainLength, getNameIDFormatPrecedence, getPostAuthenticationFlows, getResolveAttributesPredicate, getSkipEndpointValidationWhenSignedPredicate, includeAttributeStatement, isAllowingDelegation, resolveAttributes, setAllowDelegation, setAllowingDelegation, setAuthenticationFlows, setAuthenticationFlowsLookupStrategy, setDefaultAuthenticationMethods, setDefaultAuthenticationMethodsLookupStrategy, setForceAuthn, setForceAuthnPredicate, setIncludeAttributeStatement, setIncludeAttributeStatementPredicate, setMaximumSPSessionLifetime, setMaximumSPSessionLifetimeLookupStrategy, setMaximumTokenDelegationChainLength, setMaximumTokenDelegationChainLengthLookupStrategy, setNameIDFormatPrecedence, setNameIDFormatPrecedenceLookupStrategy, setPostAuthenticationFlows, setPostAuthenticationFlowsLookupStrategy, setResolveAttributes, setResolveAttributesPredicate, setSkipEndpointValidationWhenSigned, setSkipEndpointValidationWhenSignedPredicate, skipEndpointValidationWhenSignedgetArtifactConfiguration, getClientTLSArtifactRequests, getSignArtifactRequests, setArtifactConfiguration, setArtifactConfigurationLookupStrategy, setClientTLSArtifactRequests, setSignArtifactRequestsgetEncryptAssertions, getEncryptAttributes, getEncryptionOptionalPredicate, getEncryptNameIDs, getProxyAudiences, getProxyCount, isEncryptionOptional, setEncryptAssertions, setEncryptAttributes, setEncryptionOptional, setEncryptionOptionalPredicate, setEncryptNameIDs, setProxyAudiences, setProxyAudiencesLookupStrategy, setProxyCount, setProxyCountLookupStrategygetAdditionalAudiencesForAssertion, getAssertionLifetime, getInboundInterceptorFlows, getIncludeConditionsNotBeforePredicate, getSignAssertions, getSignRequests, getSignResponses, includeConditionsNotBefore, setAdditionalAudienceForAssertion, setAdditionalAudiencesForAssertion, setAssertionAudiencesLookupStrategy, setAssertionLifetime, setAssertionLifetimeLookupStrategy, setIncludeConditionsNotBefore, setIncludeConditionsNotBeforePredicate, setSignAssertions, setSignRequests, setSignResponsesgetActivationCondition, setActivationConditionequals, getDisallowedFeatures, getId, getIndirectProperty, getOutboundInterceptorFlows, getProfileRequestContext, getSecurityConfiguration, hashCode, isFeatureDisallowed, setDisallowedFeatures, setDisallowedFeaturesLookupStrategy, setInboundFlowsLookupStrategy, setInboundInterceptorFlows, setOutboundFlowsLookupStrategy, setOutboundInterceptorFlows, setSecurityConfiguration, setSecurityConfigurationLookupStrategy, setServletRequestclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetInboundInterceptorFlows, getOutboundInterceptorFlows, getSecurityConfigurationgetIdgetAdditionalAudiencesForAssertion, getAssertionLifetime, getSignAssertions, getSignRequests, getSignResponses, includeConditionsNotBeforepublic static final String PROFILE_ID
@Nullable private com.google.common.base.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 com.google.common.base.Function<ProfileRequestContext,Set<String>> strategy)
localEvents property.strategy - lookup strategyCopyright © 1999–2018 Shibboleth Consortium. All rights reserved.