Package org.apache.syncope.client.lib
Class AnonymousAuthenticationHandler
- java.lang.Object
-
- org.apache.syncope.client.lib.BasicAuthenticationHandler
-
- org.apache.syncope.client.lib.AnonymousAuthenticationHandler
-
- All Implemented Interfaces:
AuthenticationHandler
public class AnonymousAuthenticationHandler extends BasicAuthenticationHandler implements AuthenticationHandler
Implementation providing Basic Authentication capability for the specialanonymous
user.
-
-
Constructor Summary
Constructors Constructor Description AnonymousAuthenticationHandler(String username, String password)
-
Method Summary
-
Methods inherited from class org.apache.syncope.client.lib.BasicAuthenticationHandler
getPassword, getUsername
-
-