@ProviderType
public interface SecurityService
| Modifier and Type | Method and Description |
|---|---|
boolean |
isDebugEnabled()
This method returns a boolean that specifies if the debugging is permitted
|
void |
reloadCommandLineFingerprint()
This method allows the reload of the command line fingerprint
|
void |
reloadSecurityPolicyFingerprint()
This method allows the reload of the security policy's fingerprint
|
void reloadSecurityPolicyFingerprint()
throws KuraException
KuraException - in case an error is raised during the calculation of the fingerprint
and the consequent storage.void reloadCommandLineFingerprint()
throws KuraException
KuraException - in case an error is raised during the calculation of the fingerprint
and the consequent storage.boolean isDebugEnabled()