A B C D E F G H I L M N O P R S T U V W 

A

AbstractProfileAction<InboundMessageType,OutboundMessageType> - Class in net.shibboleth.idp.profile
Base class for Spring-aware profile actions.
AbstractProfileAction() - Constructor for class net.shibboleth.idp.profile.AbstractProfileAction
Constructor.
AbstractProfileConfiguration - Class in net.shibboleth.idp.profile.config
Base class for ProfileConfiguration implementations.
AbstractProfileConfiguration(String) - Constructor for class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
Constructor.
AbstractProfileInterceptorAction<InboundMessageType,OutboundMessageType> - Class in net.shibboleth.idp.profile.interceptor
A base class for profile interceptor actions.
AbstractProfileInterceptorAction() - Constructor for class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorAction
Constructor.
AbstractProfileInterceptorResult - Class in net.shibboleth.idp.profile.interceptor
Base class for profile interceptor results.
AbstractProfileInterceptorResult(String, String, String, Long) - Constructor for class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult
Constructor.
AbstractRelyingPartyLookupFunction<ResultType> - Class in net.shibboleth.idp.profile.context.navigate
Abstract base class for a function that requires a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
AbstractRelyingPartyLookupFunction() - Constructor for class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
Constructor.
AbstractRelyingPartyPredicate - Class in net.shibboleth.idp.profile.logic
Base class for a predicate that evaluates a ProfileRequestContext and requires access to a RelyingPartyContext.
AbstractRelyingPartyPredicate() - Constructor for class net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
Constructor.
ActionSupport - Class in net.shibboleth.idp.profile
Helper class for Action operations.
ActionSupport() - Constructor for class net.shibboleth.idp.profile.ActionSupport
Constructor.
activationCondition - Variable in class net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor
Predicate that must be true for this flow to be usable for a given request.
activationCondition - Variable in class net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
Predicate that must be true for this configuration to be active for a given request.
addRelyingPartyContext(String, RelyingPartyContext) - Method in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext
Add a RP context associated with a label.
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.config.logic.DetailedErrorsPredicate
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.config.navigate.ClientTLSValidationConfigurationLookupFunction
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.config.navigate.DecryptionConfigurationLookupFunction
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.config.navigate.EncryptionConfigurationLookupFunction
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.config.navigate.IdentifierGenerationStrategyLookupFunction
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.config.navigate.InboundFlowsLookupFunction
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.config.navigate.OutboundFlowsLookupFunction
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.config.navigate.SignatureSigningConfigurationLookupFunction
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.config.navigate.SignatureValidationConfigurationLookupFunction
apply(MultiRelyingPartyContext) - Method in class net.shibboleth.idp.profile.context.navigate.RelyingPartyContextLookupByCurrent
apply(Pair<MultiRelyingPartyContext, String>) - Method in class net.shibboleth.idp.profile.context.navigate.RelyingPartyContextLookupById
apply(MultiRelyingPartyContext) - Method in class net.shibboleth.idp.profile.context.navigate.RelyingPartyContextLookupByLabel
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.context.navigate.RelyingPartyIdLookupFunction
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.context.navigate.ResponderIdLookupFunction
apply(T) - Method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
apply(Event) - Method in class net.shibboleth.idp.profile.context.navigate.SpringEventToViewLookupFunction
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.context.navigate.SpringStatusMessageLookupFunction
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.context.navigate.WebFlowCurrentEventLookupFunction
apply(RequestContext) - Method in class net.shibboleth.idp.profile.context.navigate.WebflowRequestContextProfileRequestContextLookup
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.logic.ScriptedPredicate
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.logic.SimpleAttributePredicate
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.logic.VerifiedProfilePredicate
apply(ProfileRequestContext) - Method in class net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
attemptedFlow - Variable in class net.shibboleth.idp.profile.context.ProfileInterceptorContext
The last flow attempted.
attributeContextLookupStrategy - Variable in class net.shibboleth.idp.profile.logic.SimpleAttributePredicate
Strategy function to lookup AttributeContext.
ATTRIBUTES - Static variable in class net.shibboleth.idp.profile.IdPAuditFields
Attributes field.
attributeValueMap - Variable in class net.shibboleth.idp.profile.logic.SimpleAttributePredicate
Map of attribute IDs to values.
AuditContext - Class in net.shibboleth.idp.profile.context
BaseContext containing information to preserve for auditing/logging.
AuditContext() - Constructor for class net.shibboleth.idp.profile.context.AuditContext
Constructor.
availableFlows - Variable in class net.shibboleth.idp.profile.context.ProfileInterceptorContext
Flows that need to be executed.

B

buildEvent(Object, String) - Static method in class net.shibboleth.idp.profile.ActionSupport
Builds an event with a given ID but no related attributes.
buildEvent(Object, String, AttributeMap) - Static method in class net.shibboleth.idp.profile.ActionSupport
Builds an event, to be returned by the given component.
buildProceedEvent(Object) - Static method in class net.shibboleth.idp.profile.ActionSupport
Signals a successful outcome by an action.

C

