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

java.lang.Object
  extended by org.apache.ws.security.message.token.KerberosClientAction
All Implemented Interfaces:
PrivilegedAction<byte[]>

public class KerberosClientAction
extends Object
implements PrivilegedAction<byte[]>

This class represents a PrivilegedAction implementation to obtain a service ticket from a Kerberos Key Distribution Center.


Constructor Summary
KerberosClientAction(Principal clientPrincipal, String serviceName)
           
 
Method Summary
 byte[] run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KerberosClientAction

public KerberosClientAction(Principal clientPrincipal,
                            String serviceName)
Method Detail

run

public byte[] run()
Specified by:
run in interface PrivilegedAction<byte[]>


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.