Uses of Class
org.opensaml.profile.action.AbstractConditionalProfileAction
-
Packages that use AbstractConditionalProfileAction Package Description org.opensaml.profile.action Interfaces and classes for profile actions, discrete units of behavior that make up a profile.org.opensaml.profile.action.impl Implementations of general profile actions.org.opensaml.saml.common.profile.impl Actions and classes common to both SAML versions.org.opensaml.saml.saml1.profile.impl Implementations of SAML 1.x profile behavior.org.opensaml.saml.saml2.profile.impl Implementations of SAML 2.0 profile behavior. -
-
Uses of AbstractConditionalProfileAction in org.opensaml.profile.action
Subclasses of AbstractConditionalProfileAction in org.opensaml.profile.action Modifier and Type Class Description classAbstractHandlerDelegatingProfileAction<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.impl Modifier and Type Class Description classPopulateDecryptionParametersAction that resolves and populatesDecryptionParameterson aSecurityParametersContextcreated/accessed via a lookup function, by default on the inbound message context.classPopulateSignatureValidationParametersAction 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.impl Modifier and Type Class Description classAddAudienceRestrictionToAssertionsAction adds an audience restriction condition to every assertion contained in a SAML 1/2 response, with the audiences obtained from a lookup function.classAddInResponseToToResponseAction that adds theInResponseToattribute to a response message if a SAML message ID is set on the inbound message context.classAddNotBeforeConditionToAssertionsAction that adds theNotBeforeattribute to every assertion in a SAML 1/2 response message.classAddNotOnOrAfterConditionToAssertionsAction that adds theNotBeforeattribute to every assertion in a SAML 1/2 response message.classPopulateSignatureSigningParametersAction 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.impl Modifier and Type Class Description classAddDoNotCacheConditionToAssertions -
Uses of AbstractConditionalProfileAction in org.opensaml.saml.saml2.profile.impl
Subclasses of AbstractConditionalProfileAction in org.opensaml.saml.saml2.profile.impl Modifier and Type Class Description classAbstractEncryptActionAbstract base class for actions that perform simple unicast SAML encryption to a single decrypting party.classAddChannelBindingsToAssertionsclassAddGeneratedKeyToAssertionsclassAddOneTimeUseConditionToAssertionsclassAddProxyRestrictionToAssertionsAction adds anProxyRestrictionto everyAssertioncontained in a SAML 2 response, with the audiences and count obtained from a lookup function.classEncryptAssertionsAction that encrypts all assertions in aResponsemessage obtained from a lookup strategy, by default the outbound message context.classEncryptAttributesAction that encrypts all attributes in aResponsemessage obtained from a lookup strategy, by default the outbound message context.classEncryptNameIDsAction that encrypts allNameIDs in a message obtained from a lookup strategy, by default the outbound message context.classPopulateECPContextAction to create and populate anECPContextbased on the request and, when encryption is in use, generating a session key.
-