Modifier and Type | Method and Description |
---|---|
java.lang.String |
configure(APIKeyConfiguration activateAPIKeyModel)
API Key settings gets configured for the given Asset.
|
APIKeyConfiguration |
getActivatePolicyInfo()
Returns the API configuration information.
|
java.util.Map<java.lang.String,java.lang.String> |
getAvaliableEmailTempalte()
Gets the available email template from the repository.
|
java.lang.String |
getEnforceCondition()
Returns the enforcement condition applied for the runtime policies of a service
Enforcement condition is either AND or OR
|
boolean |
isApiKeyExist(CentraSiteObject csObject)
Check the API keys is already exist for this service object.
|
boolean |
isOAuthExist(CentraSiteObject csObject)
Check the OAuth Token is already exist for this service object.
|
cancel, doesLoggedInUserHaveSufficientRolesOrPermissions, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getNonApplicableReason, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
java.util.Map<java.lang.String,java.lang.String> getAvaliableEmailTempalte() throws CLLException
Map
having the email template namesCLLException
- If an error occurs while trying to get the email template names.java.lang.String configure(APIKeyConfiguration activateAPIKeyModel) throws CLLException
activateAPIKeyModel
- The API key settings to configure, given as an instance of APIKeyConfiguration
CLLException
- If configuring the API key settings has failedAPIKeyConfiguration getActivatePolicyInfo() throws CLLException
APIKeyConfiguration
instanceCLLException
- If an error occurs while trying to obtain the required informationjava.lang.String getEnforceCondition() throws CLLException
CLLException
- If an error occurs while trying to obtain the enforcement conditionboolean isApiKeyExist(CentraSiteObject csObject) throws CLLException
CLLException
- If an error occurs while trying to fetch the API key for this service objectboolean isOAuthExist(CentraSiteObject csObject) throws CLLException
CLLException
- If an error occurs while trying to fetch the OAuth Token for this service object