org.opensaml.saml2.core.impl
Class AuthenticatingAuthorityImpl
java.lang.Object
org.opensaml.xml.AbstractXMLObject
org.opensaml.xml.validation.AbstractValidatingXMLObject
org.opensaml.common.impl.AbstractSAMLObject
org.opensaml.saml2.core.impl.AuthenticatingAuthorityImpl
- All Implemented Interfaces:
- SAMLObject, AuthenticatingAuthority, ValidatingXMLObject, XMLObject
public class AuthenticatingAuthorityImpl
- extends AbstractSAMLObject
- implements AuthenticatingAuthority
A concrete implemenation of AuthenticatingAuthority.
|
Field Summary |
private String |
uri
URI of the Authenticating Authority. |
| Methods inherited from class org.opensaml.xml.AbstractXMLObject |
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, manageQualifiedAttributeNamespace, prepareAttributeValueForAssignment, prepareElementContentForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, prepareForAssignment, registerOwnID, releaseChildrenDOM, releaseDOM, releaseParentDOM, releaseThisAndChildrenDOM, releaseThisandParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setElementNamespacePrefix, setElementQName, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation, setSchemaType |
| Methods inherited from interface org.opensaml.xml.XMLObject |
addNamespace, detach, getDOM, getElementQName, getIDIndex, getNamespaceManager, getNamespaces, getNoNamespaceSchemaLocation, getParent, getSchemaLocation, getSchemaType, hasChildren, hasParent, isNil, isNilXSBoolean, releaseChildrenDOM, releaseDOM, releaseParentDOM, removeNamespace, resolveID, resolveIDFromRoot, setDOM, setNil, setNil, setNoNamespaceSchemaLocation, setParent, setSchemaLocation |
uri
private String uri
- URI of the Authenticating Authority.
AuthenticatingAuthorityImpl
protected AuthenticatingAuthorityImpl(String namespaceURI,
String elementLocalName,
String namespacePrefix)
- Constructor.
- Parameters:
namespaceURI - the namespace the element is inelementLocalName - the local name of the XML element this Object representsnamespacePrefix - the prefix for the given namespace
getURI
public String getURI()
- Gets the URI of this Authenticating Authority.
- Specified by:
getURI in interface AuthenticatingAuthority
- Returns:
- AuthenticatingAuthority URI
setURI
public void setURI(String newURI)
- Sets the URI of this Authenticating Authority.
- Specified by:
setURI in interface AuthenticatingAuthority
- Parameters:
newURI - the URI of this Authenticating Authority
getOrderedChildren
public List<XMLObject> getOrderedChildren()
-
- Specified by:
getOrderedChildren in interface XMLObject
Copyright © 1999-2013. All Rights Reserved.