Skip navigation links
OpenSAML :: Profile API 3.1.1.redhat-1
A B C D E G H I L M N O P R S U 

A

AbstractConditionalProfileAction<InboundMessageType,OutboundMessageType> - Class in org.opensaml.profile.action
Base class for conditional profile actions.
AbstractConditionalProfileAction() - Constructor for class org.opensaml.profile.action.AbstractConditionalProfileAction
Constructor.
AbstractProfileAction<InboundMessageType,OutboundMessageType> - Class in org.opensaml.profile.action
Base class for profile actions.
AbstractProfileAction() - Constructor for class org.opensaml.profile.action.AbstractProfileAction
 
ACCESS_DENIED - Static variable in class org.opensaml.profile.action.EventIds
ID of event returned if an authorization failure occurs.
ActionSupport - Class in org.opensaml.profile.action
Helper class for ProfileAction operations.
ActionSupport() - Constructor for class org.opensaml.profile.action.ActionSupport
Constructor.
activationCondition - Variable in class org.opensaml.profile.action.AbstractConditionalProfileAction
Condition dictating whether to run or not.
addressRanges - Variable in class org.opensaml.profile.logic.IPRangePredicate
IP ranges to match against.
ANONYMOUS_PROFILE_ID - Static variable in class org.opensaml.profile.context.ProfileRequestContext
Profile ID if not overridden.
apply(ProfileRequestContext) - Method in class org.opensaml.profile.context.navigate.CurrentOrPreviousEventLookup
apply(ProfileRequestContext) - Method in class org.opensaml.profile.context.navigate.InboundMessageContextLookup
apply(ProfileRequestContext) - Method in class org.opensaml.profile.context.navigate.OutboundMessageContextLookup
apply(ProfileRequestContext) - Method in class org.opensaml.profile.context.navigate.ProfileIdLookup
apply(ProfileRequestContext) - Method in class org.opensaml.profile.logic.BrowserProfilePredicate
apply(BaseContext) - Method in class org.opensaml.profile.logic.IPRangePredicate
apply(ProfileRequestContext) - Method in class org.opensaml.profile.logic.NoConfidentialityMessageChannelPredicate
apply(ProfileRequestContext) - Method in class org.opensaml.profile.logic.NoIntegrityMessageChannelPredicate
apply(ProfileRequestContext) - Method in class org.opensaml.profile.logic.ProfileIdPredicate

B

BINDING_KEY - Static variable in class org.opensaml.profile.context.ProfileRequestContext
ID under which this context is stored, for example, within maps or sessions.
browserProfile - Variable in class org.opensaml.profile.context.ProfileRequestContext
Whether the current profile request is browser-based.
BrowserProfilePredicate - Class in org.opensaml.profile.logic
A predicate implementation that indicates whether the request is associated with a browser profile.
BrowserProfilePredicate() - Constructor for class org.opensaml.profile.logic.BrowserProfilePredicate
 
buildEvent(ProfileRequestContext, String) - Static method in class org.opensaml.profile.action.ActionSupport
Builds an event with a given ID but no related attributes.
buildProceedEvent(ProfileRequestContext) - Static method in class org.opensaml.profile.action.ActionSupport
Signals a successful outcome by an action.

C

CurrentOrPreviousEventLookup - Class in org.opensaml.profile.context.navigate
Access either current or previous event from context tree.
CurrentOrPreviousEventLookup() - Constructor for class org.opensaml.profile.context.navigate.CurrentOrPreviousEventLookup
 

D

doExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.profile.action.AbstractProfileAction
Performs this action.
doPostExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.profile.action.AbstractProfileAction
Called after execution, actions may override this method to perform post-processing for a request.
doPostExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>, Exception) - Method in class org.opensaml.profile.action.AbstractProfileAction
Called after execution, actions may override this method to perform post-processing for a request.
doPreExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.profile.action.AbstractConditionalProfileAction
Called prior to execution, actions may override this method to perform pre-processing for a request.
doPreExecute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.profile.action.AbstractProfileAction
Called prior to execution, actions may override this method to perform pre-processing for a request.

E

event - Variable in class org.opensaml.profile.context.EventContext
The event represented.
EventContext<EventType> - Class in org.opensaml.profile.context
A context component which holds the result of a profile action that produces an "event".
EventContext() - Constructor for class org.opensaml.profile.context.EventContext
 
EventIds - Class in org.opensaml.profile.action
Constants to use for ProfileAction EventContexts.
EventIds() - Constructor for class org.opensaml.profile.action.EventIds
Constructor.
execute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in class org.opensaml.profile.action.AbstractProfileAction
Performs this action.
execute(ProfileRequestContext<InboundMessageType, OutboundMessageType>) - Method in interface org.opensaml.profile.action.ProfileAction
Performs this action.

G

getActivationCondition() - Method in class org.opensaml.profile.action.AbstractConditionalProfileAction
Get activation condition indicating whether action should execute.
getEvent() - Method in class org.opensaml.profile.context.EventContext
Get the event represented by the context.
getHttpServletRequest() - Method in class org.opensaml.profile.action.AbstractProfileAction
Get the current HTTP request if available.
getHttpServletResponse() - Method in class org.opensaml.profile.action.AbstractProfileAction
Get the current HTTP response.
getLoggingId() - Method in class org.opensaml.profile.context.ProfileRequestContext
Get the logging ID of the profile used by the current request.
getLogPrefix() - Method in class org.opensaml.profile.action.AbstractProfileAction
Return a prefix for logging messages for this component.
getMessageEncoder(ProfileRequestContext) - Method in interface org.opensaml.profile.action.MessageEncoderFactory
Get the MessageEncoder to use.
getProfileId() - Method in class org.opensaml.profile.context.ProfileRequestContext
Get the ID of the profile used by the current request.

H

httpRequest - Variable in class org.opensaml.profile.logic.IPRangePredicate
Servlet request to evaluate.
httpServletRequest - Variable in class org.opensaml.profile.action.AbstractProfileAction
Current HTTP request, if available.
httpServletResponse - Variable in class org.opensaml.profile.action.AbstractProfileAction
Current HTTP response, if available.

I

InboundMessageContextLookup - Class in org.opensaml.profile.context.navigate
InboundMessageContextLookup() - Constructor for class org.opensaml.profile.context.navigate.InboundMessageContextLookup
 
INVALID_MESSAGE - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a message is invalid in some general way.
INVALID_MESSAGE_VERSION - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a message version is incorrect or unsupported.
INVALID_MSG_CTX - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a MessageContext is missing or corrupt in some way.
INVALID_PROFILE_CTX - Static variable in class org.opensaml.profile.action.EventIds
ID of event returned if the ProfileRequestContext associated with the current request is missing or corrupt in some way.
INVALID_SEC_CFG - Static variable in class org.opensaml.profile.action.EventIds
ID of event returned if an error occurs with security configuration.
IO_ERROR - Static variable in class org.opensaml.profile.action.EventIds
ID of event returned if an I/O-related error occurs.
IPRangePredicate - Class in org.opensaml.profile.logic
A Predicate that checks if a request is from a set of one or more IPRanges.
IPRangePredicate() - Constructor for class org.opensaml.profile.logic.IPRangePredicate
Constructor.
isBrowserProfile() - Method in class org.opensaml.profile.context.ProfileRequestContext
Get whether the current profile request is browser-based (defaults to false).

L

loggingId - Variable in class org.opensaml.profile.context.ProfileRequestContext
Logging label for the profile/operation/function .
logPrefix - Variable in class org.opensaml.profile.action.AbstractProfileAction
Cached log prefix.

M

MESSAGE_AUTHN_ERROR - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a message can't be authenticated.
MESSAGE_EXPIRED - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a message is stale.
MESSAGE_PROC_ERROR - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if the preparation of an outbound message fails in some way.
MESSAGE_REPLAY - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a message is replayed.
MessageEncoderFactory - Interface in org.opensaml.profile.action
A component that returns a MessageEncoder instance based on the content of a profile request context.

N

NoConfidentialityMessageChannelPredicate - Class in org.opensaml.profile.logic
A predicate implementation that indicates whether the message channel does NOT support confidentiality end-to-end.
NoConfidentialityMessageChannelPredicate() - Constructor for class org.opensaml.profile.logic.NoConfidentialityMessageChannelPredicate
 
NoIntegrityMessageChannelPredicate - Class in org.opensaml.profile.logic
A predicate implementation that indicates whether the message channel does NOT support integrity end-to-end.
NoIntegrityMessageChannelPredicate() - Constructor for class org.opensaml.profile.logic.NoIntegrityMessageChannelPredicate
 

