Class PasswordAccountDto
- java.lang.Object
-
- com.evolveum.midpoint.web.component.util.Selectable<PasswordAccountDto>
-
- com.evolveum.midpoint.web.page.admin.home.dto.PasswordAccountDto
-
- All Implemented Interfaces:
Serializable
,Comparable<PasswordAccountDto>
public class PasswordAccountDto extends Selectable<PasswordAccountDto> implements Comparable<PasswordAccountDto>
- Author:
- lazyman
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
F_DISPLAY_NAME
static String
F_ENABLED
static String
F_RESOURCE_NAME
-
Fields inherited from class com.evolveum.midpoint.web.component.util.Selectable
F_SELECTED
-
-
Constructor Summary
Constructors Constructor Description PasswordAccountDto(@NotNull PrismObject<? extends ObjectType> object, String displayName, String resourceName, Boolean enabled, boolean midpoint)
PasswordAccountDto(@NotNull PrismObject<ShadowType> shadow, String resourceName, String resourceOid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
compareTo(@NotNull PasswordAccountDto that)
String
getCssClass()
String
getDisplayName()
PrismObject<? extends ObjectType>
getObject()
String
getOid()
String
getPasswordValuePolicyOid()
String
getResourceName()
String
getResourceOid()
Boolean
isEnabled()
boolean
isMaintenanceState()
boolean
isMidpoint()
boolean
isPasswordCapabilityEnabled()
boolean
isPasswordOutbound()
void
setCssClass(String cssClass)
void
setMaintenanceState(boolean maintenanceState)
void
setPasswordCapabilityEnabled(boolean passwordCapabilityEnabled)
void
setPasswordOutbound(boolean passwordOutbound)
void
setPasswordValuePolicyOid(String passwordValuePolicyOid)
-
Methods inherited from class com.evolveum.midpoint.web.component.util.Selectable
getValue, isSelected, setSelected
-
-
-
-
Field Detail
-
F_DISPLAY_NAME
public static final String F_DISPLAY_NAME
- See Also:
- Constant Field Values
-
F_RESOURCE_NAME
public static final String F_RESOURCE_NAME
- See Also:
- Constant Field Values
-
F_ENABLED
public static final String F_ENABLED
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
PasswordAccountDto
public PasswordAccountDto(@NotNull @NotNull PrismObject<ShadowType> shadow, String resourceName, String resourceOid)
-
PasswordAccountDto
public PasswordAccountDto(@NotNull @NotNull PrismObject<? extends ObjectType> object, String displayName, String resourceName, Boolean enabled, boolean midpoint)
-
-
Method Detail
-
getResourceName
public String getResourceName()
-
getDisplayName
public String getDisplayName()
-
isEnabled
public Boolean isEnabled()
-
getOid
public String getOid()
-
getObject
public PrismObject<? extends ObjectType> getObject()
-
isMidpoint
public boolean isMidpoint()
-
isPasswordOutbound
public boolean isPasswordOutbound()
-
setPasswordOutbound
public void setPasswordOutbound(boolean passwordOutbound)
-
getCssClass
public String getCssClass()
-
setCssClass
public void setCssClass(String cssClass)
-
getPasswordValuePolicyOid
public String getPasswordValuePolicyOid()
-
setPasswordValuePolicyOid
public void setPasswordValuePolicyOid(String passwordValuePolicyOid)
-
isPasswordCapabilityEnabled
public boolean isPasswordCapabilityEnabled()
-
setPasswordCapabilityEnabled
public void setPasswordCapabilityEnabled(boolean passwordCapabilityEnabled)
-
isMaintenanceState
public boolean isMaintenanceState()
-
setMaintenanceState
public void setMaintenanceState(boolean maintenanceState)
-
getResourceOid
public String getResourceOid()
-
compareTo
public int compareTo(@NotNull @NotNull PasswordAccountDto that)
- Specified by:
compareTo
in interfaceComparable<PasswordAccountDto>
-
-