com.sun.xml.ws.security.impl.kerberos
Class KerberosContext
java.lang.Object
com.sun.xml.ws.security.impl.kerberos.KerberosContext
public class KerberosContext
- extends Object
- Author:
- Ashutosh.Shahi@sun.com
|
Constructor Summary |
KerberosContext()
Creates a new instance of KerberosContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KerberosContext
public KerberosContext()
- Creates a new instance of KerberosContext
setOnce
public void setOnce(boolean setOnce)
setOnce
public boolean setOnce()
setGSSContext
public void setGSSContext(GSSContext context)
getGSSContext
public GSSContext getGSSContext()
setKerberosToken
public void setKerberosToken(byte[] token)
getKerberosToken
public byte[] getKerberosToken()
setSecretKey
public void setSecretKey(byte[] secretKey)
getSecretKey
public SecretKey getSecretKey(String algorithm)
getDelegatedCredentials
public GSSCredential getDelegatedCredentials()
throws GSSException
- Throws:
GSSException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.