Class PasswordPermissionsVO
- java.lang.Object
-
- org.cyclos.server.model.access.login.PasswordPermissionsVO
-
- All Implemented Interfaces:
Serializable
public class PasswordPermissionsVO extends Object implements Serializable
Permissions over a specific password type the authenticated user has, used by REST- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PasswordPermissionsVO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordTypeVOgetType()booleanisChange()booleanisEnable()booleanisReset()booleanisUnblock()voidsetChange(boolean change)voidsetEnable(boolean enable)voidsetReset(boolean reset)voidsetType(PasswordTypeVO type)voidsetUnblock(boolean unblock)
-
-
-
Method Detail
-
getType
public PasswordTypeVO getType()
-
isChange
public boolean isChange()
-
isEnable
public boolean isEnable()
-
isReset
public boolean isReset()
-
isUnblock
public boolean isUnblock()
-
setChange
public void setChange(boolean change)
-
setEnable
public void setEnable(boolean enable)
-
setReset
public void setReset(boolean reset)
-
setType
public void setType(PasswordTypeVO type)
-
setUnblock
public void setUnblock(boolean unblock)
-
-