パッケージ | 説明 |
---|---|
edu.internet2.middleware.shibboleth.idp.profile.saml1 | |
edu.internet2.middleware.shibboleth.idp.profile.saml2 | |
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.
|
修飾子とタイプ | フィールドと説明 |
---|---|
static SAMLVersion |
AbstractSAML1ProfileHandler.SAML_VERSION
SAML Version for this profile handler.
|
修飾子とタイプ | フィールドと説明 |
---|---|
static SAMLVersion |
AbstractSAML2ProfileHandler.SAML_VERSION
SAML Version for this profile handler.
|
修飾子とタイプ | フィールドと説明 |
---|---|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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".
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Assertion.setVersion(SAMLVersion version)
Sets the SAML version of this assertion.
|
void |
RequestAbstractType.setVersion(SAMLVersion version) |
void |
ResponseAbstractType.setVersion(SAMLVersion version)
Sets the SAML version for this message.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ResponseAbstractTypeImpl.setVersion(SAMLVersion newVersion)
Sets the SAML version for this message.
|
void |
AssertionImpl.setVersion(SAMLVersion newVersion)
Sets the SAML version of this assertion.
|
void |
RequestAbstractTypeImpl.setVersion(SAMLVersion newVersion) |
修飾子とタイプ | メソッドと説明 |
---|---|
SAMLVersion |
Assertion.getVersion()
Gets the SAML Version of this assertion.
|
SAMLVersion |
RequestAbstractType.getVersion()
Gets the SAML Version of this request.
|
SAMLVersion |
StatusResponseType.getVersion()
Gets the SAML Version of this response.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Assertion.setVersion(SAMLVersion newVersion)
Sets the SAML Version of this assertion.
|
void |
RequestAbstractType.setVersion(SAMLVersion newVersion)
Sets the SAML Version of this request.
|
void |
StatusResponseType.setVersion(SAMLVersion newVersion)
Sets the SAML Version of this response.
|
修飾子とタイプ | メソッドと説明 |
---|---|
SAMLVersion |
StatusResponseTypeImpl.getVersion()
Gets the SAML Version of this response.
|
SAMLVersion |
AssertionImpl.getVersion()
Gets the SAML Version of this assertion.
|
SAMLVersion |
RequestAbstractTypeImpl.getVersion()
Gets 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.
|
void |
RequestAbstractTypeImpl.setVersion(SAMLVersion newVersion)
Sets the SAML Version of this request.
|
Copyright © 2012. All Rights Reserved.