Uses of Class
org.globus.wsrf.impl.security.SecurityException

Packages that use SecurityException
org.globus.wsrf.impl.security   
org.globus.wsrf.impl.security.authentication.secureconv.service   
org.globus.wsrf.impl.security.descriptor   
org.globus.wsrf.impl.security.util   
 

Uses of SecurityException in org.globus.wsrf.impl.security
 

Methods in org.globus.wsrf.impl.security that throw SecurityException
 Subject SecurityManager.getSystemSubject()
          Returns the system subject (containing the container credentials).
 Subject SecurityManager.getServiceSubject(String servicePath)
          Returns effective service subject.
 Subject SecurityManager.getSubject(String servicePath, Object resource)
          Returns effective resource subject.
 Subject SecurityManager.setServiceOwnerFromContext(String servicePath)
          Sets the service object with the current invocation subject.
 void SecurityManager.setResourceOwnerFromContext(ResourceSecurityDescriptor desc)
          Sets the resource descriptor object with the current invocation subject.
 

Uses of SecurityException in org.globus.wsrf.impl.security.authentication.secureconv.service
 

Methods in org.globus.wsrf.impl.security.authentication.secureconv.service that throw SecurityException
protected  GSSCredential AuthenticationServiceImpl.getCredential(String servicePath, Object resource)
           
 

Uses of SecurityException in org.globus.wsrf.impl.security.descriptor
 

Methods in org.globus.wsrf.impl.security.descriptor that throw SecurityException
static void ServiceSecurityConfig.initialize(String servicePath)
           
static void ServiceSecurityConfig.initialize(String servicePath, String serviceDescFile)
           
static Subject ServiceSecurityConfig.getSubject(String servicePath)
          Returns subject configured in security descriptor of the service
static void ServiceSecurityConfig.refresh(String jndiPath)
          Reloads the credentials, if need be.
 

Uses of SecurityException in org.globus.wsrf.impl.security.util
 

Methods in org.globus.wsrf.impl.security.util that throw SecurityException
static GSSCredential AuthUtil.getCredential(MessageContext ctx)
           
static Authorization AuthUtil.getAuthorization(MessageContext ctx)
           
static QName AuthUtil.getOperationName(MessageContext messageContext)
           
static String AuthUtil.getSecurityDescFile(String servicePath)
          Returns the security descriptor file for the said service.
static String AuthUtil.getSecurityDescFile(MessageContext msgCtx, String servicePath)
          Returns the security descriptor file for the said service, null if not configured.
static void AuthUtil.initializeSecurityDesc(MessageContext msgCtx, String servicePath)
          Initalizes container security descriptor and security decriptor for said service, if configured.
 



Copyright ? 1999-2003 University of Chicago and The University of Southern California. All rights reserved.