public class AttestationUserScopeVO
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
AttestationUserScopeVO() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAttributeName()
Provides user's attribute name
|
java.lang.String |
getCondition()
Provides matching condition between attribute name and value
|
boolean |
getRecursiveType()
Provides recursive type
|
java.lang.String |
getValueList()
Provides matching value of user's attribute
|
void |
setAttributeName(java.lang.String attributeName)
Sets user's attribute name
|
void |
setCondition(java.lang.String condition)
Sets matching condition between attribute name and value
|
void |
setRecursiveType(boolean recursiveType)
Sets recursive type
|
void |
setValueList(java.lang.String valueList)
Sets matching value of user's attribute
|
public java.lang.String getAttributeName()
public void setAttributeName(java.lang.String attributeName)
attributeName
- User's attribute namepublic java.lang.String getCondition()
public void setCondition(java.lang.String condition)
condition
- Matching condition between attribute name and valuepublic boolean getRecursiveType()
public void setRecursiveType(boolean recursiveType)
recursiveType
- Recursive typepublic java.lang.String getValueList()
public void setValueList(java.lang.String valueList)
valueList
- Matching value of user's attribute