O

org.opensaml.profile - package org.opensaml.profile
General classes related to profile behavior.
org.opensaml.profile.action - package org.opensaml.profile.action
Interfaces and classes for profile actions, discrete units of behavior that make up a profile.
org.opensaml.profile.context - package org.opensaml.profile.context
Context classes in support of profile behavior.
org.opensaml.profile.context.navigate - package org.opensaml.profile.context.navigate
Functions for navigating profile context information.
org.opensaml.profile.logic - package org.opensaml.profile.logic
First order logic predicates and functions used for working with profile request data.
OutboundMessageContextLookup - Class in org.opensaml.profile.context.navigate
OutboundMessageContextLookup() - Constructor for class org.opensaml.profile.context.navigate.OutboundMessageContextLookup
 

P

PreviousEventContext<EventType> - Class in org.opensaml.profile.context
A context component which holds the last result produced by a profile action that produced an "event".
PreviousEventContext() - Constructor for class org.opensaml.profile.context.PreviousEventContext
 
PROCEED_EVENT_ID - Static variable in class org.opensaml.profile.action.EventIds
ID of an Event indicating that an action completed successfully and processing should move on to the next step.
ProfileAction<InboundMessageType,OutboundMessageType> - Interface in org.opensaml.profile.action
Interface for actions that operate on a ProfileRequestContext.
profileId - Variable in class org.opensaml.profile.context.ProfileRequestContext
Unique identifier for the profile/operation/function of the current request.
profileId - Variable in class org.opensaml.profile.logic.ProfileIdPredicate
Profile ID to test for.
ProfileIdLookup - Class in org.opensaml.profile.context.navigate
A ContextDataLookupFunction that returns the profile ID for a ProfileRequestContext.
ProfileIdLookup() - Constructor for class org.opensaml.profile.context.navigate.ProfileIdLookup
 
ProfileIdPredicate - Class in org.opensaml.profile.logic
A predicate implementation that tests whether a profile request's profile ID matches an expected value.
ProfileIdPredicate(String) - Constructor for class org.opensaml.profile.logic.ProfileIdPredicate
Constructor.
ProfileRequestContext<InboundMessageType,OutboundMessageType> - Class in org.opensaml.profile.context
Context that holds the ongoing state of a profile request.
ProfileRequestContext() - Constructor for class org.opensaml.profile.context.ProfileRequestContext
Constructor.

R

RUNTIME_EXCEPTION - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a runtime exception is caught.

S

setActivationCondition(Predicate<ProfileRequestContext>) - Method in class org.opensaml.profile.action.AbstractConditionalProfileAction
Set activation condition indicating whether action should execute.
setAddressRanges(Iterable<IPRange>) - Method in class org.opensaml.profile.logic.IPRangePredicate
Set the address ranges to check against.
setBrowserProfile(boolean) - Method in class org.opensaml.profile.context.ProfileRequestContext
Set whether the current profile request is browser-based.
setEvent(EventType) - Method in class org.opensaml.profile.context.EventContext
Set the event represented by the context.
setHttpServletRequest(HttpServletRequest) - Method in class org.opensaml.profile.action.AbstractProfileAction
Set the current HTTP request.
setHttpServletRequest(HttpServletRequest) - Method in class org.opensaml.profile.logic.IPRangePredicate
Set the servlet request to evaluate.
setHttpServletResponse(HttpServletResponse) - Method in class org.opensaml.profile.action.AbstractProfileAction
Set the current HTTP response.
setLoggingId(String) - Method in class org.opensaml.profile.context.ProfileRequestContext
Set the logging ID of the profile used by the current request.
setProfileId(String) - Method in class org.opensaml.profile.context.ProfileRequestContext
Set the ID of the profile used by the current request.

U

UNABLE_TO_DECODE - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a MessageDecoder is unable to decode a message.
UNABLE_TO_ENCODE - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if a MessageEncoder is unable to encode a message.
UNABLE_TO_ENCRYPT - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if encryption of an object/data fails.
UNABLE_TO_SIGN - Static variable in class org.opensaml.profile.action.EventIds
ID of the event returned if creation of a signature fails.
A B C D E G H I L M N O P R S U 
Skip navigation links
OpenSAML :: Profile API 3.1.1.redhat-1

Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.