Uses of Interface
org.gcube.common.core.security.SecurityCredentials

Packages that use SecurityCredentials
org.gcube.common.core.contexts   
org.gcube.common.core.security   
org.gcube.common.core.security.impl   
 

Uses of SecurityCredentials in org.gcube.common.core.contexts
 

Methods in org.gcube.common.core.contexts that return SecurityCredentials
 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.
 

Methods in org.gcube.common.core.contexts with parameters of type SecurityCredentials
 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.
 

Uses of SecurityCredentials in org.gcube.common.core.security
 

Methods in org.gcube.common.core.security that return SecurityCredentials
 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 GCUBESecurityManagerImpl.getCredentials()
          It returns the credentials for outgoing calls currently set in the current thread.
 SecurityCredentials GCUBESecurityManager.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.
 

Methods in org.gcube.common.core.security with parameters of type SecurityCredentials
 void GCUBESecurityManagerImpl.useCredentials(SecurityCredentials credentials)
          If security is enabled, it sets given credentials for outgoing calls in the current thread.
 void GCUBESecurityManager.useCredentials(SecurityCredentials credentials)
          If security is enabled, it sets given credentials for outgoing calls in the current thread.
 void GCUBESecurityManagerImpl.useCredentials(Thread thread, SecurityCredentials... credentials)
          If security is enabled, it sets given credentials for outgoing calls in a given thread.
 void GCUBESecurityManager.useCredentials(Thread thread, SecurityCredentials... credentials)
          If security is enabled, it sets given credentials for outgoing calls in a given thread.
 

Uses of SecurityCredentials in org.gcube.common.core.security.impl
 

Classes in org.gcube.common.core.security.impl that implement SecurityCredentials
 class GSSSecurityCredentials
           
 

Fields in org.gcube.common.core.security.impl with type parameters of type SecurityCredentials
protected  Map<Thread,SecurityCredentials> CredentialManager.callCredentials
          Cache of credentials indexed by thread id.
 

Methods in org.gcube.common.core.security.impl that return SecurityCredentials
 SecurityCredentials GCUBESimpleServiceSecurityManager.getCallerCredentials()
           
 SecurityCredentials GCUBECredentialAdder.getClientBaseCredentials()
           
 SecurityCredentials CredentialManager.getContainerCredentials()
           
 SecurityCredentials GCUBESimpleServiceSecurityManager.getCredentials()
           
 SecurityCredentials CredentialManager.getCredentials()
           
 SecurityCredentials GCUBECredentialAdder.getCredentials()
           
 SecurityCredentials GCUBESimpleServiceSecurityManager.getServiceCredentials()
           
 

Methods in org.gcube.common.core.security.impl with parameters of type SecurityCredentials
 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 © 2012. All Rights Reserved.