Modifier | Constructor and Description |
---|---|
protected |
AttributeDesignator()
Default constructor
|
|
AttributeDesignator(Element element)
Constructs an attribute designator element from an existing XML block.
|
|
AttributeDesignator(String name,
String nameSpace)
Constructs an instance of
AttributeDesignator . |
Modifier and Type | Method and Description |
---|---|
String |
getAttributeName()
Returns attribute name from the
AttributeDesignator . |
String |
getAttributeNamespace()
Returns attribute name space from the
AttributeDesignator . |
String |
toString()
Returns a String representation of the
<saml:AttributeDesignator> element. |
String |
toString(boolean includeNS,
boolean declareNS)
Returns a String representation of the
<saml:AttributeDesignator> element. |
protected AttributeDesignator()
public AttributeDesignator(Element element) throws SAMLException
element
- representing a DOM tree element.SAMLException
- if that there is an error in the sender or
in the element definition.public AttributeDesignator(String name, String nameSpace) throws SAMLException
AttributeDesignator
.name
- the name of the attribute.nameSpace
- the namespace in which AttributeName
elements are interpreted.SAMLException
- if there is an error in the sender or in the
element definition.public String getAttributeName()
AttributeDesignator
.public String getAttributeNamespace()
AttributeDesignator
.public String toString()
<saml:AttributeDesignator>
element.public String toString(boolean includeNS, boolean declareNS)
<saml:AttributeDesignator>
element.includeNS
- Determines whether or not the namespace qualifier is
to the Element when converteddeclareNS
- Determines whether or not the namespace is declared
within the Element.Copyright © 2010-2018, ForgeRock All Rights Reserved.