Package | Description |
---|---|
org.opensaml.saml.common.messaging.context |
Context classes for SAML-based messaging function.
|
org.opensaml.saml.saml1.core |
Interfaces for SAML 1.0 and 1.1 types and elements.
|
org.opensaml.saml.saml1.core.impl |
Implementations of SAML 1.x core specification types and elements.
|
org.opensaml.saml.saml1.profile |
Classes for SAML 1.x profile behavior.
|
Modifier and Type | Method and Description |
---|---|
NameIdentifier |
SAMLSubjectNameIdentifierContext.getSAML1SubjectNameIdentifier()
Gets the SAML 1
NameIdentifier represented by this context. |
Modifier and Type | Method and Description |
---|---|
NameIdentifier |
Subject.getNameIdentifier()
Gets the NameIdentifier of this Subject.
|
Modifier and Type | Method and Description |
---|---|
void |
Subject.setNameIdentifier(NameIdentifier nameIdentifier)
Sets the NameIdentifier of this Subject.
|
Modifier and Type | Class and Description |
---|---|
class |
NameIdentifierImpl
Complete implementation of
NameIdentifier . |
Modifier and Type | Method and Description |
---|---|
NameIdentifier |
NameIdentifierBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
NameIdentifier |
NameIdentifierBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
NameIdentifier |
SubjectImpl.getNameIdentifier()
Gets the NameIdentifier of this Subject.
|
Modifier and Type | Method and Description |
---|---|
void |
SubjectImpl.setNameIdentifier(NameIdentifier name)
Sets the NameIdentifier of this Subject.
|
Modifier and Type | Method and Description |
---|---|
protected NameIdentifier |
AbstractSAML1NameIdentifierGenerator.doGenerate(ProfileRequestContext profileRequestContext)
Override this method to fully control the generation process.
|
NameIdentifier |
SAML1NameIdentifierGenerator.generate(ProfileRequestContext profileRequestContext,
String format)
Generate an identifier object.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
SAML1ObjectSupport.areNameIdentifiersEquivalent(NameIdentifier name1,
NameIdentifier name2)
Return true iff the two input
NameIdentifier objects are equivalent for SAML 1.x purposes. |
Copyright © 2018. All rights reserved.