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
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.