|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.security.saml.ext.bean.AttributeBean
public class AttributeBean
Class SamlAttribute represents an instance of a SAML attribute.
Created on May 18, 2009
Constructor Summary | |
---|---|
AttributeBean()
Constructor SamlAttribute creates a new SamlAttribute instance. |
|
AttributeBean(String simpleName,
String qualifiedName,
List<String> attributeValues)
Constructor SamlAttribute creates a new SamlAttribute instance. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
List<String> |
getAttributeValues()
Method getAttributeValues returns the attributeValues of this SamlAttribute object. |
List<?> |
getCustomAttributeValues()
Method getCustomAttributeValues returns the attributeValues of this SamlAttribute object. |
String |
getNameFormat()
Method getNameFormat returns the nameFormat of this SamlAttribute object |
String |
getQualifiedName()
Method getQualifiedName returns the qualifiedName of this SamlAttribute object. |
String |
getSimpleName()
Method getSimpleName returns the simpleName of this SamlAttribute object. |
int |
hashCode()
|
void |
setAttributeValues(List<String> attributeValues)
Method setAttributeValues sets the attributeValues of this SamlAttribute object. |
void |
setCustomAttributeValues(List<?> customAttributeValues)
Method setCustomAttributeValues sets the attributeValues of this SamlAttribute object. |
void |
setNameFormat(String nameFormat)
Method setNameFormat sets the nameFormat of this SamlAttribute object. |
void |
setQualifiedName(String qualifiedName)
Method setQualifiedName sets the qualifiedName of this SamlAttribute object. |
void |
setSimpleName(String simpleName)
Method setSimpleName sets the simpleName of this SamlAttribute object. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AttributeBean()
public AttributeBean(String simpleName, String qualifiedName, List<String> attributeValues)
simpleName
- of type StringqualifiedName
- of type StringattributeValues
- of type ListMethod Detail |
---|
public String getSimpleName()
public void setSimpleName(String simpleName)
simpleName
- the simpleName of this SamlAttribute object.public String getNameFormat()
public void setNameFormat(String nameFormat)
nameFormat
- the nameFormat of this SamlAttribute object.public String getQualifiedName()
public void setQualifiedName(String qualifiedName)
qualifiedName
- the qualifiedName of this SamlAttribute object.public List<String> getAttributeValues()
public void setAttributeValues(List<String> attributeValues)
attributeValues
- the attributeValues of this SamlAttribute object.public void setCustomAttributeValues(List<?> customAttributeValues)
customAttributeValues
- the attributeValues of this SamlAttribute object.public List<?> getCustomAttributeValues()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |