|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Login | |
---|---|
com.caucho.security | |
com.caucho.server.http | |
com.caucho.server.security | |
com.caucho.server.webapp |
Uses of Login in com.caucho.security |
---|
Classes in com.caucho.security that implement Login | |
---|---|
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. |
Methods in com.caucho.security that return types with arguments of type Login | |
---|---|
java.util.ArrayList<Login> |
LoginList.getLoginList()
Returns the login list. |
Methods in com.caucho.security with parameters of type Login | |
---|---|
void |
LoginList.add(Login login)
Adds the next login in the list. |
Uses of Login in com.caucho.server.http |
---|
Methods in com.caucho.server.http that return Login | |
---|---|
protected Login |
HttpServletRequestImpl.getLogin()
Returns the login for the request. |
Uses of Login in com.caucho.server.security |
---|
Methods in com.caucho.server.security that return Login | |
---|---|
Login |
LoginConfig.getLogin()
Returns the login. |
Uses of Login in com.caucho.server.webapp |
---|
Methods in com.caucho.server.webapp that return Login | |
---|---|
Login |
WebApp.getConfiguredLogin()
|
Login |
WebApp.getLogin()
Gets the login manager. |
Methods in com.caucho.server.webapp with parameters of type Login | |
---|---|
void |
WebApp.setLogin(Login login)
Sets the login |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |