|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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
public class 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 | |
|---|---|
protected static java.util.logging.Logger |
log
|
| Fields 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 | |
|---|---|
Attribute(AttributeType attType)
|
|
Attribute(java.lang.String name,
java.lang.String nameSpace,
java.util.List values)
Constructs an instance of Attribute. |
|
| Method Summary | |
|---|---|
static AttributeType |
fromElement(org.w3c.dom.Element element)
Constructs an attribute element from an existing XML block. |
java.util.List<java.lang.Object> |
getAttributes()
Gets the value of the attributeValue property. |
java.lang.String |
getFriendlyName()
Gets the value of the friendlyName property. |
java.lang.String |
getName()
Gets the value of the name property. |
java.lang.String |
getNameFormat()
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.util.logging.Logger log
| Constructor Detail |
|---|
public Attribute(java.lang.String name,
java.lang.String nameSpace,
java.util.List values)
Attribute.
name - A String representing AttributeName (the name
of the attribute).nameSpace - A String representing the namespace in which
AttributeName elements are interpreted.values - A List of DOM element representing the
AttributeValue object.
SAMLException - if there is an error in the sender or in the
element definition.public Attribute(AttributeType attType)
| Method Detail |
|---|
public static AttributeType fromElement(org.w3c.dom.Element element)
throws SAMLException
element - representing a DOM tree element.
SAMLException - if there is an error in the sender or in the
element definition.public java.lang.String getFriendlyName()
Attribute
getFriendlyName in interface AttributeStringpublic java.lang.String getName()
Attribute
getName in interface AttributeStringpublic java.lang.String getNameFormat()
Attribute
getNameFormat in interface AttributeStringpublic java.util.List<java.lang.Object> getAttributes()
Attribute
Objects of the following type(s) are allowed in the list
Object
getAttributes in interface Attribute
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||