| Package | Description |
|---|---|
| com.sun.xml.wss.saml | |
| com.sun.xml.wss.saml.assertion.saml11.jaxb20 | |
| com.sun.xml.wss.saml.assertion.saml20.jaxb20 | |
| com.sun.xml.wss.saml.impl |
| Modifier and Type | Method and Description |
|---|---|
abstract NameIdentifier |
SAMLAssertionFactory.createNameIdentifier(String name,
String nameQualifier,
String format)
Constructs a
NameQualifier instance. |
NameIdentifier |
Subject.getNameIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
abstract Subject |
SAMLAssertionFactory.createSubject(NameIdentifier nameIdentifier,
SubjectConfirmation subjectConfirmation)
Constructs a Subject object from a
NameIdentifier
object and a SubjectConfirmation object. |
| Modifier and Type | Class and Description |
|---|---|
class |
NameIdentifier
The NameIdentifier element specifies a
Subject by a combination
of a name and a security domain governing the name of the Subject. |
| Modifier and Type | Method and Description |
|---|---|
NameIdentifier |
Subject.getNameIdentifier() |
| Modifier and Type | Method and Description |
|---|---|
NameIdentifier |
SAMLAssertion2_2FactoryImpl.createNameIdentifier(String name,
String nameQualifier,
String format) |
NameIdentifier |
SAMLAssertion2_1FactoryImpl.createNameIdentifier(String name,
String nameQualifier,
String format) |
| Modifier and Type | Method and Description |
|---|---|
Subject |
SAMLAssertion2_2FactoryImpl.createSubject(NameIdentifier nameIdentifier,
SubjectConfirmation subjectConfirmation) |
Subject |
SAMLAssertion2_1FactoryImpl.createSubject(NameIdentifier nameIdentifier,
SubjectConfirmation subjectConfirmation) |
Copyright © 2005–2018 Oracle Corporation. All rights reserved.