org.apache.ws.security.message.token
Class KerberosServiceContext
java.lang.Object
org.apache.ws.security.message.token.KerberosServiceContext
public class KerberosServiceContext
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KerberosServiceContext
public KerberosServiceContext()
getPrincipal
public Principal getPrincipal()
- Returns:
- the principal
setPrincipal
public void setPrincipal(Principal principal)
- Parameters:
principal
- the principal to set
getSessionKey
public Key getSessionKey()
- Returns:
- the sessionKey
setSessionKey
public void setSessionKey(Key sessionKey)
- Parameters:
sessionKey
- the sessionKey to set
getDelegationCredential
public GSSCredential getDelegationCredential()
setDelegationCredential
public void setDelegationCredential(GSSCredential delegationCredential)
getGssContext
public GSSContext getGssContext()
setGssContext
public void setGssContext(GSSContext gssContext)
getKerberosToken
public byte[] getKerberosToken()
setKerberosToken
public void setKerberosToken(byte[] kerberosToken)
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.