org.mule.tools.cxf.utils.security
Interface Authenticator
- All Known Implementing Classes:
- HttpBasicAuthenticator, NTLMAuthenticator
public interface Authenticator
|
Method Summary |
org.apache.cxf.endpoint.Client |
setCredentials(org.apache.cxf.endpoint.Client client,
String user,
String password)
Set up authentication policy for a CXF client with the user and password
provided. |
org.apache.cxf.endpoint.Client |
setCredentials(Object servicePort,
String user,
String password)
Set up authentication policy for a CXF service port with the user and
password provided. |
setCredentials
org.apache.cxf.endpoint.Client setCredentials(Object servicePort,
String user,
String password)
- Set up authentication policy for a CXF service port with the user and
password provided.
- Parameters:
servicePort - user - password -
setCredentials
org.apache.cxf.endpoint.Client setCredentials(org.apache.cxf.endpoint.Client client,
String user,
String password)
- Set up authentication policy for a CXF client with the user and password
provided.
- Parameters:
client - user - password -
Copyright © 2013. All Rights Reserved.