- getAnonymityLookupStrategy() - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
-
Get the lookup strategy for a non-explicit anonymity determination.
- getAuthenticationFlows() - Method in interface net.shibboleth.idp.profile.config.AuthenticationProfileConfiguration
-
Get the allowable authentication flows for this profile.
- getClockSkew() - Method in class net.shibboleth.idp.profile.config.SecurityConfiguration
-
Get the acceptable clock skew expressed in milliseconds.
- getConfiguration() - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
-
Get the relying party configuration.
- getDecryptionConfiguration() - Method in class net.shibboleth.idp.profile.config.SecurityConfiguration
-
Get the configuration used when decrypting protocol message information.
- getDefaultAuthenticationMethods() - Method in interface net.shibboleth.idp.profile.config.AuthenticationProfileConfiguration
-
Get the default authentication methods to use, expressed as custom principals.
- getDefaultSecurityConfiguration(String) - Method in interface net.shibboleth.idp.relyingparty.RelyingPartyConfigurationResolver
-
Return the default security configuration for the profile.
- getEncryptionConfiguration() - Method in class net.shibboleth.idp.profile.config.SecurityConfiguration
-
Get the configuration used when encrypting protocol message information.
- getId() - Method in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
- getIdGenerator() - Method in class net.shibboleth.idp.profile.config.SecurityConfiguration
-
Get the generator used to generate secure identifiers.
- getInboundSubflowId() - Method in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
-
Get the subflow ID to execute prior to mainline profile processing.
- getInboundSubflowId() - Method in interface net.shibboleth.idp.profile.config.ProfileConfiguration
-
Get the subflow ID to execute prior to mainline profile processing.
- getMessage(String, Object[], String, Locale) - Method in class net.shibboleth.idp.profile.AbstractProfileAction
- getMessage(String, Object[], Locale) - Method in class net.shibboleth.idp.profile.AbstractProfileAction
- getMessage(MessageSourceResolvable, Locale) - Method in class net.shibboleth.idp.profile.AbstractProfileAction
- getNameIDFormatPrecedence() - Method in interface net.shibboleth.idp.profile.config.AuthenticationProfileConfiguration
-
Get the name identifier formats to use with this relying party, in order of preference.
- getOutboundSubflowId() - Method in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
-
Get the subflow ID to execute after mainline profile processing.
- getOutboundSubflowId() - Method in interface net.shibboleth.idp.profile.config.ProfileConfiguration
-
Get the subflow ID to execute after mainline profile processing.
- getProfileConfig() - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
-
Get the configuration for the request profile currently being processed.
- getProfileConfiguration(String) - Method in class net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
-
Get the profile configuration, for the relying party, for the given profile.
- getProfileConfigurations() - Method in class net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
-
Get the unmodifiable set of profile configurations for this relying party.
- getProfileContextLookupStrategy() - Method in class net.shibboleth.idp.profile.AbstractProfileAction
-
Get the strategy used to lookup the ProfileRequestContext from a given WebFlow RequestContext.
- getRelyingPartyContextById(String) - Method in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext
-
Get a RP context by name/id.
- getRelyingPartyContextLookupStrategy() - Method in class net.shibboleth.idp.profile.config.navigate.AbstractRelyingPartyLookupFunction
-
Get the strategy used to locate the
RelyingPartyContext associated with a given
ProfileRequestContext.
- getRelyingPartyContextLookupStrategy() - Method in class net.shibboleth.idp.profile.context.logic.AbstractRelyingPartyPredicate
-
- getRelyingPartyContexts() - Method in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext
-
Get an immutable collection of the RP contexts.
- getRelyingPartyContexts(String) - Method in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext
-
Get an immutable collection of RP contexts associated with a label.
- getRelyingPartyId() - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
-
Get the unique identifier of the relying party.
- getRelyingPartyIdContextTree() - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
-
Get the context tree containing identifying information for this relying party.
- getRelyingPartyIdLookupStrategy() - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
-
Get the lookup strategy for a non-explicit relying party ID.
- getRequestContext() - Method in class net.shibboleth.idp.profile.context.SpringRequestContext
-
Get the request context.
- getResponderId() - Method in class net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
-
Get the self-referential ID to use when responding to requests.
- getResult(ProfileAction, ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class net.shibboleth.idp.profile.AbstractProfileAction
-
Examines the profile context for an event to return, or signals a successful outcome if
no EventContext is located; the EventContext will be removed upon completion.
- getSecurityConfiguration() - Method in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
-
- getSecurityConfiguration() - Method in interface net.shibboleth.idp.profile.config.ProfileConfiguration
-
- getSignatureSigningConfiguration() - Method in class net.shibboleth.idp.profile.config.SecurityConfiguration
-
Get the configuration used when generating protocol message signatures.
- getSignatureValidationConfiguration() - Method in class net.shibboleth.idp.profile.config.SecurityConfiguration
-
Get the configuration used when validating protocol message signatures.
- securityConfiguration - Variable in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
-
The security configuration for this profile.
- SecurityConfiguration - Class in net.shibboleth.idp.profile.config
-
Configuration for security behavior of profiles.
- SecurityConfiguration() - Constructor for class net.shibboleth.idp.profile.config.SecurityConfiguration
-
Constructor.
- SecurityConfiguration(long, IdentifierGenerationStrategy) - Constructor for class net.shibboleth.idp.profile.config.SecurityConfiguration
-
Constructor.
- setActivationCondition(Predicate<ProfileRequestContext>) - Method in class net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
-
Set the condition under which the relying party configuration should be active.
- setAnonymityLookupStrategy(Function<RelyingPartyContext, Boolean>) - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
-
Set the lookup strategy for a non-explicit anonymity determination.
- setAnonymous(Boolean) - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
-
Set whether the relying party is securely identified.
- setConfiguration(RelyingPartyConfiguration) - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
-
Set the configuration to use when processing requests for this relying party.
- setDecryptionConfiguration(DecryptionConfiguration) - Method in class net.shibboleth.idp.profile.config.SecurityConfiguration
-
Set the configuration used when decrypting protocol message information.
- setDefaultIdentifierGenerationStrategy(IdentifierGenerationStrategy) - Method in class net.shibboleth.idp.profile.config.navigate.IdentifierGenerationStrategyLookupFunction
-
Set the default IdentifierGenerationStrategy to return.
- setDetailedErrors(boolean) - Method in class net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
-
Set whether detailed information about errors should be exposed.
- setEncryptionConfiguration(EncryptionConfiguration) - Method in class net.shibboleth.idp.profile.config.SecurityConfiguration
-
Set the configuration used when encrypting protocol message information.
- setInboundSubflowId(String) - Method in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
-
Set the subflow ID to execute prior to mainline profile processing.
- setMessageSource(MessageSource) - Method in class net.shibboleth.idp.profile.AbstractProfileAction
- setOutboundSubflowId(String) - Method in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
-
Set the subflow ID to execute after mainline profile processing.
- setProfileConfig(ProfileConfiguration) - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
-
Set the configuration for the request profile currently being processed.
- setProfileConfigurations(Collection<ProfileConfiguration>) - Method in class net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
-
Set the profile configurations for this relying party.
- setProfileContextLookupStrategy(Function<RequestContext, ProfileRequestContext>) - Method in class net.shibboleth.idp.profile.AbstractProfileAction
-
Set the strategy used to lookup the ProfileRequestContext from a given WebFlow RequestContext.
- setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext, RelyingPartyContext>) - Method in class net.shibboleth.idp.profile.config.navigate.AbstractRelyingPartyLookupFunction
-
Set the strategy used to locate the
RelyingPartyContext associated with a given
ProfileRequestContext.
- setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext, RelyingPartyContext>) - Method in class net.shibboleth.idp.profile.context.logic.AbstractRelyingPartyPredicate
-
- setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext, RelyingPartyContext>) - Method in class net.shibboleth.idp.profile.context.navigate.RelyingPartyIdLookupFunction
-
Sets the strategy used to locate the
RelyingPartyContext associated with a given
ProfileRequestContext.
- setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext, RelyingPartyContext>) - Method in class net.shibboleth.idp.profile.context.navigate.ResponderIdLookupFunction
-
Sets the strategy used to locate the
RelyingPartyContext associated with a given
ProfileRequestContext.
- setRelyingPartyId(String) - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
-
Set the unique identifier of the relying party.
- setRelyingPartyIdContextTree(BaseContext) - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
-
Set the context tree containing identifying information for this relying party.
- setRelyingPartyIdLookupStrategy(Function<RelyingPartyContext, String>) - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
-
Set the lookup strategy for a non-explicit relying party ID.
- setRequestContext(RequestContext) - Method in class net.shibboleth.idp.profile.context.SpringRequestContext
-
Set the request context.
- setResponderId(String) - Method in class net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
-
Set the self-referential ID to use when responding to requests.
- setSecurityConfiguration(SecurityConfiguration) - Method in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
-
Sets the security configuration for this profile.
- setSignatureSigningConfiguration(SignatureSigningConfiguration) - Method in class net.shibboleth.idp.profile.config.SecurityConfiguration
-
Set the configuration used when generating protocol message signatures.
- setSignatureValidationConfiguration(SignatureValidationConfiguration) - Method in class net.shibboleth.idp.profile.config.SecurityConfiguration
-
Set the configuration used when validating protocol message signatures.
- sigSigningConfig - Variable in class net.shibboleth.idp.profile.config.SecurityConfiguration
-
Configuration used when generating protocol message signatures.
- sigValidateConfig - Variable in class net.shibboleth.idp.profile.config.SecurityConfiguration
-
Configuration used when validating protocol message signatures.
- SpringRequestContext - Class in net.shibboleth.idp.profile.context
-
A BaseContext which holds the Spring WebFlow RequestContext in which the
overall parent context is operating.
- SpringRequestContext() - Constructor for class net.shibboleth.idp.profile.context.SpringRequestContext
-