|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AuthScheme in org.sdnplatform.sync.client |
---|
Fields in org.sdnplatform.sync.client declared as AuthScheme | |
---|---|
protected AuthScheme |
AuthTool.AuthToolSettings.authScheme
|
Uses of AuthScheme in org.sdnplatform.sync.internal.config |
---|
Methods in org.sdnplatform.sync.internal.config that return AuthScheme | |
---|---|
AuthScheme |
ClusterConfig.getAuthScheme()
Get the authentication scheme to use for authenticating RPC connections |
static AuthScheme |
AuthScheme.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AuthScheme[] |
AuthScheme.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in org.sdnplatform.sync.internal.config with parameters of type AuthScheme | |
---|---|
ClusterConfig(java.util.List<Node> nodes,
short thisNodeId,
AuthScheme authScheme,
java.lang.String keyStorePath,
java.lang.String keyStorePassword)
Initialize a cluster config using a list of nodes |
|
ClusterConfig(java.util.List<Node> nodes,
short thisNodeId,
java.lang.String listenAddress,
AuthScheme authScheme,
java.lang.String keyStorePath,
java.lang.String keyStorePassword)
Initialize a cluster config using a list of nodes |
Uses of AuthScheme in org.sdnplatform.sync.internal.config.bootstrap |
---|
Fields in org.sdnplatform.sync.internal.config.bootstrap declared as AuthScheme | |
---|---|
protected AuthScheme |
Bootstrap.authScheme
|
Methods in org.sdnplatform.sync.internal.config.bootstrap that return AuthScheme | |
---|---|
protected AuthScheme |
BootstrapChannelHandler.getAuthScheme()
|
Constructors in org.sdnplatform.sync.internal.config.bootstrap with parameters of type AuthScheme | |
---|---|
Bootstrap(SyncManager syncManager,
AuthScheme authScheme,
java.lang.String keyStorePath,
java.lang.String keyStorePassword)
|
Uses of AuthScheme in org.sdnplatform.sync.internal.remote |
---|
Fields in org.sdnplatform.sync.internal.remote declared as AuthScheme | |
---|---|
protected AuthScheme |
RemoteSyncManager.authScheme
|
Methods in org.sdnplatform.sync.internal.remote that return AuthScheme | |
---|---|
protected AuthScheme |
RemoteSyncChannelHandler.getAuthScheme()
|
Uses of AuthScheme in org.sdnplatform.sync.internal.rpc |
---|
Methods in org.sdnplatform.sync.internal.rpc that return AuthScheme | |
---|---|
protected abstract AuthScheme |
AbstractRPCChannelHandler.getAuthScheme()
Get the type of authentication to use for this connection |
protected AuthScheme |
RPCChannelHandler.getAuthScheme()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |