|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NameIdentifier | |
|---|---|
| org.opensaml.saml1.binding.artifact | Classes that may be used to create and manipulate SAML artifacts. |
| org.opensaml.saml1.core | Interfaces for SAML 1.0 and 1.1 types and elements. |
| org.opensaml.saml1.core.impl | Implementations of SAML 1.0 and 1.1 types and elements interfaces. |
| Uses of NameIdentifier in org.opensaml.saml1.binding.artifact |
|---|
| Method parameters in org.opensaml.saml1.binding.artifact with type arguments of type NameIdentifier | |
|---|---|
SAML1ArtifactType0002 |
SAML1ArtifactType0002Builder.buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient. |
SAML1ArtifactType0001 |
SAML1ArtifactType0001Builder.buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient. |
ArtifactType |
SAML1ArtifactBuilder.buildArtifact(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext,
Assertion assertion)
Builds an artifact, for the given assertion, destined for the outbound message recipient. |
protected java.lang.String |
SAML1ArtifactType0002Builder.getSourceLocation(SAMLMessageContext<RequestAbstractType,Response,NameIdentifier> requestContext)
Gets the source location used to for the artifacts created by this encoder. |
| Uses of NameIdentifier in org.opensaml.saml1.core |
|---|
| Methods in org.opensaml.saml1.core that return NameIdentifier | |
|---|---|
NameIdentifier |
Subject.getNameIdentifier()
Gets the NameIdentifier of this Subject |
| Methods in org.opensaml.saml1.core with parameters of type NameIdentifier | |
|---|---|
void |
Subject.setNameIdentifier(NameIdentifier nameIdentifier)
Sets the NameIdentifier of this Subject |
| Uses of NameIdentifier in org.opensaml.saml1.core.impl |
|---|
| Classes in org.opensaml.saml1.core.impl that implement NameIdentifier | |
|---|---|
class |
NameIdentifierImpl
Complete implementation of NameIdentifierImpl |
| Methods in org.opensaml.saml1.core.impl that return NameIdentifier | |
|---|---|
NameIdentifier |
NameIdentifierBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
NameIdentifier |
NameIdentifierBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
|
NameIdentifier |
SubjectImpl.getNameIdentifier()
Gets the NameIdentifier of this Subject |
| Methods in org.opensaml.saml1.core.impl with parameters of type NameIdentifier | |
|---|---|
void |
SubjectImpl.setNameIdentifier(NameIdentifier nameIdentifier)
Sets the NameIdentifier of this Subject |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||