Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
PopulateDecryptionParameters
Action that resolves and populates
DecryptionParameters on a SecurityParametersContext
created/accessed via a lookup function, by default on the inbound message context. |
Modifier and Type | Class and Description |
---|---|
class |
AddAudienceRestrictionToAssertions
Action adds an audience restriction condition to every assertion contained in a SAML 1/2
response, with the audiences obtained from a lookup function.
|
class |
AddInResponseToToResponse
Action that adds the
InResponseTo attribute to a response message if a SAML message ID is set on
the inbound message context. |
class |
AddNotBeforeConditionToAssertions
Action that adds the
NotBefore attribute to every assertion in a SAML 1/2
response message. |
class |
AddNotOnOrAfterConditionToAssertions
Action that adds the
NotBefore attribute to every assertion in a SAML 1/2
response message. |
class |
PopulateSignatureSigningParameters
Action that resolves and populates
SignatureSigningParameters on a SecurityParametersContext
created/accessed via a lookup function, by default on the outbound message context. |
Modifier and Type | Class and Description |
---|---|
class |
AddDoNotCacheConditionToAssertions
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEncryptAction
Abstract base class for actions that perform simple unicast SAML encryption to a single
decrypting party.
|
class |
AddChannelBindingsToAssertions
|
class |
AddGeneratedKeyToAssertions
|
class |
AddOneTimeUseConditionToAssertions
|
class |
AddProxyRestrictionToAssertions
Action adds an
ProxyRestriction to every Assertion contained in a SAML 2
response, with the audiences and count obtained from a lookup function. |
class |
EncryptAssertions
Action that encrypts all assertions in a
Response message obtained from a lookup
strategy, by default the outbound message context. |
class |
EncryptAttributes
Action that encrypts all attributes in a
Response message obtained from a lookup strategy,
by default the outbound message context. |
class |
EncryptNameIDs
Action that encrypts all
NameID s in a message obtained from a lookup strategy,
by default the outbound message context. |
class |
PopulateECPContext
Action to create and populate an
ECPContext based on the request and, when encryption is in use,
generating a session key. |
Copyright © 2019. All rights reserved.