Package | Description |
---|---|
com.pushtechnology.diffusion.client.features |
Client API : Standard Features.
|
com.pushtechnology.diffusion.client.features.control |
Client API : Control Features.
|
com.pushtechnology.diffusion.client.security.authentication |
Client API : Security - Authentication.
|
com.pushtechnology.diffusion.client.session |
Client API : Sessions.
|
com.pushtechnology.diffusion.client.types |
Client API : Common Types.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Boolean> |
Security.changePrincipal(String principal,
Credentials credentials)
Change the security principal associated with the session.
|
<C> void |
Security.changePrincipal(String principal,
Credentials credentials,
C context,
Security.ChangePrincipalContextCallback<C> callback)
Deprecated.
since 6.7
Methods that use callbacks are deprecated and will be removed in a future release. Use CompletableFuture variant instead. |
void |
Security.changePrincipal(String principal,
Credentials credentials,
Security.ChangePrincipalCallback callback)
Deprecated.
since 6.7
Methods that use callbacks are deprecated and will be removed in a future release. Use CompletableFuture variant instead. |
Modifier and Type | Method and Description |
---|---|
default CompletableFuture<RemoteServers.RemoteServer> |
RemoteServers.createRemoteServer(String name,
String url,
String principal,
Credentials credentials)
Deprecated.
since 6.7
Use |
CompletableFuture<RemoteServers.RemoteServer> |
RemoteServers.createRemoteServer(String name,
String url,
String principal,
Credentials credentials,
Map<RemoteServers.RemoteServer.ConnectionOption,String> connectionOptions)
Deprecated.
since 6.7
Use |
RemoteServers.RemoteServer.Builder |
RemoteServers.RemoteServer.Builder.credentials(Credentials credentials)
Specifies the credentials to use when connecting to the primary
server.
|
Modifier and Type | Method and Description |
---|---|
void |
Authenticator.authenticate(String principal,
Credentials credentials,
Map<String,String> sessionProperties,
Map<String,String> proposedProperties,
Authenticator.Callback callback)
Processes an authentication request.
|
Modifier and Type | Method and Description |
---|---|
SessionFactory |
SessionFactory.credentials(Credentials credentials)
Set credentials.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
Credentials.Factory.custom(byte[] bytes)
Create a
Credentials of type CUSTOM . |
Credentials |
Credentials.Factory.noCredentials()
Create a
Credentials of type NONE . |
Credentials |
Credentials.Factory.password(String password)
Create a
Credentials of type PLAIN_PASSWORD . |
Copyright © 2022 Push Technology Ltd. All Rights Reserved.