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
attributeValue
Fields inherited from class com.sun.xml.wss.saml.internal.saml11.jaxb20.AttributeDesignatorType
attributeName, attributeNamespace
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AttributeType
fromElement
(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
getAttributeValue
Methods 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 whichAttributeName
elements are interpreted.values
- A List of DOM element representing theAttributeValue
object.
-
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:Attribute
Gets the value of the friendlyName property.- Specified by:
getFriendlyName
in interfaceAttribute
- Returns:
- object is
String
-
getName
Description copied from interface:Attribute
Gets the value of the name property. -
getNameFormat
Description copied from interface:Attribute
Gets the value of the nameFormat property.- Specified by:
getNameFormat
in interfaceAttribute
- Returns:
- object is
String
-
getAttributes
Description copied from interface:Attribute
Gets the value of the attributeValue property.Objects of the following type(s) are allowed in the list
Object
- Specified by:
getAttributes
in interfaceAttribute
-