| Package | Description |
|---|---|
| org.opensaml.saml.common.messaging.context |
Context classes for SAML-based messaging function.
|
| org.opensaml.saml.common.profile.logic |
Functions and predicates supporting common SAML profile behavior.
|
| org.opensaml.saml.saml1.core |
Interfaces for SAML 1.0 and 1.1 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 |
|---|---|
private boolean |
AbstractNameIDPolicyPredicate.doApply(ProfileRequestContext input,
NameIdentifier target)
Apply policy to the target object.
|
| Modifier and Type | Method and Description |
|---|---|
NameIdentifier |
Subject.getNameIdentifier()
Get the name identifier.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Subject.setNameIdentifier(NameIdentifier nameIdentifier)
Set the name identifier.
|
| Modifier and Type | Field and Description |
|---|---|
private SAMLObjectBuilder<NameIdentifier> |
AbstractSAML1NameIdentifierGenerator.nameBuilder
Builder for objects.
|
| 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 © 1999–2020 Shibboleth Consortium. All rights reserved.