Package | Description |
---|---|
org.opensaml.saml.ext.saml2delrestrict |
Interfaces for SAML 2 Condition for Delegation Restriction.
|
org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
org.opensaml.saml.saml2.encryption |
Classes for encrypting and decrypting SAML.
|
Modifier and Type | Method and Description |
---|---|
BaseID |
Delegate.getBaseID()
Gets the BaseID child element of the delegate.
|
Modifier and Type | Method and Description |
---|---|
void |
Delegate.setBaseID(BaseID newBaseID)
Sets the BaseID child element of the delegate.
|
Modifier and Type | Method and Description |
---|---|
BaseID |
LogoutRequest.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.
|
BaseID |
NameIDMappingRequest.getBaseID()
Gets the base identifier of the principal for this request.
|
Modifier and Type | Method and Description |
---|---|
void |
LogoutRequest.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.
|
void |
NameIDMappingRequest.setBaseID(BaseID newBaseID)
Sets the base identifier of the principal for this request.
|
Modifier and Type | Method and Description |
---|---|
EncryptedID |
Encrypter.encrypt(BaseID baseID)
Encrypt the specified BaseID.
|
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.