Package com.soffid.iam.pam.api
Class PamSecurityCheck
java.lang.Object
com.soffid.iam.pam.api.PamSecurityCheck
- All Implemented Interfaces:
Serializable
ValueObject PamSecurityCheck
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPamSecurityCheck(boolean allowed) PamSecurityCheck(boolean allowed, List<RequestedObligation> obligations) PamSecurityCheck(PamSecurityCheck otherBean) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute obligationsbooleanGets value for attribute allowedvoidsetAllowed(boolean allowed) Sets value for attribute allowedvoidsetObligations(List<RequestedObligation> obligations) Sets value for attribute obligationstoString()Returns a string representation of the value object.
-
Constructor Details
-
PamSecurityCheck
public PamSecurityCheck() -
PamSecurityCheck
-
PamSecurityCheck
public PamSecurityCheck(boolean allowed) -
PamSecurityCheck
-
-
Method Details
-
isAllowed
public boolean isAllowed()Gets value for attribute allowed -
setAllowed
public void setAllowed(boolean allowed) Sets value for attribute allowed -
getObligations
Gets value for attribute obligations -
setObligations
Sets value for attribute obligations -
toString
Returns a string representation of the value object.
-