clientTLSConfig - Variable in class net.shibboleth.idp.profile.config.SecurityConfiguration
Configuration used when validating client TLS X509Credentials.
ClientTLSValidationConfigurationLookupFunction - Class in net.shibboleth.idp.profile.config.navigate
A function that returns a ClientTLSValidationConfiguration list by way of various lookup strategies.
ClientTLSValidationConfigurationLookupFunction() - Constructor for class net.shibboleth.idp.profile.config.navigate.ClientTLSValidationConfigurationLookupFunction
 
clockSkew - Variable in class net.shibboleth.idp.profile.config.SecurityConfiguration
Acceptable clock skew expressed in milliseconds.
context - Variable in class net.shibboleth.idp.profile.context.SpringRequestContext
The request context represented.
current - Variable in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext.RelyingPartyContextIterator
Current marker.

D

decryptConfig - Variable in class net.shibboleth.idp.profile.config.SecurityConfiguration
Configuration used when decrypting protocol message information.
DecryptionConfigurationLookupFunction - Class in net.shibboleth.idp.profile.config.navigate
A function that returns a DecryptionConfiguration list by way of various lookup strategies.
DecryptionConfigurationLookupFunction() - Constructor for class net.shibboleth.idp.profile.config.navigate.DecryptionConfigurationLookupFunction
 
DEFAULT_ENGINE - Static variable in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
The default language is Javascript.
DEFAULT_ENGINE - Static variable in class net.shibboleth.idp.profile.logic.ScriptedPredicate
The default language is Javascript.
DEFAULT_ENGINE - Static variable in class net.shibboleth.idp.profile.ScriptedAction
The default language is Javascript.
defaultGenerator - Variable in class net.shibboleth.idp.profile.config.navigate.IdentifierGenerationStrategyLookupFunction
Default strategy to return.
defaultView - Variable in class net.shibboleth.idp.profile.context.navigate.SpringEventToViewLookupFunction
Default view name to return.
detailedErrors - Variable in class net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
Controls whether detailed information about errors should be exposed.
DetailedErrorsPredicate - Class in net.shibboleth.idp.profile.config.logic
Predicate to determine whether a relying party should see detailed error information.
DetailedErrorsPredicate() - Constructor for class net.shibboleth.idp.profile.config.logic.DetailedErrorsPredicate
 
doExecute(RequestContext, ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class net.shibboleth.idp.profile.AbstractProfileAction
Spring-aware actions can override this method to fully control the execution of an Action by the Web Flow engine.
doExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorAction
doExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>, ProfileInterceptorContext) - Method in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorAction
Performs this profile interceptor action.
doExecute(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.ScriptedAction
doInitialize() - Method in class net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
doPreExecute(ProfileRequestContext) - Method in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorAction
doPreExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>, ProfileInterceptorContext) - Method in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorAction
Performs this profile interceptor action's pre-execute step.

E

encryptConfig - Variable in class net.shibboleth.idp.profile.config.SecurityConfiguration
Configuration used when encrypting protocol message information.
EncryptionConfigurationLookupFunction - Class in net.shibboleth.idp.profile.config.navigate
A function that returns a EncryptionConfiguration list using injected lookup strategies.
EncryptionConfigurationLookupFunction() - Constructor for class net.shibboleth.idp.profile.config.navigate.EncryptionConfigurationLookupFunction
 
equals(Object) - Method in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
equals(Object) - Method in class net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor
EVENT_TIME - Static variable in class net.shibboleth.idp.profile.IdPAuditFields
Event timestamp field.
EVENT_TYPE - Static variable in class net.shibboleth.idp.profile.IdPAuditFields
Event type field.
eventMap - Variable in class net.shibboleth.idp.profile.context.navigate.SpringEventToViewLookupFunction
Map of event ID to view name.
execute(RequestContext) - Method in class net.shibboleth.idp.profile.AbstractProfileAction

F

fieldMap - Variable in class net.shibboleth.idp.profile.context.AuditContext
Extensible map of arbitrary field to data mappings.
findMatch(String, IdPAttribute) - Method in class net.shibboleth.idp.profile.logic.SimpleAttributePredicate
Look for a matching value in an attribute.
FLOW_ID_PREFIX - Static variable in class net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor
Prefix convention for flow IDs.

G

