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

Packages that use SecurityException
org.globus.ogsa.impl.security   
org.globus.ogsa.impl.security.authentication.service   
org.globus.ogsa.impl.security.util   
 

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

Methods in org.globus.ogsa.impl.security that throw SecurityException
 javax.security.auth.Subject SecurityManager.getSystemSubject()
          Returns the system subject (containing the container credentials).
 javax.security.auth.Subject SecurityManager.getSubject(ServiceProperties props)
          Returns service subject if set.
 javax.security.auth.Subject SecurityManager.setServiceOwnerFromContext(ServiceProperties props)
          Sets the service object with the current invocation subject.
 javax.security.auth.Subject SecurityManager.setServiceOwnerFromContext(ServiceProperties props, GridContext context)
          Sets the service object with the current invocation subject.
 void SecurityManager.addAuthorizedUser(ServiceProperties props, org.ietf.jgss.GSSCredential cred)
          Internal API - subject to change: Adds the identity that the credential represents as an authorized user to access the service.
 void SecurityManager.addAuthorizedUser(ServiceProperties props, java.lang.String userId)
          Internal API - subject to change: Adds the specified user identity as an authorized user to access the service.
 

Uses of SecurityException in org.globus.ogsa.impl.security.authentication.service
 

Methods in org.globus.ogsa.impl.security.authentication.service that throw SecurityException
protected  org.ietf.jgss.GSSCredential AuthenticationServiceImpl.getCredential(ServiceProperties props)
           
 

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

Methods in org.globus.ogsa.impl.security.util that throw SecurityException
static org.ietf.jgss.GSSCredential AuthUtil.getCredential(javax.xml.rpc.handler.MessageContext ctx)
           
static Authorization AuthUtil.getAuthorization(javax.xml.rpc.handler.MessageContext ctx)
           
static org.globus.gsi.proxy.ProxyPolicyHandler AuthUtil.getGrimProxyPoliyHandler(javax.xml.rpc.handler.MessageContext ctx)
           
 



Copyright ? 1999 University of Chicago and The University of Southern California. All Rights Reserved.