Package | Description |
---|---|
org.opensaml.saml.common |
Base classes for working with SAML as Java objects.
|
org.opensaml.saml.common.binding.security.impl |
Classes responsible for performing transport-related and basic message
validation of decoded SAML messages.
|
org.opensaml.saml.ext.saml2mdquery |
Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.
|
org.opensaml.saml.ext.saml2mdquery.impl |
Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.
|
org.opensaml.saml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml.saml1.core.impl |
Implementations of SAML 1.x core specification types and elements.
|
org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml.saml2.metadata |
Concrete definitions of the objects described in saml-metadata-2.0-os work.
|
org.opensaml.saml.saml2.metadata.impl |
Concrete implementations of the metadata APIs.
|
org.opensaml.saml.security.impl |
Classes related to verifying various credentials within a SAML system.
|
org.opensaml.xacml.profile.saml |
XMLObject interfaces for SAML XACML profile.
|
org.opensaml.xacml.profile.saml.impl |
XMLObject implementation classes for XACML SAML profile.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSignableSAMLObject
Abstract SAMLObject implementation that also implements
SignableXMLObject . |
Modifier and Type | Method and Description |
---|---|
static void |
SAMLObjectSupport.declareNonVisibleNamespaces(SignableSAMLObject signableObject)
Examines the
SignableSAMLObject for the need to declare non-visible namespaces
before marshalling and signing, and if required, performs the declarations. |
Constructor and Description |
---|
SAMLObjectContentReference(SignableSAMLObject newSignableObject)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLProtocolMessageXMLSignatureSecurityHandler.doEvaluate(Signature signature,
SignableSAMLObject signableObject,
org.opensaml.messaging.context.MessageContext messageContext)
Perform cryptographic validation and trust evaluation on the Signature token using the configured Signature
trust engine.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AttributeQueryDescriptorType
SAML 2.0 Metadata extension AttributeQueryDescriptorType.
|
interface |
AuthnQueryDescriptorType
SAML 2.0 Metadata extension AuthnQueryDescriptorType.
|
interface |
AuthzDecisionQueryDescriptorType
SAML 2.0 Metadata extension AuthzDecisionQueryDescriptorType.
|
interface |
QueryDescriptorType
SAML 2.0 Metadata extension QueryDescriptorType.
|
Modifier and Type | Class and Description |
---|---|
class |
AttributeQueryDescriptorTypeImpl
Concrete implementation of
AttributeQueryDescriptorType . |
class |
AuthnQueryDescriptorTypeImpl
Concrete implementation of
AuthnQueryDescriptorType . |
class |
AuthzDecisionQueryDescriptorTypeImpl
Concrete implementation of
AuthzDecisionQueryDescriptorType . |
class |
QueryDescriptorTypeImpl
Concrete implementation of
QueryDescriptorType . |
Modifier and Type | Interface and Description |
---|---|
interface |
Assertion
This interface defines how the object representing a SAML 1
Assertion element behaves. |
interface |
Request
This interface defines how the SAML1
Request objects behave. |
interface |
RequestAbstractType
This interface describes the base class for types derived from
RequestAbstractType . |
interface |
Response
This interface defines how the object representing a SAML1
Response element behaves. |
interface |
ResponseAbstractType
This interface defines the base class for type derived from the SAML1
ResponseAbstractType . |
Modifier and Type | Class and Description |
---|---|
class |
AssertionImpl
This class implements the SAML 1
Assertion statement. |
class |
RequestAbstractTypeImpl
Implementation of
RequestAbstractType . |
class |
RequestImpl
Concrete implementation of
Request . |
class |
ResponseAbstractTypeImpl
Abstract implementation of
ResponseAbstractType Object. |
class |
ResponseImpl
Implementation of the
Response Object. |
Modifier and Type | Interface and Description |
---|---|
interface |
ArtifactResolve
SAML 2.0 Core ArtifactResolve.
|
interface |
ArtifactResponse
SAML 2.0 Core ArtifactResponse.
|
interface |
AssertionIDRequest
SAML 2.0 Core AssertionIDRequest.
|
interface |
AttributeQuery
SAML 2.0 AttributeQuery.
|
interface |
AuthnQuery
SAML 2.0 AuthnQuery.
|
interface |
AuthnRequest
SAML 2.0 Core AuthnRequest.
|
interface |
AuthzDecisionQuery
SAML 2.0 AuthzDecisionQuery.
|
interface |
LogoutRequest
SAML 2.0 Core LogoutRequest.
|
interface |
LogoutResponse
SAML 2.0 Core LogoutResponse.
|
interface |
ManageNameIDRequest
SAML 2.0 Core ManageNameIDRequest.
|
interface |
ManageNameIDResponse
SAML 2.0 Core ManageNameIDResponse.
|
interface |
NameIDMappingRequest
SAML 2.0 Core NameIDMappingRequest.
|
interface |
NameIDMappingResponse
SAML 2.0 Core NameIDMappingResponse .
|
interface |
StatusResponseType
SAML 2.0 Core StatusResponseType.
|
interface |
SubjectQuery
SAML 2.0 Core SubjectQuery.
|
Modifier and Type | Class and Description |
---|---|
class |
ArtifactResolveImpl
Concrete implementation of
ArtifactResolve . |
class |
ArtifactResponseImpl
Concrete implementation of
ArtifactResponse . |
class |
AssertionIDRequestImpl
A concrete implementation of
AssertionIDRequest . |
class |
AttributeQueryImpl
Concrete implementation of
AttributeQuery . |
class |
AuthnQueryImpl
Concrete implementation of
AuthnQuery . |
class |
AuthnRequestImpl
A concrete implementation of
AuthnRequest . |
class |
AuthzDecisionQueryImpl
Concrete implementation of
AuthzDecisionQuery . |
class |
LogoutRequestImpl
A concrete implementation of
LogoutRequest . |
class |
LogoutResponseImpl
A concrete implementation of
LogoutResponse . |
class |
ManageNameIDRequestImpl
A concrete implementation of
ManageNameIDRequest . |
class |
ManageNameIDResponseImpl
A Builder for
ManageNameIDResponseImpl objects. |
class |
NameIDMappingRequestImpl
A concrete implementation of
NameIDMappingRequest . |
class |
NameIDMappingResponseImpl
Concrete implementation of
NameIDMappingResponse . |
class |
StatusResponseTypeImpl
Concrete implementation of
StatusResponseType . |
class |
SubjectQueryImpl
Concrete implementation of
SubjectQuery . |
Modifier and Type | Interface and Description |
---|---|
interface |
AffiliationDescriptor
SAML 2.0 Metadata AffiliationDescriptorType.
|
interface |
AttributeAuthorityDescriptor
SAML 2.0 Metadata AttributeAuthorityDescriptor.
|
interface |
AuthnAuthorityDescriptor
SAML 2.0 Metadata AuthnAuthorityDescriptor.
|
interface |
EntitiesDescriptor
SAML 2.0 Metadata EntitiesDescriptor.
|
interface |
EntityDescriptor
SAML 2.0 Metadata EntityDescriptor.
|
interface |
IDPSSODescriptor
SAML 2.0 Metadata IDPSSODescriptorType.
|
interface |
PDPDescriptor
SAML 2.0 Metadata PDPDescriptor.
|
interface |
RoleDescriptor
SAML 2.0 Metadata RoleDescriptor.
|
interface |
SPSSODescriptor
SAML 2.0 Metadata SPSSODescriptorType.
|
interface |
SSODescriptor
SAML 2.0 Metadata SSODescriptor.
|
Modifier and Type | Class and Description |
---|---|
class |
AffiliationDescriptorImpl
Concrete implementation of
AffiliationDescriptor . |
class |
AttributeAuthorityDescriptorImpl
A concrete implementation of
AttributeAuthorityDescriptor . |
class |
AuthnAuthorityDescriptorImpl
Concreate implementation of
AuthnAuthorityDescriptor . |
class |
EntitiesDescriptorImpl
Concrete implementation of
EntitiesDescriptor . |
class |
EntityDescriptorImpl
Concretate implementation of
EntitiesDescriptor . |
class |
IDPSSODescriptorImpl
Concrete implementation of
IDPSSODescriptor . |
class |
PDPDescriptorImpl
Concrete implementation of
PDPDescriptor . |
class |
RoleDescriptorImpl
Concrete implementation of
RoleDescriptor . |
class |
SPSSODescriptorImpl
Concrete implementation of
SPSSODescriptor . |
class |
SSODescriptorImpl
Concrete implementation of
SSODescriptor . |
Modifier and Type | Method and Description |
---|---|
protected void |
SAMLSignatureProfileValidator.validateReferenceURI(String uri,
SignableSAMLObject signableObject)
Validate the Signature's Reference URI.
|
Modifier and Type | Interface and Description |
---|---|
interface |
XACMLAuthzDecisionQueryType
A SAML XACML profile XACMLAuthzDecisionQuery schema type.
|
interface |
XACMLPolicyQueryType
A SAML XACML profile XACMLPolicyQuery schema type.
|
Modifier and Type | Class and Description |
---|---|
class |
XACMLAuthzDecisionQueryTypeImpl
A concrete implementation of
XACMLAuthzDecisionQueryType . |
class |
XACMLPolicyQueryTypeImpl
Concrete implementation of
XACMLPolicyQueryType . |
Copyright © 2016 JBoss by Red Hat. All rights reserved.