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 © 2019 JBoss by Red Hat. All rights reserved.