| パッケージ | 説明 |
|---|---|
| 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.
|
| org.opensaml.saml2.encryption |
Classes for encrypting and decrypting SAML.
|
| org.opensaml.samlext.saml2delrestrict |
Interfaces for SAML 2 Condition for Delegation Restriction.
|
| org.opensaml.samlext.saml2delrestrict.impl |
Implementation for SAML 2 Condition for Delegation Restriction.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BaseID |
LogoutRequest.getBaseID()
Gets the base identifier of the principal for this request.
|
BaseID |
NameIDMappingRequest.getBaseID()
Gets the base identifier of the principal for this request.
|
BaseID |
Subject.getBaseID()
Gets the base identifier of the principal for this request.
|
BaseID |
SubjectConfirmation.getBaseID()
Gets the base identifier of the principal for this request.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
LogoutRequest.setBaseID(BaseID newBaseID)
Sets the base identifier of the principal for this request.
|
void |
NameIDMappingRequest.setBaseID(BaseID newBaseID)
Sets the base identifier of the principal for this request.
|
void |
Subject.setBaseID(BaseID newBaseID)
Sets the base identifier of the principal for this request.
|
void |
SubjectConfirmation.setBaseID(BaseID newBaseID)
Sets the base identifier of the principal for this request.
|
| 修飾子とタイプ | クラスと説明 |
|---|---|
class |
BaseIDImpl
Concrete implementation of
BaseID. |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BaseID |
NameIDMappingRequestImpl.getBaseID()
Gets the base identifier of the principal for this request.
|
BaseID |
SubjectConfirmationImpl.getBaseID()
Gets the base identifier of the principal for this request.
|
BaseID |
SubjectImpl.getBaseID()
Gets the base identifier of the principal for this request.
|
BaseID |
LogoutRequestImpl.getBaseID()
Gets the base identifier of the principal for this request.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
NameIDMappingRequestImpl.setBaseID(BaseID newBaseID)
Sets the base identifier of the principal for this request.
|
void |
SubjectConfirmationImpl.setBaseID(BaseID newBaseID)
Sets the base identifier of the principal for this request.
|
void |
SubjectImpl.setBaseID(BaseID newBaseID)
Sets the base identifier of the principal for this request.
|
void |
LogoutRequestImpl.setBaseID(BaseID newBaseID)
Sets the base identifier of the principal for this request.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
EncryptedID |
Encrypter.encrypt(BaseID baseID)
Encrypt the specified BaseID.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BaseID |
Delegate.getBaseID()
Gets the BaseID child element of the delegate.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
Delegate.setBaseID(BaseID newBaseID)
Sets the BaseID child element of the delegate.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
BaseID |
DelegateImpl.getBaseID()
Gets the BaseID child element of the delegate.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
DelegateImpl.setBaseID(BaseID newBaseID)
Sets the BaseID child element of the delegate.
|
Copyright © 2012. All Rights Reserved.