getAttemptedFlow() - Method in class net.shibboleth.idp.profile.context.ProfileInterceptorContext
Get the last flow that was attempted.
getAvailableFlows() - Method in class net.shibboleth.idp.profile.context.ProfileInterceptorContext
Get the flows that are available to be executed.
getClientTLSValidationConfiguration() - Method in class net.shibboleth.idp.profile.config.SecurityConfiguration
Get the configuration used when validating client TLS X509Credentials.
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.
getCurrentRelyingPartyContext() - Method in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext
Get the RelyingPartyContext pointed to by an iterator.
getDecryptionConfiguration() - Method in class net.shibboleth.idp.profile.config.SecurityConfiguration
Get the configuration used when decrypting protocol message information.
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.
getFields() - Method in class net.shibboleth.idp.profile.context.AuditContext
Get a live view of the map of field/data mappings.
getFieldValues(String) - Method in class net.shibboleth.idp.profile.context.AuditContext
Get a live collection of values associated with a field.
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.
getInboundInterceptorFlows() - Method in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
Get an ordered list of interceptor flows to run for this profile after an inbound message is decoded.
getInboundInterceptorFlows() - Method in interface net.shibboleth.idp.profile.config.ProfileConfiguration
Get an ordered list of interceptor flows to run for this profile after an inbound message is decoded.
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
getOutboundInterceptorFlows() - Method in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
Get an ordered list of interceptor flows to run for this profile before a final outbound message is generated.
getOutboundInterceptorFlows() - Method in interface net.shibboleth.idp.profile.config.ProfileConfiguration
Get an ordered list of interceptor flows to run for this profile before a final outbound message is generated.
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.
getRelyingPartyContextIterator(boolean) - Method in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext
Get an iterator over the relying parties contained in the context.
getRelyingPartyContextIterator() - Method in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext
Equivalent to calling MultiRelyingPartyContext.getRelyingPartyContextIterator(boolean) with a parameter of "false".
getRelyingPartyContextLookupStrategy() - Method in class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
Get the strategy used to locate the RelyingPartyContext associated with a given ProfileRequestContext.
getRelyingPartyContextLookupStrategy() - Method in class net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
Get the lookup strategy to use to locate the RelyingPartyContext.
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.
getResults() - Method in class net.shibboleth.idp.profile.context.ProfileInterceptorContext
Get the results of the flow to be written to storage.
getSecurityConfiguration() - Method in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
Get the SecurityConfiguration to use with this profile.
getSecurityConfiguration() - Method in interface net.shibboleth.idp.profile.config.ProfileConfiguration
Get the SecurityConfiguration to use with this profile.
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.
getStorageContext() - Method in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult
Get the storage context.
getStorageContext() - Method in interface net.shibboleth.idp.profile.interceptor.ProfileInterceptorResult
Get the storage context.
getStorageExpiration() - Method in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult
Get the storage expiration.
getStorageExpiration() - Method in interface net.shibboleth.idp.profile.interceptor.ProfileInterceptorResult
Get the storage expiration.
getStorageKey() - Method in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult
Get the storage key.
getStorageKey() - Method in interface net.shibboleth.idp.profile.interceptor.ProfileInterceptorResult
Get the storage key.
getStorageService() - Method in class net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor
Get the storage service.
getStorageValue() - Method in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult
Get the storage value.
getStorageValue() - Method in interface net.shibboleth.idp.profile.interceptor.ProfileInterceptorResult
Get the storage value.
getVerificationLookupStrategy() - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
Get the lookup strategy for a non-explicit verification determination.

H

hashCode() - Method in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
hashCode() - Method in class net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor
hasNext() - Method in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext.RelyingPartyContextIterator

I

IdentifierGenerationStrategyLookupFunction - Class in net.shibboleth.idp.profile.config.navigate
A function that returns an IdentifierGenerationStrategy by way of a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
IdentifierGenerationStrategyLookupFunction() - Constructor for class net.shibboleth.idp.profile.config.navigate.IdentifierGenerationStrategyLookupFunction
 
idGenerator - Variable in class net.shibboleth.idp.profile.config.SecurityConfiguration
Generator used to generate various secure IDs (e.g., message identifiers).
IdPAuditFields - Class in net.shibboleth.idp.profile
Constants to use for audit logging fields stored in an AuditContext.
IdPAuditFields() - Constructor for class net.shibboleth.idp.profile.IdPAuditFields
Constructor.
IdPEventIds - Class in net.shibboleth.idp.profile
IdP-specific constants to use for ProfileAction EventContexts.
IdPEventIds() - Constructor for class net.shibboleth.idp.profile.IdPEventIds
Constructor.
inboundFlows - Variable in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
Enables inbound interceptor flows.
InboundFlowsLookupFunction - Class in net.shibboleth.idp.profile.config.navigate
A function that returns ProfileConfiguration.getInboundInterceptorFlows() if such a profile is available from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
InboundFlowsLookupFunction() - Constructor for class net.shibboleth.idp.profile.config.navigate.InboundFlowsLookupFunction
 
