|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectLocalityTypeImpl
com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectLocalityImpl
com.sun.xml.wss.saml.assertion.saml11.jaxb10.SubjectLocality
public class SubjectLocality
The SubjectLocality element specifies the DNS domain name
and IP address for the system entity that performed the authentication.
It exists as part of AuthenticationStatement element.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectLocalityImpl |
|---|
com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectLocalityImpl.Unmarshaller |
| Field Summary | |
|---|---|
protected static java.util.logging.Logger |
log
|
| Fields inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectLocalityImpl |
|---|
version |
| Fields inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectLocalityTypeImpl |
|---|
_DNSAddress, _IPAddress |
| Constructor Summary | |
|---|---|
SubjectLocality()
Constructor Constructor taking in nothing (assertion schema 25 allows it ) |
|
SubjectLocality(java.lang.String ipAddress,
java.lang.String dnsAddress)
Constructs an instance of SubjectLocality. |
|
| Method Summary | |
|---|---|
static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectLocalityTypeImpl |
fromElement(org.w3c.dom.Element element)
Constructs an instance of SubjectLocality from an existing
XML block. |
| Methods inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectLocalityImpl |
|---|
____jaxb_ri____getLocalName, ____jaxb_ri____getNamespaceURI, createRawValidator, createUnmarshaller, getPrimaryInterface, serializeAttributes, serializeBody, serializeURIs |
| Methods inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectLocalityTypeImpl |
|---|
getDNSAddress, getIPAddress, setDNSAddress, setIPAddress |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sun.xml.wss.saml.internal.saml11.jaxb10.SubjectLocalityType |
|---|
getDNSAddress, getIPAddress, setDNSAddress, setIPAddress |
| Field Detail |
|---|
protected static final java.util.logging.Logger log
| Constructor Detail |
|---|
public SubjectLocality()
public SubjectLocality(java.lang.String ipAddress,
java.lang.String dnsAddress)
SubjectLocality.
ipAddress - String representing the IP Address of the entity
that was authenticated.dnsAddress - String representing the DNS Address of the entity that
was authenticated. As per SAML specification they are both
optional, so values can be null.| Method Detail |
|---|
public static com.sun.xml.wss.saml.internal.saml11.jaxb10.impl.SubjectLocalityTypeImpl fromElement(org.w3c.dom.Element element)
throws SAMLException
SubjectLocality from an existing
XML block.
localityElement - A org.w3c.dom.Element representing
DOM tree for SubjectLocality object.
SAMLException - if it could not process the Element properly,
implying that there is an error in the sender or in the
element definition.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||