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, boolean spnego)
           
 
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,
                                      boolean spnego)
Method Detail

run

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


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