Uses of Class
org.opensaml.profile.action.AbstractConditionalProfileAction
Packages that use AbstractConditionalProfileAction
Package
Description
Interfaces and classes for profile actions, discrete units of behavior that
make up a profile.
Implementations of general profile actions.
Actions and classes common to both SAML versions.
Implementations of SAML 1.x profile behavior.
Implementations of SAML 2.0 profile behavior.
-
Uses of AbstractConditionalProfileAction in org.opensaml.profile.action
Subclasses of AbstractConditionalProfileAction in org.opensaml.profile.actionModifier and TypeClassDescriptionclassAbstractHandlerDelegatingProfileAction<DelegateType extends MessageHandler>Base class for a profile action which just delegates to an instance ofMessageHandler. -
Uses of AbstractConditionalProfileAction in org.opensaml.profile.action.impl
Subclasses of AbstractConditionalProfileAction in org.opensaml.profile.action.implModifier and TypeClassDescriptionclassAction that resolves and populatesDecryptionParameterson aSecurityParametersContextcreated/accessed via a lookup function, by default on the inbound message context.classAction that resolves and populatesSignatureValidationParameterson aSecurityParametersContextcreated/accessed via a lookup function, by default on the inbound message context. -
Uses of AbstractConditionalProfileAction in org.opensaml.saml.common.profile.impl
Subclasses of AbstractConditionalProfileAction in org.opensaml.saml.common.profile.implModifier and TypeClassDescriptionclassAction adds an audience restriction condition to every assertion contained in a SAML 1/2 response, with the audiences obtained from a lookup function.classAction that adds theInResponseToattribute to a response message if a SAML message ID is set on the inbound message context.classAction that adds theNotBeforeattribute to every assertion in a SAML 1/2 response message.classAction that adds theNotBeforeattribute to every assertion in a SAML 1/2 response message.classAction that resolves and populatesSignatureSigningParameterson aSecurityParametersContextcreated/accessed via a lookup function, by default on the outbound message context. -
Uses of AbstractConditionalProfileAction in org.opensaml.saml.saml1.profile.impl
Subclasses of AbstractConditionalProfileAction in org.opensaml.saml.saml1.profile.implModifier and TypeClassDescriptionclass -
Uses of AbstractConditionalProfileAction in org.opensaml.saml.saml2.profile.impl
Subclasses of AbstractConditionalProfileAction in org.opensaml.saml.saml2.profile.implModifier and TypeClassDescriptionclassAbstract base class for actions that perform simple unicast SAML encryption to a single decrypting party.classclassclassclassAction adds anProxyRestrictionto everyAssertioncontained in a SAML 2 response, with the audiences and count obtained from a lookup function.classAction that encrypts all assertions in aResponsemessage obtained from a lookup strategy, by default the outbound message context.classAction that encrypts all attributes in aResponsemessage obtained from a lookup strategy, by default the outbound message context.classAction that encrypts allNameIDs in a message obtained from a lookup strategy, by default the outbound message context.classAction to create and populate anECPContextbased on the request and, when encryption is in use, generating a session key.