修飾子とタイプ | メソッドと説明 |
---|---|
NameID |
SAML2StringNameIDEncoder.encode(BaseAttribute attribute)
Enocdes the attribute into a protocol specific representations.
|
修飾子とタイプ | メソッドと説明 |
---|---|
Map<String,BaseAttribute> |
ShibbolethSAML2AttributeAuthority.getAttributes(SAMLProfileRequestContext<? extends RequestAbstractType,? extends StatusResponseType,NameID,? extends AbstractSAML2ProfileConfiguration> requestContext)
Gets the attributes for the principal identified in the request.
|
String |
ShibbolethSAML2AttributeAuthority.getPrincipal(SAMLProfileRequestContext<? extends RequestAbstractType,? extends StatusResponseType,NameID,? extends AbstractSAML2ProfileConfiguration> requestContext)
Resolves a
NameID into the internal principal name used by Shibboleth. |
String |
SAML2AttributeAuthority.getPrincipal(SAMLProfileRequestContext<? extends RequestAbstractType,? extends StatusResponseType,NameID,? extends AbstractSAML2ProfileConfiguration> requestContext)
Resolves a
NameID into the internal principal name used by Shibboleth. |
修飾子とタイプ | メソッドと説明 |
---|---|
protected NameID |
SAML2NameIDAttributeDefinition.buildNameId(String nameIdValue,
ShibbolethResolutionContext resolutionContext)
Builds a name ID.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected NameID |
AttributeQueryProfileHandler.buildNameId(BaseSAML2ProfileRequestContext<?,?,?> requestContext)
Builds a NameID appropriate for this request.
|
protected NameID |
AbstractSAML2ProfileHandler.buildNameId(BaseSAML2ProfileRequestContext<?,?,?> requestContext)
Builds a NameID appropriate for this request.
|
protected NameID |
SSOProfileHandler.buildNameId(BaseSAML2ProfileRequestContext<?,?,?> requestContext)
Builds a NameID appropriate for this request.
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected String |
AbstractSAML2ProfileHandler.getSessionIndexFromNameID(NameID nameIdentifier)
Creates a properly-delimited string representation from the given SAML2
NameID for session indexing purposes.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
ServiceInformationImpl.setSAML2NameIdentifier(NameID nameIdentifier)
Sets the name identifier for the principal known by the service.
|
修飾子とタイプ | メソッドと説明 |
---|---|
SAML2ArtifactType0004 |
SAML2ArtifactType0004Builder.buildArtifact(SAMLMessageContext<SAMLObject,SAMLObject,NameID> requestContext)
Builds an artifact, for the given assertion, destined for the outbound message recipient.
|
ArtifactType |
SAML2ArtifactBuilder.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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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 |
NameIDMappingRequest.getNameID()
Gets the name identifier of the principal for this request.
|
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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 |
NameIDMappingRequest.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.
|
void |
SubjectConfirmation.setNameID(NameID newNameID)
Sets the name identifier of the principal for this request.
|
修飾子とタイプ | クラスと説明 |
---|---|
class |
NameIDImpl
Concrete implementation of
NameID . |
修飾子とタイプ | メソッドと説明 |
---|---|
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 |
SubjectConfirmationImpl.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 |
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.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
NameIDMappingRequestImpl.setNameID(NameID newNameID)
Sets the name identifier of the principal for this request.
|
void |
SubjectConfirmationImpl.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 |
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 |
NameIDSchemaValidator.validate(NameID nameID)
Checks to see if a XMLObject is valid.
|
protected void |
NameIDSchemaValidator.validateName(NameID nameID)
Checks that Name is present.
|
修飾子とタイプ | メソッドと説明 |
---|---|
EncryptedID |
Encrypter.encrypt(NameID nameID)
Encrypt the specified NameID.
|
修飾子とタイプ | メソッドと説明 |
---|---|
NameID |
Delegate.getNameID()
Gets the NameID child element of the delegate.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
Delegate.setNameID(NameID newNameID)
Sets the NameID child element of the delegate.
|
修飾子とタイプ | メソッドと説明 |
---|---|
NameID |
DelegateImpl.getNameID()
Gets the NameID child element of the delegate.
|
修飾子とタイプ | メソッドと説明 |
---|---|
void |
DelegateImpl.setNameID(NameID newNameID)
Sets the NameID child element of the delegate.
|
Copyright © 2012. All Rights Reserved.