public class OVXLoginService extends Object implements org.eclipse.jetty.security.LoginService
| Modifier and Type | Class and Description |
|---|---|
class |
OVXLoginService.OpenVirteXAuthenticatedUser
An authenticated user has an identity and can be logged out.
|
| Constructor and Description |
|---|
OVXLoginService() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.security.IdentityService |
getIdentityService() |
String |
getName() |
org.eclipse.jetty.server.UserIdentity |
login(String username,
Object credentials) |
void |
logout(org.eclipse.jetty.server.UserIdentity arg0) |
void |
setIdentityService(org.eclipse.jetty.security.IdentityService arg0) |
boolean |
validate(org.eclipse.jetty.server.UserIdentity arg0) |
public org.eclipse.jetty.security.IdentityService getIdentityService()
getIdentityService in interface org.eclipse.jetty.security.LoginServicepublic String getName()
getName in interface org.eclipse.jetty.security.LoginServicepublic org.eclipse.jetty.server.UserIdentity login(String username, Object credentials)
login in interface org.eclipse.jetty.security.LoginServicepublic void logout(org.eclipse.jetty.server.UserIdentity arg0)
logout in interface org.eclipse.jetty.security.LoginServicepublic void setIdentityService(org.eclipse.jetty.security.IdentityService arg0)
setIdentityService in interface org.eclipse.jetty.security.LoginServicepublic boolean validate(org.eclipse.jetty.server.UserIdentity arg0)
validate in interface org.eclipse.jetty.security.LoginServiceCopyright © 2015. All rights reserved.