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

java.lang.Object
  extended by org.apache.ws.security.message.token.KerberosServiceAction
All Implemented Interfaces:
PrivilegedAction<Principal>

public class KerberosServiceAction
extends Object
implements PrivilegedAction<Principal>

This class represents a PrivilegedAction implementation to validate a received ticket to a KDC.


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

Constructor Detail

KerberosServiceAction

public KerberosServiceAction(byte[] ticket,
                             String serviceName)
Method Detail

run

public Principal run()
Specified by:
run in interface PrivilegedAction<Principal>


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