org.globus.ogsa.impl.security.authentication
Class SecContext

java.lang.Object
  extended byorg.globus.ogsa.impl.security.authentication.SecContext

public class SecContext
extends java.lang.Object

Associates a GSSContext with a context Id. It is used for GSI secure converstation. For internal use only.


Constructor Summary
SecContext(org.ietf.jgss.GSSContext context, java.lang.String contextId)
           
 
Method Summary
 org.ietf.jgss.GSSContext getContext()
           
 java.lang.String getContextId()
           
 org.ietf.jgss.GSSCredential getDelegatedCredential()
          A convinience function to extract delegated user credential if any
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecContext

public SecContext(org.ietf.jgss.GSSContext context,
                  java.lang.String contextId)
Method Detail

getContext

public org.ietf.jgss.GSSContext getContext()

getContextId

public java.lang.String getContextId()

getDelegatedCredential

public org.ietf.jgss.GSSCredential getDelegatedCredential()
A convinience function to extract delegated user credential if any

Returns:
the delegated user credential. null if delegation was not performed.


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