public class KerberosClientExceptionAction extends Object implements PrivilegedExceptionAction<KerberosContext>
Constructor and Description |
---|
KerberosClientExceptionAction(Principal clientPrincipal,
String serviceName,
boolean isUsernameServiceNameForm,
boolean requestCredDeleg) |
KerberosClientExceptionAction(Principal clientPrincipal,
String serviceName,
boolean isUsernameServiceNameForm,
boolean requestCredDeleg,
GSSCredential delegatedCredential,
boolean spnego,
boolean mutualAuth) |
public KerberosClientExceptionAction(Principal clientPrincipal, String serviceName, boolean isUsernameServiceNameForm, boolean requestCredDeleg)
public KerberosClientExceptionAction(Principal clientPrincipal, String serviceName, boolean isUsernameServiceNameForm, boolean requestCredDeleg, GSSCredential delegatedCredential, boolean spnego, boolean mutualAuth)
public KerberosContext run() throws GSSException, WSSecurityException
run
in interface PrivilegedExceptionAction<KerberosContext>
GSSException
WSSecurityException
Copyright © 2004–2015 The Apache Software Foundation. All rights reserved.