Package | Description |
---|---|
org.opensaml.saml2.binding.artifact |
Classes that may be used to create and manipulate SAML 2 artifacts.
|
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.core.validator |
Validation rules for SAML 2.0 core 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.
|
Modifier and Type | Method and Description |
---|---|
ArtifactType |
SAML2ArtifactBuilder.buildArtifact(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
SAML2ArtifactType0004 |
SAML2ArtifactType0004Builder.buildArtifact(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
protected Endpoint |
SAML2ArtifactType0004Builder.getAcsEndpoint(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
Gets the source location used to for the artifacts created by this encoder.
|
Modifier and Type | Method and Description |
---|---|
NameID |
Subject.getNameID()
Gets the name identifier of the principal for this request.
|
NameID |
SubjectConfirmation.getNameID()
Gets the name identifier of the principal for this request.
|
NameID |
NameIDMappingRequest.getNameID()
Gets the name identifier of the principal for this request.
|
NameID |
ManageNameIDRequest.getNameID()
Get the NameID of the request.
|
NameID |
LogoutRequest.getNameID()
Gets the name identifier of the principal for this request.
|
NameID |
NameIDMappingResponse.getNameID()
Gets the name identifier of the principal for this response.
|
Modifier and Type | Method and Description |
---|---|
void |
Subject.setNameID(NameID newNameID)
Sets the name identifier of the principal for this request.
|
void |
SubjectConfirmation.setNameID(NameID newNameID)
Sets the name identifier of the principal for this request.
|
void |
NameIDMappingRequest.setNameID(NameID newNameID)
Sets the name identifier of the principal for this request.
|
void |
ManageNameIDRequest.setNameID(NameID newNameID)
Set the NameID of the request.
|
void |
LogoutRequest.setNameID(NameID newNameID)
Sets the name identifier of the principal for this request.
|
void |
NameIDMappingResponse.setNameID(NameID newNameID)
Sets the name identifier of the principal for this response.
|
Modifier and Type | Class and Description |
---|---|
class |
NameIDImpl
Concrete implementation of
NameID . |
Modifier and Type | Method and Description |
---|---|
NameID |
NameIDBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
NameID |
NameIDBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix) |
NameID |
ManageNameIDRequestImpl.getNameID()
Get the NameID of the request.
|
NameID |
LogoutRequestImpl.getNameID()
Gets the name identifier of the principal for this request.
|
NameID |
NameIDMappingRequestImpl.getNameID()
Gets the name identifier of the principal for this request.
|
NameID |
SubjectImpl.getNameID()
Gets the name identifier of the principal for this request.
|
NameID |
NameIDMappingResponseImpl.getNameID()
Gets the name identifier of the principal for this response.
|
NameID |
SubjectConfirmationImpl.getNameID()
Gets the name identifier of the principal for this request.
|
Modifier and Type | Method and Description |
---|---|
void |
ManageNameIDRequestImpl.setNameID(NameID newNameID)
Set the NameID of the request.
|
void |
LogoutRequestImpl.setNameID(NameID newNameID)
Sets the name identifier of the principal for this request.
|
void |
NameIDMappingRequestImpl.setNameID(NameID newNameID)
Sets the name identifier of the principal for this request.
|
void |
SubjectImpl.setNameID(NameID newNameID)
Sets the name identifier of the principal for this request.
|
void |
NameIDMappingResponseImpl.setNameID(NameID newNameID)
Sets the name identifier of the principal for this response.
|
void |
SubjectConfirmationImpl.setNameID(NameID newNameID)
Sets the name identifier of the principal for this request.
|
Modifier and Type | Method and Description |
---|---|
void |
NameIDSchemaValidator.validate(NameID nameID) |
protected void |
NameIDSchemaValidator.validateName(NameID nameID)
Checks that Name is present.
|
Modifier and Type | Method and Description |
---|---|
EncryptedID |
Encrypter.encrypt(NameID nameID)
Encrypt the specified NameID.
|
Modifier and Type | Method and Description |
---|---|
NameID |
Delegate.getNameID()
Gets the NameID child element of the delegate.
|
Modifier and Type | Method and Description |
---|---|
void |
Delegate.setNameID(NameID newNameID)
Sets the NameID child element of the delegate.
|
Modifier and Type | Method and Description |
---|---|
NameID |
DelegateImpl.getNameID()
Gets the NameID child element of the delegate.
|
Modifier and Type | Method and Description |
---|---|
void |
DelegateImpl.setNameID(NameID newNameID)
Sets the NameID child element of the delegate.
|
Copyright © 1999-2013. All Rights Reserved.