Package | Description |
---|---|
org.opensaml.common |
Base classes for working with SAML as Java objects.
|
org.opensaml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml1.core.impl |
Implementations of SAML 1.0 and 1.1 types and elements interfaces.
|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
Modifier and Type | Field and Description |
---|---|
static SAMLVersion |
SAMLVersion.VERSION_10
SAML version 1.0.
|
static SAMLVersion |
SAMLVersion.VERSION_11
SAML Version 1.1.
|
static SAMLVersion |
SAMLVersion.VERSION_20
SAML Version 2.0.
|
Modifier and Type | Method and Description |
---|---|
static SAMLVersion |
SAMLVersion.valueOf(int majorVersion,
int minorVersion)
Gets the SAMLVersion given the major and minor version number.
|
static SAMLVersion |
SAMLVersion.valueOf(String version)
Gets the SAMLVersion for a given version string, such as "2.0".
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseAbstractType.setVersion(SAMLVersion version)
Sets the SAML version for this message.
|
void |
RequestAbstractType.setVersion(SAMLVersion version) |
void |
Assertion.setVersion(SAMLVersion version)
Sets the SAML version of this assertion.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestAbstractTypeImpl.setVersion(SAMLVersion newVersion) |
void |
ResponseAbstractTypeImpl.setVersion(SAMLVersion newVersion)
Sets the SAML version for this message.
|
void |
AssertionImpl.setVersion(SAMLVersion newVersion)
Sets the SAML version of this assertion.
|
Modifier and Type | Method and Description |
---|---|
SAMLVersion |
RequestAbstractType.getVersion()
Gets the SAML Version of this request.
|
SAMLVersion |
Assertion.getVersion()
Gets the SAML Version of this assertion.
|
SAMLVersion |
StatusResponseType.getVersion()
Gets the SAML Version of this response.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestAbstractType.setVersion(SAMLVersion newVersion)
Sets the SAML Version of this request.
|
void |
Assertion.setVersion(SAMLVersion newVersion)
Sets the SAML Version of this assertion.
|
void |
StatusResponseType.setVersion(SAMLVersion newVersion)
Sets the SAML Version of this response.
|
Modifier and Type | Method and Description |
---|---|
SAMLVersion |
RequestAbstractTypeImpl.getVersion()
Gets the SAML Version of this request.
|
SAMLVersion |
StatusResponseTypeImpl.getVersion()
Gets the SAML Version of this response.
|
SAMLVersion |
AssertionImpl.getVersion()
Gets the SAML Version of this assertion.
|
Modifier and Type | Method and Description |
---|---|
void |
RequestAbstractTypeImpl.setVersion(SAMLVersion newVersion)
Sets the SAML Version of this request.
|
void |
StatusResponseTypeImpl.setVersion(SAMLVersion newVersion)
Sets the SAML Version of this response.
|
void |
AssertionImpl.setVersion(SAMLVersion newVersion)
Sets the SAML Version of this assertion.
|
Copyright © 1999-2013. All Rights Reserved.