org.eclipse.jetty.security
Interface LoginService

All Known Implementing Classes:
DataSourceLoginService, HashLoginService, JAASLoginService, JDBCLoginService, MappedLoginService

public interface LoginService

Login Service Interface.

The Login service provides an abstract mechanism for an Authenticator to check credentials and to create a UserIdentity using the set IdentityService.


Method Summary
 IdentityService getIdentityService()
           
 String getName()
           
 UserIdentity login(String username, Object credentials)
           
 void logout(UserIdentity user)
           
 void setIdentityService(IdentityService service)
           
 

Method Detail

getName

String getName()

login

UserIdentity login(String username,
                   Object credentials)

logout

void logout(UserIdentity user)

getIdentityService

IdentityService getIdentityService()

setIdentityService

void setIdentityService(IdentityService service)


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.