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

java.lang.Object
  extended by org.apache.ws.security.message.token.KerberosServiceExceptionAction
All Implemented Interfaces:
PrivilegedExceptionAction<KerberosServiceContext>

public class KerberosServiceExceptionAction
extends Object
implements PrivilegedExceptionAction<KerberosServiceContext>


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

Constructor Detail

KerberosServiceExceptionAction

public KerberosServiceExceptionAction(byte[] ticket,
                                      String serviceName,
                                      boolean isUsernameServiceNameForm)
Method Detail

run

public KerberosServiceContext run()
                           throws GSSException,
                                  WSSecurityException
Specified by:
run in interface PrivilegedExceptionAction<KerberosServiceContext>
Throws:
GSSException
WSSecurityException


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