public class SSOSProfileConfiguration extends BrowserSSOProfileConfiguration
| Modifier and Type | Field and Description |
|---|---|
private Predicate<ProfileRequestContext> |
delegationPredicate
Predicate used to determine if a token may be delegated to a relying party.
|
static String |
PROFILE_ID
ID for this profile configuration.
|
FEATURE_AUTHNCONTEXT| Modifier | Constructor and Description |
|---|---|
|
SSOSProfileConfiguration()
Constructor.
|
protected |
SSOSProfileConfiguration(String profileId)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Predicate<ProfileRequestContext> |
getDelegationPredicate()
Gets the predicate used to determine whether a delegated token presented
to the IdP by another non-user entity may be used to complete SAML 2 SSO
to this relying party.
|
void |
setDelegationPredicate(Predicate<ProfileRequestContext> predicate)
Sets the predicate used to determine whether a delegated token presented
to the IdP by another non-user entity may be used to complete SAML 2 SSO
to this relying party.
|
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, getSecurityConfigurationgetId@Nonnull @NotEmpty public static final String PROFILE_ID
@Nonnull private Predicate<ProfileRequestContext> delegationPredicate
public SSOSProfileConfiguration()
protected SSOSProfileConfiguration(String profileId)
profileId - unique ID for this profile@Nonnull public Predicate<ProfileRequestContext> getDelegationPredicate()
public void setDelegationPredicate(@Nonnull Predicate<ProfileRequestContext> predicate)
predicate - the new delegation predicateCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.