Package org.opensaml.saml.saml2.core
Interface SubjectLocality
- All Superinterfaces:
SAMLObject
,XMLObject
- All Known Implementing Classes:
SubjectLocalityImpl
SAML 2.0 Core SubjectLocality.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionGets the IP address of the system from which the subject was authenticated.Gets the DNSName of the system from which the subject was authenticated.void
setAddress
(String newAddress) Sets the IP address of the system from which the subject was authenticated.void
setDNSName
(String newDNSName) Sets the DNSName of the system from which the subject was authenticated.Methods inherited from interface org.opensaml.core.xml.XMLObject
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, setSchemaLocation
-
Field Details
-
DEFAULT_ELEMENT_LOCAL_NAME
Element local name.- See Also:
-
DEFAULT_ELEMENT_NAME
Default element name. -
TYPE_LOCAL_NAME
Local name of the XSI type.- See Also:
-
TYPE_NAME
QName of the XSI type. -
ADDRESS_ATTRIB_NAME
Address attribute name.- See Also:
-
DNS_NAME_ATTRIB_NAME
DNSName attribute name.- See Also:
-
-
Method Details
-
getAddress
String getAddress()Gets the IP address of the system from which the subject was authenticated.- Returns:
- the IP address of the system from which the subject was authenticated
-
setAddress
Sets the IP address of the system from which the subject was authenticated.- Parameters:
newAddress
- the IP address of the system from which the subject was authenticated
-
getDNSName
String getDNSName()Gets the DNSName of the system from which the subject was authenticated.- Returns:
- the DNSName of the system from which the subject was authenticated
-
setDNSName
Sets the DNSName of the system from which the subject was authenticated.- Parameters:
newDNSName
- the DNSName of the system from which the subject was authenticated
-