Class OperatorsConfig
java.lang.Object
com.tremolosecurity.scalejs.operators.config.OperatorsConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintbooleanbooleanvoidsetApproveChecked(boolean approveChecked) voidsetApprovedLabel(String approvedLabel) voidsetAttributesWidth(int attributesWidth) voidsetBaseLabelToDN(Map<String, String> baseLabelToDN) voidsetDeniedLabel(String deniedLabel) voidsetHomeUrl(String homeUrl) voidsetMaxWidth(String maxWidth) voidsetReasonApprovedLabel(String reasonApprovedLabel) voidsetReasonDeniedLabel(String reasonDeniedLabel) voidsetResultsAttributes(List<AttributeConfig> resultsAttributes) voidsetRolesWidth(int rolesWidth) voidsetScaleJsMainUri(String scaleJsMainUri) voidsetSearchableAttributes(List<AttributeConfig> searchableAttributes) voidsetSearchBases(List<String> searchBases) voidsetShowPreApprove(boolean showPreApprove)
-
Constructor Details
-
OperatorsConfig
public OperatorsConfig()
-
-
Method Details
-
getBaseLabelToDN
-
getResultsAttributes
- Returns:
- the resultsAttributes
-
getScaleJsMainUri
- Returns:
- the scaleJsMainUri
-
getSearchableAttributes
- Returns:
- the searchableAttributes
-
getSearchBases
-
setBaseLabelToDN
-
setResultsAttributes
- Parameters:
resultsAttributes- the resultsAttributes to set
-
setScaleJsMainUri
- Parameters:
scaleJsMainUri- the scaleJsMainUri to set
-
setSearchableAttributes
- Parameters:
searchableAttributes- the searchableAttributes to set
-
setSearchBases
-
getHomeUrl
- Returns:
- the homeUrl
-
setHomeUrl
- Parameters:
homeUrl- the homeUrl to set
-
isApproveChecked
public boolean isApproveChecked() -
setApproveChecked
public void setApproveChecked(boolean approveChecked) -
isShowPreApprove
public boolean isShowPreApprove() -
setShowPreApprove
public void setShowPreApprove(boolean showPreApprove) -
getApprovedLabel
-
setApprovedLabel
-
getDeniedLabel
-
setDeniedLabel
-
getReasonApprovedLabel
-
setReasonApprovedLabel
-
getReasonDeniedLabel
-
setReasonDeniedLabel
-
getMaxWidth
-
setMaxWidth
-
getAttributesWidth
public int getAttributesWidth() -
setAttributesWidth
public void setAttributesWidth(int attributesWidth) -
getRolesWidth
public int getRolesWidth() -
setRolesWidth
public void setRolesWidth(int rolesWidth)
-