inlineMessageContextScript(String, String) - Static method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Factory to create ScriptedContextLookupFunction for MessageContexts from inline data.
inlineMessageContextScript(String, String, Class) - Static method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Factory to create ScriptedContextLookupFunction for MessageContexts from inline data.
inlineMessageContextScript(String) - Static method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Factory to create ScriptedContextLookupFunction for MessageContexts from inline data.
inlineMessageContextScript(String, Class) - Static method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Factory to create ScriptedContextLookupFunction for MessageContexts from inline data.
inlineScript(String, String) - Static method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Factory to create ScriptedContextLookupFunction for ProfileRequestContexts from inline data.
inlineScript(String, String, Class) - Static method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Factory to create ScriptedContextLookupFunction for ProfileRequestContexts from inline data.
inlineScript(String) - Static method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Factory to create ScriptedContextLookupFunction for ProfileRequestContexts from inline data.
inlineScript(String, Class) - Static method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Factory to create ScriptedContextLookupFunction for ProfileRequestContexts from inline data.
inlineScript(String, String) - Static method in class net.shibboleth.idp.profile.logic.ScriptedPredicate
Factory to create ScriptedPredicate from inline data.
inlineScript(String) - Static method in class net.shibboleth.idp.profile.logic.ScriptedPredicate
Factory to create ScriptedPredicate from inline data.
inlineScript(String, String) - Static method in class net.shibboleth.idp.profile.ScriptedAction
Factory to create ScriptedAction from inline data.
inlineScript(String) - Static method in class net.shibboleth.idp.profile.ScriptedAction
Factory to create ScriptedAction from inline data.
inputClass - Variable in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
What class we want the output to test against.
interceptorContextlookupStrategy - Variable in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorAction
Strategy used to find the ProfileInterceptorContext from the ProfileRequestContext.
INVALID_ATTRIBUTE_CTX - Static variable in class net.shibboleth.idp.profile.IdPEventIds
ID of event returned if the @link net.shibboleth.idp.attribute.context.AttributeContext is missing or corrupt.
INVALID_PROFILE_CONFIG - Static variable in class net.shibboleth.idp.profile.IdPEventIds
ID of event returned if the ProfileConfiguration is missing or corrupt.
INVALID_RELYING_PARTY_CONFIG - Static variable in class net.shibboleth.idp.profile.IdPEventIds
ID of event returned if the RelyingPartyConfiguration is missing or corrupt.
INVALID_RELYING_PARTY_CTX - Static variable in class net.shibboleth.idp.profile.IdPEventIds
ID of event returned if the RelyingPartyContext is missing or corrupt.
INVALID_SUBJECT_CTX - Static variable in class net.shibboleth.idp.profile.IdPEventIds
ID of event returned if the @link net.shibboleth.idp.authn.context.SubjectContext is missing or corrupt.
isDetailedErrors() - Method in class net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
Get whether detailed information about errors should be exposed.
isNonBrowserSupported() - Method in class net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor
Get whether this flow supports non-browser clients.
isVerified() - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
Get whether the relying party was verified in some fashion.
iterator - Variable in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext.RelyingPartyContextIterator
Embedded iterator.

L

label - Variable in class net.shibboleth.idp.profile.context.navigate.RelyingPartyContextLookupById
Label to use for auto-creation.
label - Variable in class net.shibboleth.idp.profile.context.navigate.RelyingPartyContextLookupByLabel
Label to use for auto-creation.
log - Variable in class net.shibboleth.idp.profile.AbstractProfileAction
Class logger.
log - Variable in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Class logger.
log - Variable in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorAction
Class logger.
log - Variable in class net.shibboleth.idp.profile.logic.ScriptedPredicate
log.
log - Variable in class net.shibboleth.idp.profile.logic.SimpleAttributePredicate
Class logger.
log - Variable in class net.shibboleth.idp.profile.ScriptedAction
Class logger.
logPrefix - Variable in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Debugging info.
logPrefix - Variable in class net.shibboleth.idp.profile.logic.ScriptedPredicate
Debugging info.
logPrefix - Variable in class net.shibboleth.idp.profile.ScriptedAction
Debugging info.

M

messageSource - Variable in class net.shibboleth.idp.profile.AbstractProfileAction
MessageSource injected by Spring, typically the parent ApplicationContext itself.
messageSource - Variable in class net.shibboleth.idp.profile.context.navigate.SpringStatusMessageLookupFunction
MessageSource injected by Spring, typically the parent ApplicationContext itself.
multiCtx - Variable in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext.RelyingPartyContextIterator
Outer ctx.
MultiRelyingPartyContext - Class in net.shibboleth.idp.profile.context
BaseContext representing multiple relying parties involved in a request, usually a subcontext of ProfileRequestContext.
MultiRelyingPartyContext() - Constructor for class net.shibboleth.idp.profile.context.MultiRelyingPartyContext
Constructor.
MultiRelyingPartyContext.RelyingPartyContextIterator - Class in net.shibboleth.idp.profile.context
Wrapper for an iterator that tracks the current object.
MultiRelyingPartyContext.RelyingPartyContextIterator(MultiRelyingPartyContext) - Constructor for class net.shibboleth.idp.profile.context.MultiRelyingPartyContext.RelyingPartyContextIterator
Constructor.

N

