JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
net.anwiba.commons.http
Package
net.anwiba.commons.http
Interface IAuthentication
All Known Implementing Classes:
Authentication
public interface
IAuthentication
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getPassword
()
String
getUsername
()
boolean
isForces
()
boolean
isLazy
()
boolean
isPreemptive
()
Method Details
getPassword
String
getPassword
()
getUsername
String
getUsername
()
isPreemptive
boolean
isPreemptive
()
isForces
boolean
isForces
()
isLazy
boolean
isLazy
()