public class SignatureAuthorizationService extends Object implements org.eclipse.scada.sec.AuthorizationService
| Constructor and Description |
|---|
SignatureAuthorizationService() |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
org.eclipse.scada.sec.authz.AuthorizationRule |
createRule(Map<String,String> properties) |
void |
deactivate() |
void |
setAuditLogService(org.eclipse.scada.sec.audit.AuditLogService auditLogService) |
void |
setAuthenticationImplementation(org.eclipse.scada.sec.AuthenticationImplementation authenticationImplementation) |
public SignatureAuthorizationService()
throws CertificateException
CertificateExceptionpublic void setAuthenticationImplementation(org.eclipse.scada.sec.AuthenticationImplementation authenticationImplementation)
public void setAuditLogService(org.eclipse.scada.sec.audit.AuditLogService auditLogService)
public void activate()
public void deactivate()