java.lang.Object
net.anwiba.commons.http.Authentication
- All Implemented Interfaces:
IAuthentication
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionAuthentication(String userName, String password) Authentication(String userName, String password, Authentication.Mode mode) -
Method Summary
-
Constructor Details
-
Authentication
-
Authentication
-
-
Method Details
-
getUsername
- Specified by:
getUsernamein interfaceIAuthentication
-
getPassword
- Specified by:
getPasswordin interfaceIAuthentication
-
isLazy
public boolean isLazy()- Specified by:
isLazyin interfaceIAuthentication
-
isPreemptive
public boolean isPreemptive()- Specified by:
isPreemptivein interfaceIAuthentication
-
isForces
public boolean isForces()- Specified by:
isForcesin interfaceIAuthentication
-
toString
-