Class Attribute
java.lang.Object
com.sun.xml.wss.saml.internal.saml11.jaxb20.AttributeDesignatorType
com.sun.xml.wss.saml.internal.saml11.jaxb20.AttributeType
com.sun.xml.wss.saml.assertion.saml11.jaxb20.Attribute
- All Implemented Interfaces:
Attribute
The
Attribute element specifies an attribute of the assertion subject.
The Attribute element is an extension of the AttributeDesignator element
that allows the attribute value to be specified.-
Field Summary
FieldsFields inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.AttributeType
attributeValueFields inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.AttributeDesignatorType
attributeName, attributeNamespace -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeTypefromElement(Element element) Constructs an attribute element from an existing XML block.Gets the value of the attributeValue property.Gets the value of the friendlyName property.getName()Gets the value of the name property.Gets the value of the nameFormat property.Methods inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.AttributeType
getAttributeValueMethods inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.AttributeDesignatorType
getAttributeName, getAttributeNamespace, setAttributeName, setAttributeNamespace
-
Field Details
-
log
-
-
Constructor Details
-
Attribute
Constructs an instance ofAttribute.- Parameters:
name- A String representingAttributeName(the name of the attribute).nameSpace- A String representing the namespace in whichAttributeNameelements are interpreted.values- A List of DOM element representing theAttributeValueobject.
-
Attribute
-
-
Method Details
-
fromElement
Constructs an attribute element from an existing XML block.- Parameters:
element- representing a DOM tree element.- Throws:
SAMLException- if there is an error in the sender or in the element definition.
-
getFriendlyName
Description copied from interface:AttributeGets the value of the friendlyName property.- Specified by:
getFriendlyNamein interfaceAttribute- Returns:
- object is
String
-
getName
Description copied from interface:AttributeGets the value of the name property. -
getNameFormat
Description copied from interface:AttributeGets the value of the nameFormat property.- Specified by:
getNameFormatin interfaceAttribute- Returns:
- object is
String
-
getAttributes
Description copied from interface:AttributeGets the value of the attributeValue property.Objects of the following type(s) are allowed in the list
Object- Specified by:
getAttributesin interfaceAttribute
-