public class AttributeBean extends Object
Constructor and Description |
---|
AttributeBean()
Constructor SamlAttribute creates a new SamlAttribute instance.
|
AttributeBean(String simpleName,
String qualifiedName,
List<Object> attributeValues)
Constructor SamlAttribute creates a new SamlAttribute instance.
|
Modifier and Type | Method and Description |
---|---|
void |
addAttributeValue(Object attributeValue) |
boolean |
equals(Object o) |
List<Object> |
getAttributeValues()
Method getAttributeValues 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<Object> attributeValues)
Method setAttributeValues 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.
|
public AttributeBean()
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<Object> getAttributeValues()
public void setAttributeValues(List<Object> attributeValues)
attributeValues
- the attributeValues of this SamlAttribute object.public void addAttributeValue(Object attributeValue)
Copyright © 2017 JBoss by Red Hat. All rights reserved.