| Package | Description |
|---|---|
| com.sun.xml.wss.saml.assertion.saml11.jaxb20 | |
| com.sun.xml.wss.saml.internal.saml11.jaxb20 |
| Modifier and Type | Class and Description |
|---|---|
class |
SubjectLocality
The
SubjectLocality element specifies the DNS domain name
and IP address for the system entity that performed the authentication. |
| Modifier and Type | Method and Description |
|---|---|
static SubjectLocalityType |
SubjectLocality.fromElement(Element element)
Constructs an instance of
SubjectLocality from an existing
XML block. |
| Modifier and Type | Field and Description |
|---|---|
protected SubjectLocalityType |
AuthenticationStatementType.subjectLocality |
| Modifier and Type | Method and Description |
|---|---|
SubjectLocalityType |
ObjectFactory.createSubjectLocalityType()
Create an instance of
SubjectLocalityType |
SubjectLocalityType |
AuthenticationStatementType.getSubjectLocality()
Gets the value of the subjectLocality property.
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<SubjectLocalityType> |
ObjectFactory.createSubjectLocality(SubjectLocalityType value)
|
| Modifier and Type | Method and Description |
|---|---|
JAXBElement<SubjectLocalityType> |
ObjectFactory.createSubjectLocality(SubjectLocalityType value)
|
void |
AuthenticationStatementType.setSubjectLocality(SubjectLocalityType value)
Sets the value of the subjectLocality property.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.