| Package | Description |
|---|---|
| org.gcube.common.core.contexts | |
| org.gcube.common.core.security | |
| org.gcube.common.core.security.impl |
| Modifier and Type | Method and Description |
|---|---|
SecurityCredentials |
GCUBEServiceContext.getCallerCredentials()
If security is enabled, it extracts credentials from the current request.
|
SecurityCredentials |
GCUBEServiceContext.getCredentials()
It returns the credentials for outgoing calls currently set in the current thread.
|
SecurityCredentials |
GCUBEServiceContext.getServiceCredentials()
If security is enabled, it returns the service credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GCUBEServiceContext.useCredentials(SecurityCredentials credentials)
If security is enabled, it sets given credentials for outgoing calls in the current thread.
|
void |
GCUBEServiceContext.useCredentials(Thread thread,
SecurityCredentials... credentials)
If security is enabled, it sets given credentials for outgoing calls in a
given thread.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityCredentials |
GCUBEServiceSecurityManager.getCallerCredentials()
If security is enabled, it extracts credentials from the current request.
|
SecurityCredentials |
GCUBEClientSecurityManager.getClientBaseCredentials()
Provides the default credentials of the security manager (they could be the credentials of the GHN in client mode, but this is not mandatory)
|
SecurityCredentials |
GCUBESecurityManager.getCredentials()
It returns the credentials for outgoing calls currently set in the current thread.
|
SecurityCredentials |
GCUBESecurityManagerImpl.getCredentials()
It returns the credentials for outgoing calls currently set in the current thread.
|
SecurityCredentials |
GCUBEServiceSecurityManager.getServiceCredentials()
If security is enabled, it returns the service credentials.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GCUBESecurityManager.useCredentials(SecurityCredentials credentials)
If security is enabled, it sets given credentials for outgoing calls in the current thread.
|
void |
GCUBESecurityManagerImpl.useCredentials(SecurityCredentials credentials)
If security is enabled, it sets given credentials for outgoing calls in the current thread.
|
void |
GCUBESecurityManager.useCredentials(Thread thread,
SecurityCredentials... credentials)
If security is enabled, it sets given credentials for outgoing calls in a
given thread.
|
void |
GCUBESecurityManagerImpl.useCredentials(Thread thread,
SecurityCredentials... credentials)
If security is enabled, it sets given credentials for outgoing calls in a
given thread.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GSSSecurityCredentials |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Thread,SecurityCredentials> |
CredentialManager.callCredentials
Cache of credentials indexed by thread id.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityCredentials |
GCUBESimpleServiceSecurityManager.getCallerCredentials() |
SecurityCredentials |
GCUBECredentialAdder.getClientBaseCredentials() |
SecurityCredentials |
CredentialManager.getContainerCredentials() |
SecurityCredentials |
GCUBESimpleServiceSecurityManager.getCredentials() |
SecurityCredentials |
CredentialManager.getCredentials() |
SecurityCredentials |
GCUBECredentialAdder.getCredentials() |
SecurityCredentials |
GCUBESimpleServiceSecurityManager.getServiceCredentials() |
| Modifier and Type | Method and Description |
|---|---|
void |
CredentialManager.setCredentials(Thread thread,
SecurityCredentials... credentials) |
void |
GCUBESimpleServiceSecurityManager.useCredentials(SecurityCredentials credentials) |
void |
GCUBECredentialAdder.useCredentials(SecurityCredentials credentials) |
void |
GCUBESimpleServiceSecurityManager.useCredentials(Thread thread,
SecurityCredentials... credentials) |
void |
GCUBECredentialAdder.useCredentials(Thread thread,
SecurityCredentials... credentials) |
Copyright © 2015. All Rights Reserved.