org.mule.tools.cxf.utils.security
Class NTLMAuthenticator
java.lang.Object
org.mule.tools.cxf.utils.security.NTLMAuthenticator
- All Implemented Interfaces:
- Authenticator
public class NTLMAuthenticator
- extends Object
- implements Authenticator
It provides the security credentials set up for a CXF client.
It knows how to set up a CXF client to work with NTLM security .
- Author:
- damiansima
|
Method Summary |
org.apache.cxf.endpoint.Client |
setCredentials(org.apache.cxf.endpoint.Client client,
String user,
String password)
Set up NTLM auth parameters for a CXF client with the user and password
provided. |
org.apache.cxf.endpoint.Client |
setCredentials(Object servicePort,
String user,
String password)
Setup NTLM auth parameters for a CXF client with the user and password
provided. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NTLMAuthenticator
public NTLMAuthenticator()
setCredentials
public org.apache.cxf.endpoint.Client setCredentials(Object servicePort,
String user,
String password)
- Setup NTLM auth parameters for a CXF client with the user and password
provided.
- Specified by:
setCredentials in interface Authenticator
- Parameters:
servicePort - user - password -
setCredentials
public org.apache.cxf.endpoint.Client setCredentials(org.apache.cxf.endpoint.Client client,
String user,
String password)
- Set up NTLM auth parameters for a CXF client with the user and password
provided.
- Specified by:
setCredentials in interface Authenticator
- Parameters:
client - user - password -
Copyright © 2013. All Rights Reserved.