Package | Description |
---|---|
org.opensaml.saml.common.messaging.context |
Context classes for SAML-based messaging function.
|
org.opensaml.saml.ext.saml2delrestrict |
Interfaces for SAML 2 Condition for Delegation Restriction.
|
org.opensaml.saml.ext.saml2delrestrict.impl |
Implementation for SAML v2.0 Condition for Delegation Restriction Version 1.0.
|
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.
|
org.opensaml.saml.saml2.encryption |
Classes for encrypting and decrypting SAML.
|
org.opensaml.saml.saml2.profile |
Classes for SAML 2.0 profile behavior.
|
Modifier and Type | Method and Description |
---|---|
NameID |
SAMLSubjectNameIdentifierContext.getSAML2SubjectNameID()
Gets the SAML 2
NameID represented by this context. |
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.
|
Modifier and Type | Method and Description |
---|---|
NameID |
NameIDMappingRequest.getNameID()
Gets the name identifier of the principal for this request.
|
NameID |
ManageNameIDRequest.getNameID()
Get the NameID of the request.
|
NameID |
NameIDMappingResponse.getNameID()
Gets the name identifier of the principal for this response.
|
NameID |
LogoutRequest.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 |
Subject.getNameID()
Gets the name identifier of the principal for this request.
|
Modifier and Type | Method and Description |
---|---|
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 |
NameIDMappingResponse.setNameID(NameID newNameID)
Sets the name identifier of the principal for this response.
|
void |
LogoutRequest.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 |
Subject.setNameID(NameID newNameID)
Sets the name identifier of the principal for this request.
|
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)
Creates an XMLObject with a given fully qualified name.
|
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 |
ManageNameIDRequestImpl.getNameID()
Get the NameID of the request.
|
NameID |
LogoutRequestImpl.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 |
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 |
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 |
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 |
---|---|
EncryptedID |
Encrypter.encrypt(NameID nameID)
Encrypt the specified NameID.
|
Modifier and Type | Method and Description |
---|---|
protected NameID |
AbstractSAML2NameIDGenerator.doGenerate(ProfileRequestContext profileRequestContext)
Override this method to fully control the generation process.
|
NameID |
SAML2NameIDGenerator.generate(ProfileRequestContext profileRequestContext,
String format)
Generate an identifier object.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SAML2ObjectSupport.areNameIDsEquivalent(NameID name1,
NameID name2)
Return true iff the two input
NameID objects are equivalent for SAML 2.0 purposes. |
Copyright © 2018. All rights reserved.