| Package | Description |
|---|---|
| com.sun.xml.wss.saml.assertion.saml20.jaxb20 | |
| com.sun.xml.wss.saml.internal.saml20.jaxb20 |
| Modifier and Type | Class and Description |
|---|---|
class |
NameID
The NameID 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 |
|---|---|
static NameIDType |
NameID.fromElement(Element element)
Constructs a
NameIdentifer element from an existing XML
block. |
| Constructor and Description |
|---|
NameID(NameIDType nameIdType) |
| Modifier and Type | Field and Description |
|---|---|
protected NameIDType |
AssertionType.issuer |
protected NameIDType |
SubjectConfirmationType.nameID |
| Modifier and Type | Method and Description |
|---|---|
NameIDType |
ObjectFactory.createNameIDType()
Create an instance of
NameIDType |
NameIDType |
AssertionType.getIssuer()
Gets the value of the issuer property.
|
NameIDType |
SubjectConfirmationType.getNameID()
Gets the value of the nameID property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<NameIDType> |
ObjectFactory.createIssuer(NameIDType value)
|
JAXBElement<NameIDType> |
ObjectFactory.createNameID(NameIDType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<NameIDType> |
ObjectFactory.createIssuer(NameIDType value)
|
JAXBElement<NameIDType> |
ObjectFactory.createNameID(NameIDType value)
|
void |
AssertionType.setIssuer(NameIDType value)
Sets the value of the issuer property.
|
void |
SubjectConfirmationType.setNameID(NameIDType value)
Sets the value of the nameID property.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.