net.shibboleth.idp.profile - package net.shibboleth.idp.profile
Common APIs for handling profile requests.
net.shibboleth.idp.profile.config - package net.shibboleth.idp.profile.config
Classes pertaining to request-time profile configuration options.
net.shibboleth.idp.profile.config.logic - package net.shibboleth.idp.profile.config.logic
Predicates related to profile configuration.
net.shibboleth.idp.profile.config.navigate - package net.shibboleth.idp.profile.config.navigate
Functions to navigate into profile configuration information.
net.shibboleth.idp.profile.context - package net.shibboleth.idp.profile.context
Context classes for IdP-specific information needed by profile actions.
net.shibboleth.idp.profile.context.navigate - package net.shibboleth.idp.profile.context.navigate
Functions dealing with traversing and extracting data from profile request contexts.
net.shibboleth.idp.profile.interceptor - package net.shibboleth.idp.profile.interceptor
A profile interceptor flow which executes other flows.
net.shibboleth.idp.profile.logic - package net.shibboleth.idp.profile.logic
Functions and predicates supporting other profile components.
net.shibboleth.idp.relyingparty - package net.shibboleth.idp.relyingparty
APIs for retrieving the per-relying party configuration for a given profile request.
next() - Method in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext.RelyingPartyContextIterator

O

outboundFlows - Variable in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
Enables outbound interceptor flows.
OutboundFlowsLookupFunction - Class in net.shibboleth.idp.profile.config.navigate
A function that returns ProfileConfiguration.getOutboundInterceptorFlows() if such a profile is available from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
OutboundFlowsLookupFunction() - Constructor for class net.shibboleth.idp.profile.config.navigate.OutboundFlowsLookupFunction
 
outputClass - Variable in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
What class we want the output to test against.

P

PROFILE - Static variable in class net.shibboleth.idp.profile.IdPAuditFields
Profile field.
ProfileConfiguration - Interface in net.shibboleth.idp.profile.config
Represents the configuration of a particular communication profile.
profileConfiguration - Variable in class net.shibboleth.idp.profile.context.RelyingPartyContext
Profile configuration that is in use.
profileConfigurations - Variable in class net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
Registered and usable communication profile configurations for this relying party.
profileContextLookupStrategy - Variable in class net.shibboleth.idp.profile.AbstractProfileAction
Strategy used to lookup the ProfileRequestContext from a given WebFlow RequestContext.
profileId - Variable in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
ID of the profile configured.
ProfileInterceptorContext - Class in net.shibboleth.idp.profile.context
A BaseContext which holds flows that are available to be executed, the last flow attempted, and any flow result.
ProfileInterceptorContext() - Constructor for class net.shibboleth.idp.profile.context.ProfileInterceptorContext
Constructor.
profileInterceptorContext - Variable in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorAction
The ProfileInterceptorContext to operate on.
ProfileInterceptorFlowDescriptor - Class in net.shibboleth.idp.profile.interceptor
A descriptor for a profile interceptor flow.
ProfileInterceptorFlowDescriptor() - Constructor for class net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor
Constructor.
ProfileInterceptorResult - Interface in net.shibboleth.idp.profile.interceptor
Represents the result of a profile interceptor flow intended for storage by a StorageService.

R

relyingPartyConfiguration - Variable in class net.shibboleth.idp.profile.context.RelyingPartyContext
The relying party configuration.
RelyingPartyConfiguration - Class in net.shibboleth.idp.relyingparty
The configuration that applies to a given relying party.
RelyingPartyConfiguration() - Constructor for class net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
Constructor.
RelyingPartyConfigurationResolver - Interface in net.shibboleth.idp.relyingparty
Resolves a RelyingPartyConfiguration for a given profile request context.
RelyingPartyContext - Class in net.shibboleth.idp.profile.context
BaseContext containing relying party specific information, usually a subcontext of ProfileRequestContext.
RelyingPartyContext() - Constructor for class net.shibboleth.idp.profile.context.RelyingPartyContext
 
RelyingPartyContextLookupByCurrent - Class in net.shibboleth.idp.profile.context.navigate
RelyingPartyContextLookupByCurrent() - Constructor for class net.shibboleth.idp.profile.context.navigate.RelyingPartyContextLookupByCurrent
 
RelyingPartyContextLookupById - Class in net.shibboleth.idp.profile.context.navigate
A function that returns a RelyingPartyContext based on ID.
RelyingPartyContextLookupById() - Constructor for class net.shibboleth.idp.profile.context.navigate.RelyingPartyContextLookupById
Constructor.
RelyingPartyContextLookupById(String) - Constructor for class net.shibboleth.idp.profile.context.navigate.RelyingPartyContextLookupById
Constructor.
RelyingPartyContextLookupByLabel - Class in net.shibboleth.idp.profile.context.navigate
A function that returns a collection of RelyingPartyContexts based on a label.
RelyingPartyContextLookupByLabel(String) - Constructor for class net.shibboleth.idp.profile.context.navigate.RelyingPartyContextLookupByLabel
Constructor.
relyingPartyContextLookupStrategy - Variable in class net.shibboleth.idp.profile.context.navigate.AbstractRelyingPartyLookupFunction
Strategy used to locate the RelyingPartyContext associated with a given ProfileRequestContext.
relyingPartyContextLookupStrategy - Variable in class net.shibboleth.idp.profile.logic.AbstractRelyingPartyPredicate
Strategy function to lookup RelyingPartyContext.
relyingPartyCtx - Variable in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext
Tracks the context being operated on.
relyingPartyId - Variable in class net.shibboleth.idp.profile.context.RelyingPartyContext
The identifier for the relying party.
relyingPartyIdContextTree - Variable in class net.shibboleth.idp.profile.context.RelyingPartyContext
A pointer to a context tree containing identifying material for the relying party.
RelyingPartyIdLookupFunction - Class in net.shibboleth.idp.profile.context.navigate
A function that returns RelyingPartyContext.getRelyingPartyId() from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
RelyingPartyIdLookupFunction() - Constructor for class net.shibboleth.idp.profile.context.navigate.RelyingPartyIdLookupFunction
 
