Package | Description |
---|---|
jadex.bridge.service.types.security |
Modifier and Type | Method and Description |
---|---|
IFuture<Void> |
ISecurityService.addVirtual(String virtual,
String name)
Add a name to the mappings of a virtual name.
|
IFuture<Void> |
ISecurityService.checkVirtual(String[] virtuals,
String name)
Check if the name belongs to the mappings of one
of the virtual names.
|
IFuture<Void> |
ISecurityService.createKeyPair(IComponentIdentifier cid,
String algorithm,
int keysize,
String password,
int validity)
Create a key pair entry.
|
IFuture<String> |
ISecurityService.getLocalPassword()
Get the local password.
|
IFuture<String> |
ISecurityService.getNetworkPassword(String network)
Get the password for a network.
|
IFuture<Map<String,String>> |
ISecurityService.getNetworkPasswords()
Get all stored network passwords.
|
IFuture<String> |
ISecurityService.getPlatformPassword(IComponentIdentifier target)
Get the password for a target component.
|
IFuture<Map<String,String>> |
ISecurityService.getPlatformPasswords()
Get all stored platform passwords.
|
IFuture<Long> |
ISecurityService.getValidityDuration()
Get the validity duration.
|
IFuture<Void> |
ISecurityService.removeVirtual(String virtual,
String name)
Remove a name from the mappings of a virtual name.
|
IFuture<Void> |
ISecurityService.setKeystoreInfo(String path,
String storepass,
String keypass)
Set the keystore info.
|
IFuture<Void> |
ISecurityService.setLocalPassword(String password)
Set the local password.
|
IFuture<Void> |
ISecurityService.setNetworkPassword(String network,
String password)
Set the password for a network.
|
IFuture<Void> |
ISecurityService.setPlatformPassword(IComponentIdentifier target,
String password)
Set the password for a target component.
|
IFuture<Void> |
ISecurityService.setTrustedLanMode(boolean allowed)
Set the trusted lan mode.
|
IFuture<Void> |
ISecurityService.setUsePassword(boolean enable)
Enable / disable password protection.
|
IFuture<Void> |
ISecurityService.setValidityDuration(long validityduration)
Set the validity duration.
|
ISubscriptionIntermediateFuture<ChangeEvent<Object>> |
ISecurityService.subcribeToEvents()
Subscribe to changes.
|
IFuture<Void> |
ISecurityService.verifyCall(byte[] content,
byte[] signed,
String name)
Verify an authenticated service call.
|
Copyright © 2013. All Rights Reserved.