org.apache.ws.security.message.token
Class KerberosServiceContext

java.lang.Object
  extended by org.apache.ws.security.message.token.KerberosServiceContext

public class KerberosServiceContext
extends Object


Constructor Summary
KerberosServiceContext()
           
 
Method Summary
 Principal getPrincipal()
           
 Key getSessionKey()
           
 void setPrincipal(Principal principal)
           
 void setSessionKey(Key sessionKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KerberosServiceContext

public KerberosServiceContext()
Method Detail

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


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.