relyingPartyIdLookupStrategy - Variable in class net.shibboleth.idp.profile.context.RelyingPartyContext
A lookup strategy for deriving a relying party ID based on contained information.
relyingPartyIdMap - Variable in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext
Map of RP contexts indexed by name.
RelyingPartyIdPredicate - Class in net.shibboleth.idp.profile.logic
Predicate that evaluates a ProfileRequestContext by looking for a relying party ID that matches one of a designated set, or a generic predicate.
RelyingPartyIdPredicate(Collection<String>) - Constructor for class net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate
Constructor.
RelyingPartyIdPredicate(Predicate<String>) - Constructor for class net.shibboleth.idp.profile.logic.RelyingPartyIdPredicate
Constructor.
relyingPartyIterator - Variable in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext
An iterator to track progress through the set of relying parties.
relyingPartyLabelMap - Variable in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext
Multimap of RP contexts indexed by role.
REMOTE_ADDR - Static variable in class net.shibboleth.idp.profile.IdPAuditFields
Remote address field.
remove() - Method in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext.RelyingPartyContextIterator
removeRelyingPartyContext(String, RelyingPartyContext) - Method in class net.shibboleth.idp.profile.context.MultiRelyingPartyContext
Remove a RP context associated with a label.
resourceMessageContextScript(String, Resource) - Static method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Factory to create ScriptedContextLookupFunction for MessageContexts from a Resource.
resourceMessageContextScript(String, Resource, Class) - Static method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Factory to create ScriptedContextLookupFunction for MessageContexts from a Resource.
resourceMessageContextScript(Resource) - Static method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Factory to create ScriptedContextLookupFunction for MessageContexts from a Resource.
resourceMessageContextScript(Resource, Class) - Static method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Factory to create ScriptedContextLookupFunction for MessageContexts from a Resource.
resourceScript(String, Resource) - Static method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Factory to create ScriptedContextLookupFunction for ProfileRequestContexts from a Resource.
resourceScript(String, Resource, Class) - Static method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Factory to create ScriptedContextLookupFunction for ProfileRequestContexts from a Resource.
resourceScript(Resource) - Static method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Factory to create ScriptedContextLookupFunction from a Resource.
resourceScript(Resource, Class) - Static method in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Factory to create ScriptedContextLookupFunction for ProfileRequestContexts from a Resource.
resourceScript(String, Resource) - Static method in class net.shibboleth.idp.profile.logic.ScriptedPredicate
Factory to create ScriptedPredicate from a Resource.
resourceScript(Resource) - Static method in class net.shibboleth.idp.profile.logic.ScriptedPredicate
Factory to create ScriptedPredicate from a Resource.
resourceScript(String, Resource) - Static method in class net.shibboleth.idp.profile.ScriptedAction
Factory to create ScriptedAction from a Resource.
resourceScript(Resource) - Static method in class net.shibboleth.idp.profile.ScriptedAction
Factory to create ScriptedAction from a Resource.
responderId - Variable in class net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
The entity ID of the IdP.
ResponderIdLookupFunction - Class in net.shibboleth.idp.profile.context.navigate
A function that returns RelyingPartyConfiguration.getResponderId() if available from a RelyingPartyContext obtained via a lookup function, by default a child of the ProfileRequestContext.
ResponderIdLookupFunction() - Constructor for class net.shibboleth.idp.profile.context.navigate.ResponderIdLookupFunction
 
results - Variable in class net.shibboleth.idp.profile.context.ProfileInterceptorContext
Results of the flow to be written to storage.
rpResolver - Variable in class net.shibboleth.idp.profile.config.navigate.ClientTLSValidationConfigurationLookupFunction
A resolver for default security configurations.
rpResolver - Variable in class net.shibboleth.idp.profile.config.navigate.DecryptionConfigurationLookupFunction
A resolver for default security configurations.
rpResolver - Variable in class net.shibboleth.idp.profile.config.navigate.EncryptionConfigurationLookupFunction
A resolver for default security configurations.
rpResolver - Variable in class net.shibboleth.idp.profile.config.navigate.SignatureSigningConfigurationLookupFunction
A resolver for default security configurations.
rpResolver - Variable in class net.shibboleth.idp.profile.config.navigate.SignatureValidationConfigurationLookupFunction
A resolver for default security configurations.

S

