Package org.apache.syncope.client.lib
Class BasicAuthenticationHandler
- java.lang.Object
-
- org.apache.syncope.client.lib.BasicAuthenticationHandler
-
- All Implemented Interfaces:
AuthenticationHandler
- Direct Known Subclasses:
AnonymousAuthenticationHandler
public class BasicAuthenticationHandler extends Object implements AuthenticationHandler
Implementation providing Basic Authentication capability.
-
-
Constructor Summary
Constructors Constructor Description BasicAuthenticationHandler(String username, String password)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getPassword()
String
getUsername()
-