Package | Description |
---|---|
com.pushtechnology.diffusion.api |
The Diffusion API comprises a number of packages which provide access to
different aspects of Diffusion.
|
com.pushtechnology.diffusion.api.client |
Diffusion External Client API.
|
com.pushtechnology.diffusion.api.config |
Diffusion Configuration API.
|
com.pushtechnology.diffusion.api.connection |
Diffusion Connection API.
|
com.pushtechnology.diffusion.api.publisher |
Diffusion Internal Publisher API.
|
com.pushtechnology.diffusion.api.topic |
Diffusion Topics API.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerConnection.sendCredentials(Credentials credentials)
Deprecated.
Send credentials to the server.
|
void |
ServerConnectionListener.serverRejectedCredentials(ServerConnection serverConnection,
Credentials credentials)
Deprecated.
This is called when Credentials have been sent to the Server (using
ServerConnection.sendCredentials(Credentials) ) but
the Server has rejected the credentials. |
Modifier and Type | Method and Description |
---|---|
void |
ExternalClientConnection.sendCredentials(Credentials credentials)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Credentials |
RemoteServerConfig.getCredentials()
Deprecated.
Gets the credentials for the connection.
|
Modifier and Type | Method and Description |
---|---|
void |
RemoteServerConfig.setCredentials(Credentials credentials)
Deprecated.
Sets the credentials to use for the server connection
|
Modifier and Type | Method and Description |
---|---|
Credentials |
ServerDetails.getCredentials()
Deprecated.
Returns the Credentials to use when connecting to the server.
|
Credentials |
ConnectionDetails.getCredentials()
Deprecated.
Returns the default credentials.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerDetails.setCredentials(Credentials credentials)
Deprecated.
Sets Credentials to be used when connecting to the server.
|
void |
ConnectionDetails.setCredentials(Credentials credentials)
Deprecated.
Sets default credentials.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultClientListener.clientCredentials(Client client,
Credentials credentials) |
void |
ClientListener.clientCredentials(Client client,
Credentials credentials)
Notifies that a Client has sent new credentials.
|
boolean |
AuthorisationHandler.credentialsSupplied(Client client,
Credentials credentials)
Deprecated.
since 5.2
Use an authentication handler in preference. This method is
still invoked for backwards compatibility, and can veto
attempts to change the authenticated principal by returning
|
protected void |
Publisher.serverRejectedCredentials(ServerConnection serverConnection,
Credentials credentials)
This is called when Credentials have been sent to the Server (using
ServerConnection.sendCredentials(Credentials) ) but the Server has
rejected the credentials. |
void |
Client.setCredentials(Credentials credentials)
Deprecated.
This method exists only to support the
AuthorisationHandler.canConnect() and
AuthorisationHandler.credentialsSupplied methods,
both of which are deprecated in favor of authentication
handlers. It will be removed in a future release. |
Modifier and Type | Method and Description |
---|---|
Credentials |
TopicClient.getCredentials()
Deprecated.
This method exists only to support the
AuthorisationHandler.canConnect() and
AuthorisationHandler.credentialsSupplied methods,
both of which are deprecated in favor of authentication
handlers. It will be removed in a future release. Please be
aware that we only maintain full backwards compatibility for
Classic Clients - the Credentials object returned
will give a "null" password string for any Unified Client
calls to getPassword() . |
Copyright © 2016 Push Technology Ltd. All Rights Reserved.