org.globus.ogsa.impl.security.authentication
Class SecContext
java.lang.Object
org.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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecContext
public SecContext(org.ietf.jgss.GSSContext context,
java.lang.String contextId)
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.