Package | Description |
---|---|
org.apache.wss4j.common.saml | |
org.opensaml.saml.common |
Base classes for working with SAML as Java objects.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SAMLVersion |
SamlAssertionWrapper.getSamlVersion()
Method getSamlVersion returns the samlVersion of this SamlAssertionWrapper object.
|
SAMLVersion |
SAMLCallback.getSamlVersion()
Get the SAMLVersion of the assertion to create
|
Modifier and Type | Method and Description |
---|---|
void |
SAMLCallback.setSamlVersion(SAMLVersion samlVersion)
Deprecated.
|
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 |
---|---|
SAMLVersion |
ResponseAbstractType.getVersion()
Sets the SAML version for this message.
|
SAMLVersion |
RequestAbstractType.getVersion()
Gets the SAML version of this message.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseAbstractType.setVersion(SAMLVersion version)
Sets the SAML version for this message.
|
void |
RequestAbstractType.setVersion(SAMLVersion version)
Sets the SAML version of this message.
|
void |
Assertion.setVersion(SAMLVersion version)
Set the SAML version of this assertion.
|
Modifier and Type | Method and Description |
---|---|
SAMLVersion |
ResponseAbstractTypeImpl.getVersion()
Sets the SAML version for this message.
|
SAMLVersion |
RequestAbstractTypeImpl.getVersion()
Gets the SAML version of this message.
|
Modifier and Type | Method and Description |
---|---|
void |
ResponseAbstractTypeImpl.setVersion(SAMLVersion newVersion)
Sets the SAML version for this message.
|
void |
RequestAbstractTypeImpl.setVersion(SAMLVersion newVersion)
Sets the SAML version of this message.
|
void |
AssertionImpl.setVersion(SAMLVersion newVersion)
Set the SAML version of this assertion.
|
Modifier and Type | Method and Description |
---|---|
SAMLVersion |
StatusResponseType.getVersion()
Gets the SAML Version of this response.
|
SAMLVersion |
RequestAbstractType.getVersion()
Gets the SAML Version of this request.
|
SAMLVersion |
Assertion.getVersion()
Gets the SAML Version of this assertion.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusResponseType.setVersion(SAMLVersion newVersion)
Sets the SAML Version of this response.
|
void |
RequestAbstractType.setVersion(SAMLVersion newVersion)
Sets the SAML Version of this request.
|
void |
Assertion.setVersion(SAMLVersion newVersion)
Sets the SAML Version of this assertion.
|
Modifier and Type | Method and Description |
---|---|
SAMLVersion |
StatusResponseTypeImpl.getVersion()
Gets the SAML Version of this response.
|
SAMLVersion |
RequestAbstractTypeImpl.getVersion()
Gets the SAML Version of this request.
|
SAMLVersion |
AssertionImpl.getVersion()
Gets the SAML Version of this assertion.
|
Modifier and Type | Method and Description |
---|---|
void |
StatusResponseTypeImpl.setVersion(SAMLVersion newVersion)
Sets the SAML Version of this response.
|
void |
RequestAbstractTypeImpl.setVersion(SAMLVersion newVersion)
Sets the SAML Version of this request.
|
void |
AssertionImpl.setVersion(SAMLVersion newVersion)
Sets the SAML Version of this assertion.
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.