Uses of Class
org.gridlab.gat.security.SecurityContext

Packages that use SecurityContext
org.gridlab.gat This package contains classes and interfaces which are used throughout the GAT application API. 
org.gridlab.gat.security This package contains classes and interfaces which are required to secure software and hardware resources. 
 

Uses of SecurityContext in org.gridlab.gat
 

Methods in org.gridlab.gat that return types with arguments of type SecurityContext
 List<SecurityContext> GATContext.getSecurityContexts()
          Gets the list of SecurityContexts associated with this GATContext.
 List<SecurityContext> GATContext.getSecurityContextsByType(String type)
          Gets a list of SecurityContexts of the specified type associated with this GATContext.
 

Methods in org.gridlab.gat with parameters of type SecurityContext
 void GATContext.addSecurityContext(SecurityContext securityContext)
          Adds the passed SecurityContext.
 void GATContext.removeSecurityContext(SecurityContext securityContext)
          Removes the passed SecurityContext.
 

Uses of SecurityContext in org.gridlab.gat.security
 

Subclasses of SecurityContext in org.gridlab.gat.security
 class CertificateSecurityContext
          A container for security Information based upon certificates.
 class CredentialSecurityContext
          A container for security Information based upon credentials stored in an object.
 class MyProxyServerCredentialSecurityContext
          This context is used if you have a credential stored in a myproxy server.
 class PasswordSecurityContext
          A security context based upon user name, password combination.