public interface SubjectLocality extends SAMLObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ADDRESS_ATTRIB_NAME
Address attribute name.
|
static java.lang.String |
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.
|
static javax.xml.namespace.QName |
DEFAULT_ELEMENT_NAME
Default element name.
|
static java.lang.String |
DNS_NAME_ATTRIB_NAME
DNSName attribute name.
|
static java.lang.String |
TYPE_LOCAL_NAME
Local name of the XSI type.
|
static javax.xml.namespace.QName |
TYPE_NAME
QName of the XSI type.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAddress()
Gets the IP address of the system from which the subject was authenticated.
|
java.lang.String |
getDNSName()
Gets the DNSName of the system from which the subject was authenticated.
|
void |
setAddress(java.lang.String newAddress)
Sets the IP address of the system from which the subject was authenticated.
|
void |
setDNSName(java.lang.String newDNSName)
Sets the DNSName of the system from which the subject was authenticated.
|
detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getObjectMetadata, getOrderedChildren, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocationstatic final java.lang.String DEFAULT_ELEMENT_LOCAL_NAME
static final javax.xml.namespace.QName DEFAULT_ELEMENT_NAME
static final java.lang.String TYPE_LOCAL_NAME
static final javax.xml.namespace.QName TYPE_NAME
static final java.lang.String ADDRESS_ATTRIB_NAME
static final java.lang.String DNS_NAME_ATTRIB_NAME
java.lang.String getAddress()
void setAddress(java.lang.String newAddress)
newAddress - the IP address of the system from which the subject was authenticatedjava.lang.String getDNSName()
void setDNSName(java.lang.String newDNSName)
newDNSName - the DNSName of the system from which the subject was authenticated