script - Variable in class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
The script we care about.
script - Variable in class net.shibboleth.idp.profile.logic.ScriptedPredicate
The script we care about.
script - Variable in class net.shibboleth.idp.profile.ScriptedAction
The script we care about.
ScriptedAction - Class in net.shibboleth.idp.profile
An action which calls out to a supplied script.
ScriptedAction(EvaluableScript, String) - Constructor for class net.shibboleth.idp.profile.ScriptedAction
Constructor.
ScriptedAction(EvaluableScript) - Constructor for class net.shibboleth.idp.profile.ScriptedAction
Constructor.
ScriptedContextLookupFunction<T extends org.opensaml.messaging.context.BaseContext> - Class in net.shibboleth.idp.profile.context.navigate
A Function over a BaseContext which calls out to a supplied script.
ScriptedContextLookupFunction(Class<T>, EvaluableScript, String) - Constructor for class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Constructor.
ScriptedContextLookupFunction(Class<T>, EvaluableScript) - Constructor for class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Constructor.
ScriptedContextLookupFunction(Class<T>, EvaluableScript, String, Class) - Constructor for class net.shibboleth.idp.profile.context.navigate.ScriptedContextLookupFunction
Constructor.
ScriptedPredicate - Class in net.shibboleth.idp.profile.logic
A Predicate which calls out to a supplied script.
ScriptedPredicate(EvaluableScript, String) - Constructor for class net.shibboleth.idp.profile.logic.ScriptedPredicate
Constructor.
ScriptedPredicate(EvaluableScript) - Constructor for class net.shibboleth.idp.profile.logic.ScriptedPredicate
Constructor.
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.
SESSION_ID - Static variable in class net.shibboleth.idp.profile.IdPAuditFields
Session ID field.
setActivationCondition(Predicate<ProfileRequestContext>) - Method in class net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor
Set the activation condition in the form of a Predicate such that iff the condition evaluates to true should the corresponding flow be allowed/possible.
setActivationCondition(Predicate<ProfileRequestContext>) - Method in class net.shibboleth.idp.relyingparty.RelyingPartyConfiguration
Set the condition under which the relying party configuration should be active.
setAttemptedFlow(ProfileInterceptorFlowDescriptor) - Method in class net.shibboleth.idp.profile.context.ProfileInterceptorContext
Set the last flow that was attempted.
setAttributeContextLookupStrategy(Function<ProfileRequestContext, AttributeContext>) - Method in class net.shibboleth.idp.profile.logic.SimpleAttributePredicate
Set the lookup strategy to use to locate the AttributeContext.
setAttributeValueMap(Map<String, Collection<String>>) - Method in class net.shibboleth.idp.profile.logic.SimpleAttributePredicate
Set the map of attribute/value pairs (as a map of string collections) to check for.
setClientTLSValidationConfiguration(ClientTLSValidationConfiguration) - Method in class net.shibboleth.idp.profile.config.SecurityConfiguration
Set the configuration used when validating client TLS X509Credentials.
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.
setDefaultView(String) - Method in class net.shibboleth.idp.profile.context.navigate.SpringEventToViewLookupFunction
Set the default view name.
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.
setEventMap(Map<String, String>) - Method in class net.shibboleth.idp.profile.context.navigate.SpringEventToViewLookupFunction
Set the map of event IDs to view names.
setInboundInterceptorFlows(Collection<String>) - Method in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
Set the ordered collection of inbound interceptor flows to enable.
setLookupStrategy(Function<ProfileRequestContext, ProfileInterceptorContext>) - Method in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorAction
Set the context lookup strategy for ProfileInterceptorContext.
setMessageSource(MessageSource) - Method in class net.shibboleth.idp.profile.AbstractProfileAction
setMessageSource(MessageSource) - Method in class net.shibboleth.idp.profile.context.navigate.SpringStatusMessageLookupFunction
setNonBrowserSupported(boolean) - Method in class net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor
Set whether this flow supports non-browser clients.
setOutboundInterceptorFlows(Collection<String>) - Method in class net.shibboleth.idp.profile.config.AbstractProfileConfiguration
Set the ordered collection of outbound interceptor flows to enable.
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.
setRelyingPartyConfigurationResolver(RelyingPartyConfigurationResolver) - Method in class net.shibboleth.idp.profile.config.navigate.ClientTLSValidationConfigurationLookupFunction
Set the resolver for default security configurations.
setRelyingPartyConfigurationResolver(RelyingPartyConfigurationResolver) - Method in class net.shibboleth.idp.profile.config.navigate.DecryptionConfigurationLookupFunction
Set the resolver for default security configurations.
setRelyingPartyConfigurationResolver(RelyingPartyConfigurationResolver) - Method in class net.shibboleth.idp.profile.config.navigate.EncryptionConfigurationLookupFunction
Set the resolver for default security configurations.
setRelyingPartyConfigurationResolver(RelyingPartyConfigurationResolver) - Method in class net.shibboleth.idp.profile.config.navigate.SignatureSigningConfigurationLookupFunction
Set the resolver for default security configurations.
setRelyingPartyConfigurationResolver(RelyingPartyConfigurationResolver) - Method in class net.shibboleth.idp.profile.config.navigate.SignatureValidationConfigurationLookupFunction
Set the resolver for default security configurations.
setRelyingPartyContextLookupStrategy(Function<ProfileRequestContext, RelyingPartyContext>) - Method in class net.shibboleth.idp.profile.context.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.logic.AbstractRelyingPartyPredicate
Set the lookup strategy to use to locate the RelyingPartyContext.
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.
setStorageService(StorageService) - Method in class net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor
Set the storage service.
setVerificationLookupStrategy(Function<RelyingPartyContext, Boolean>) - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
Set the lookup strategy for a non-explicit verification determination.
setVerified(Boolean) - Method in class net.shibboleth.idp.profile.context.RelyingPartyContext
Set whether the relying party was verified in some fashion.
SignatureSigningConfigurationLookupFunction - Class in net.shibboleth.idp.profile.config.navigate
A function that returns a SignatureSigningConfiguration list by way of various lookup strategies.
SignatureSigningConfigurationLookupFunction() - Constructor for class net.shibboleth.idp.profile.config.navigate.SignatureSigningConfigurationLookupFunction
 
