Package | Description |
---|---|
com.caucho.security | |
com.caucho.server.http | |
com.caucho.server.security | |
com.caucho.server.webapp |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogin
Used to authenticate users in a servlet request.
|
class |
BasicLogin
Implements the "basic" auth-method.
|
class |
ClientCertLogin
Implements the "CLIENT-CERT" auth-method.
|
class |
DigestLogin
Implements the "digest" auth-method.
|
class |
FormLogin
Used to authenticate users in a servlet request.
|
class |
LoginList
Used to allow multiple login types in a priority list.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Login> |
LoginList.getLoginList()
Returns the login list.
|
Modifier and Type | Method and Description |
---|---|
void |
LoginList.add(Login login)
Adds the next login in the list.
|
Modifier and Type | Method and Description |
---|---|
protected Login |
HttpServletRequestImpl.getLogin()
Returns the login for the request.
|
Modifier and Type | Method and Description |
---|---|
Login |
LoginConfig.getLogin()
Returns the login.
|
Modifier and Type | Method and Description |
---|---|
Login |
WebApp.getConfiguredLogin() |
Login |
WebApp.getLogin()
Gets the login manager.
|
Modifier and Type | Method and Description |
---|---|
void |
WebApp.setLogin(Login login)
Sets the login
|