|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Credentials | |
|---|---|
| com.gridsystems.innergrid.api | |
| Uses of Credentials in com.gridsystems.innergrid.api |
|---|
| Classes in com.gridsystems.innergrid.api that implement Credentials | |
|---|---|
class |
UsernameTokenCredentials
Implementation of the credentials for UsernameToken authentication. |
class |
X509CertificateCredentials
Implementation of the credentials for X509Certificate authentication. |
| Fields in com.gridsystems.innergrid.api declared as Credentials | |
|---|---|
protected Credentials |
AbstractConnection.credentials
The credentials to use. |
| Methods in com.gridsystems.innergrid.api that return Credentials | |
|---|---|
Credentials |
WrapperConnection.getCredentials()
Gets the credentials for the connection. |
Credentials |
Connection.getCredentials()
Gets the credentials for the connection. |
Credentials |
AbstractConnection.getCredentials()
Gets the credentials for the connection. |
| Constructors in com.gridsystems.innergrid.api with parameters of type Credentials | |
|---|---|
AbstractConnection(java.lang.String h,
int p,
boolean secure,
SSLConnectionInfo sslinfo,
Credentials credentials)
Creates an instance of the connector to the specified host:port, and using the specified credentials. |
|
AbstractConnection(java.lang.String h,
int p,
java.lang.String ctxPath,
boolean secure,
SSLConnectionInfo sslinfo,
Credentials credentials)
Creates an instance of the connector to the specified host:port, and using the specified credentials. |
|
DirectConnection(java.lang.String h,
int p,
boolean secure,
Credentials credentials)
Creates an instance of the connection to the specified host:port,
using the specified credentials. |
|
DirectConnection(java.lang.String h,
int p,
boolean secure,
SSLConnectionInfo sslInfo,
Credentials credentials)
Creates an instance of the connector to the specified host:port,
using the specified credentials. |
|
DirectConnection(java.lang.String h,
int p,
boolean secure,
java.lang.String contextPath,
SSLConnectionInfo sslInfo,
Credentials credentials)
Creates an instance of the connector to the specified host:port,
using the specified credentials. |
|
DirectConnection(java.lang.String h,
int p,
SSLConnectionInfo sslinfo,
Credentials credentials)
Creates an instance of the connection to the specified host:port,
using the specified credentials. |
|
WrapperConnection(Connection con,
Credentials cred)
Creates a new wrapper that will use alternative credentials. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||