SignatureValidationConfigurationLookupFunction - Class in net.shibboleth.idp.profile.config.navigate
A function that returns a SignatureValidationConfiguration list by way of various lookup strategies.
SignatureValidationConfigurationLookupFunction() - Constructor for class net.shibboleth.idp.profile.config.navigate.SignatureValidationConfigurationLookupFunction
 
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.
SimpleAttributePredicate - Class in net.shibboleth.idp.profile.logic
Predicate that evaluates an AttributeContext and checks for particular attribute/value pairs.
SimpleAttributePredicate() - Constructor for class net.shibboleth.idp.profile.logic.SimpleAttributePredicate
Constructor.
SpringEventToViewLookupFunction - Class in net.shibboleth.idp.profile.context.navigate
A function that returns a view name to render based on a Spring Web Flow Event.
SpringEventToViewLookupFunction() - Constructor for class net.shibboleth.idp.profile.context.navigate.SpringEventToViewLookupFunction
Constructor.
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
 
SpringStatusMessageLookupFunction - Class in net.shibboleth.idp.profile.context.navigate
A function that returns a status message to include, if any, in a SAML response based on the current profile request context state, using Spring's MessageSource functionality.
SpringStatusMessageLookupFunction() - Constructor for class net.shibboleth.idp.profile.context.navigate.SpringStatusMessageLookupFunction
 
storageContext - Variable in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult
Storage context.
storageExpiration - Variable in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult
Storage expiration.
storageKey - Variable in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult
Storage key.
storageService - Variable in class net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor
Storage service for the results generated by this flow.
storageValue - Variable in class net.shibboleth.idp.profile.interceptor.AbstractProfileInterceptorResult
Storage value.
supportsNonBrowser - Variable in class net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor
Whether this flow supports non-browser clients.

T

toString() - Method in class net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor

U

UNABLE_ENCODE_ATTRIBUTE - Static variable in class net.shibboleth.idp.profile.IdPEventIds
ID of the event returned if some attributes cannot be encoded.
UNABLE_FILTER_ATTRIBS - Static variable in class net.shibboleth.idp.profile.IdPEventIds
ID of event returned if attribute filtering failed.
UNABLE_RESOLVE_ATTRIBS - Static variable in class net.shibboleth.idp.profile.IdPEventIds
ID of event returned if attribute resolution failed.
URI - Static variable in class net.shibboleth.idp.profile.IdPAuditFields
URI field.
URL - Static variable in class net.shibboleth.idp.profile.IdPAuditFields
URL field.
USER_AGENT - Static variable in class net.shibboleth.idp.profile.IdPAuditFields
User Agent field.
USERNAME - Static variable in class net.shibboleth.idp.profile.IdPAuditFields
Username field.

V

verificationLookupStrategy - Variable in class net.shibboleth.idp.profile.context.RelyingPartyContext
A lookup strategy for deriving verification based on the context.
verified - Variable in class net.shibboleth.idp.profile.context.RelyingPartyContext
Optional flag indicating whether verification was done.
VerifiedProfilePredicate - Class in net.shibboleth.idp.profile.logic
Predicate to determine whether a profile request is from a verified source.
VerifiedProfilePredicate() - Constructor for class net.shibboleth.idp.profile.logic.VerifiedProfilePredicate
 

W

WebFlowCurrentEventLookupFunction - Class in net.shibboleth.idp.profile.context.navigate
A Function that checks for cases in which the webflow's current event is not reflected by an attached EventContext and compensates, along with returning a suitably populated context.
WebFlowCurrentEventLookupFunction() - Constructor for class net.shibboleth.idp.profile.context.navigate.WebFlowCurrentEventLookupFunction
 
WebflowRequestContextProfileRequestContextLookup - Class in net.shibboleth.idp.profile.context.navigate
A Function that extracts the ProfileRequestContext from the current Webflow conversation.
WebflowRequestContextProfileRequestContextLookup() - Constructor for class net.shibboleth.idp.profile.context.navigate.WebflowRequestContextProfileRequestContextLookup
 
A B C D E F G H I L M N O P R S T U V W 

Copyright © 1999–2014. All rights reserved.