public abstract class AAcquisitionMechanism
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected SecurityService |
secser
The component.
|
| Constructor and Description |
|---|
AAcquisitionMechanism() |
| Modifier and Type | Method and Description |
|---|---|
abstract jadex.commons.future.IFuture<java.security.cert.Certificate> |
acquireCertificate(java.lang.String name)
Acquire a certificate.
|
abstract jadex.bridge.service.types.security.MechanismInfo |
getMechanismInfo()
Get the mechanism info for the gui.
|
abstract jadex.commons.Properties |
getProperties()
Get the properties of the mechanism.
|
SecurityService |
getSecurityService()
Get the security service.
|
void |
init(SecurityService secser)
Init the mechanism.
|
abstract void |
setParameterValue(java.lang.String name,
java.lang.Object value)
Set a mechanism parameter value.
|
abstract void |
setProperties(jadex.commons.Properties props)
Set the properties of the mechanism.
|
protected SecurityService secser
public void init(SecurityService secser)
public SecurityService getSecurityService()
public abstract jadex.commons.future.IFuture<java.security.cert.Certificate> acquireCertificate(java.lang.String name)
name - The platform prefix of the target.public abstract jadex.bridge.service.types.security.MechanismInfo getMechanismInfo()
public abstract void setParameterValue(java.lang.String name,
java.lang.Object value)
name - The mechanism name.value - The mechanism value.public abstract jadex.commons.Properties getProperties()
public abstract void setProperties(jadex.commons.Properties props)