| Package | Description |
|---|---|
| org.gcube.soa3.connector.common.security | |
| org.gcube.soa3.connector.common.security.impl |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
CredentialManager.get()
Gets the credentials (with
InheritableThreadLocal logic) |
| Modifier and Type | Method and Description |
|---|---|
void |
CredentialManager.set(Credentials credentials)
Sets the credentials for this Thread and the descendants
|
| Modifier and Type | Class and Description |
|---|---|
class |
Base64EncodedCredentials
Implementation of
Credentials encoded in Base 64 |
class |
FederatedCredentials
Federated credentials actually are represented by an assertion id
|
class |
TicketCredentials
Ticket credentials actually are represented by a ticket
|
class |
UserNamePasswordCredentials
Username and password credentials
|
class |
X509CombinedCredentials
Implementation of
Credentials combining TLS and another string based credential model (extraCredentials) |
class |
X509TLSCredentials
TLS X509
Credentials |
| Modifier and Type | Method and Description |
|---|---|
Credentials |
CredentialManagerImpl.get() |
| Modifier and Type | Method and Description |
|---|---|
void |
CredentialManagerImpl.set(Credentials credentials) |
| Constructor and Description |
|---|
Base64EncodedCredentials(Credentials actualCredentials) |
X509CombinedCredentials(Credentials extraCredentials) |
X509CombinedCredentials(Credentials extraCredentials,
String certFile,
String keyFile,
char[] keyPassword,
String trustDir,
String trustExt) |
Copyright © 2017. All Rights Reserved.