public class TokenSearchData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,TokenSearchData> |
CAN_CREATE_NEW |
static java.lang.String |
CLASS_NAME |
static SetProperty<UserGroupVO,TokenSearchData> |
GROUPS |
static BasicProperty<TokenPrincipalTypeVO,TokenSearchData> |
TYPE |
| Constructor and Description |
|---|
TokenSearchData() |
TokenSearchData(Property<T,? super TokenSearchData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.Set<UserGroupVO> |
getGroups() |
TokenPrincipalTypeVO |
getType() |
boolean |
isCanCreateNew() |
void |
setCanCreateNew(boolean canCreateNew) |
void |
setGroups(java.util.Set<UserGroupVO> groups) |
void |
setType(TokenPrincipalTypeVO type) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.Boolean,TokenSearchData> CAN_CREATE_NEW
public static final SetProperty<UserGroupVO,TokenSearchData> GROUPS
public static final BasicProperty<TokenPrincipalTypeVO,TokenSearchData> TYPE
public TokenSearchData()
public TokenSearchData(Property<T,? super TokenSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic boolean isCanCreateNew()
public void setCanCreateNew(boolean canCreateNew)
public java.util.Set<UserGroupVO> getGroups()
public void setGroups(java.util.Set<UserGroupVO> groups)
public TokenPrincipalTypeVO getType()
public void setType(TokenPrincipalTypeVO type)