Class UserIdentityProviderListData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.access.useridentityproviders.UserIdentityProviderListData
-
- All Implemented Interfaces:
Serializable
public class UserIdentityProviderListData extends Bean
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<Boolean,UserIdentityProviderListData>CAN_LINKstatic BasicProperty<Boolean,UserIdentityProviderListData>CAN_MANAGEstatic StringCLASS_NAMEstatic ListProperty<UserIdentityProviderVO,UserIdentityProviderListData>IDENTITY_PROVIDERSstatic BasicProperty<BasicUserVO,UserIdentityProviderListData>USER
-
Constructor Summary
Constructors Constructor Description UserIdentityProviderListData()UserIdentityProviderListData(Property<T,? super UserIdentityProviderListData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<UserIdentityProviderVO>getIdentityProviders()BasicUserVOgetUser()booleanisCanLink()booleanisCanManage()voidsetCanLink(boolean canLink)voidsetCanManage(boolean canManage)voidsetIdentityProviders(List<UserIdentityProviderVO> identityProviders)voidsetUser(BasicUserVO user)-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CAN_LINK
public static final BasicProperty<Boolean,UserIdentityProviderListData> CAN_LINK
-
CAN_MANAGE
public static final BasicProperty<Boolean,UserIdentityProviderListData> CAN_MANAGE
-
IDENTITY_PROVIDERS
public static final ListProperty<UserIdentityProviderVO,UserIdentityProviderListData> IDENTITY_PROVIDERS
-
USER
public static final BasicProperty<BasicUserVO,UserIdentityProviderListData> USER
-
-
Constructor Detail
-
UserIdentityProviderListData
public UserIdentityProviderListData()
-
UserIdentityProviderListData
public UserIdentityProviderListData(Property<T,? super UserIdentityProviderListData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classBean
-
isCanLink
public boolean isCanLink()
-
setCanLink
public void setCanLink(boolean canLink)
-
isCanManage
public boolean isCanManage()
-
setCanManage
public void setCanManage(boolean canManage)
-
getIdentityProviders
public List<UserIdentityProviderVO> getIdentityProviders()
-
setIdentityProviders
public void setIdentityProviders(List<UserIdentityProviderVO> identityProviders)
-
getUser
public BasicUserVO getUser()
-
setUser
public void setUser(BasicUserVO user)
-
-