Class AttributeBean
java.lang.Object
org.apache.wss4j.common.saml.bean.AttributeBean
Class SamlAttribute represents an instance of a SAML attribute.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor SamlAttribute creates a new SamlAttribute instance.AttributeBean(String simpleName, String qualifiedName, List<Object> attributeValues) Constructor SamlAttribute creates a new SamlAttribute instance. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttributeValue(Object attributeValue) booleanMethod getAttributeValues returns the attributeValues of this SamlAttribute object.Method getNameFormat returns the nameFormat of this SamlAttribute objectMethod getQualifiedName returns the qualifiedName of this SamlAttribute object.Method getSimpleName returns the simpleName of this SamlAttribute object.inthashCode()voidsetAttributeValues(List<Object> attributeValues) Method setAttributeValues sets the attributeValues of this SamlAttribute object.voidsetNameFormat(String nameFormat) Method setNameFormat sets the nameFormat of this SamlAttribute object.voidsetQualifiedName(String qualifiedName) Method setQualifiedName sets the qualifiedName of this SamlAttribute object.voidsetSimpleName(String simpleName) Method setSimpleName sets the simpleName of this SamlAttribute object.
-
Constructor Details
-
AttributeBean
public AttributeBean()Constructor SamlAttribute creates a new SamlAttribute instance. -
AttributeBean
Constructor SamlAttribute creates a new SamlAttribute instance.- Parameters:
simpleName- of type StringqualifiedName- of type StringattributeValues- of type List
-
-
Method Details
-
getSimpleName
Method getSimpleName returns the simpleName of this SamlAttribute object.- Returns:
- the simpleName (type String) of this SamlAttribute object.
-
setSimpleName
Method setSimpleName sets the simpleName of this SamlAttribute object.- Parameters:
simpleName- the simpleName of this SamlAttribute object.
-
getNameFormat
Method getNameFormat returns the nameFormat of this SamlAttribute object- Returns:
- the nameFormat of this SamlAttribute object
-
setNameFormat
Method setNameFormat sets the nameFormat of this SamlAttribute object.- Parameters:
nameFormat- the nameFormat of this SamlAttribute object.
-
getQualifiedName
Method getQualifiedName returns the qualifiedName of this SamlAttribute object.- Returns:
- the qualifiedName (type String) of this SamlAttribute object.
-
setQualifiedName
Method setQualifiedName sets the qualifiedName of this SamlAttribute object.- Parameters:
qualifiedName- the qualifiedName of this SamlAttribute object.
-
getAttributeValues
Method getAttributeValues returns the attributeValues of this SamlAttribute object.- Returns:
- the attributeValues (type List) of this SamlAttribute object.
-
setAttributeValues
Method setAttributeValues sets the attributeValues of this SamlAttribute object.- Parameters:
attributeValues- the attributeValues of this SamlAttribute object.
-
addAttributeValue
-
equals
-
hashCode
public int hashCode()
-