public interface AuthService
Modifier and Type | Method and Description |
---|---|
AuthResponse |
authenticate(String loginName,
String password) |
AuthDao |
getDao()
Gets the reference to the
AuthDao . |
void |
setDao(AuthDao dao)
Sets the reference to the
AuthDao . |
AuthResponse authenticate(String loginName, String password)
void setDao(AuthDao dao)
AuthDao
.dao
- The reference to the AuthDao
.Copyright © 2011–2014 The Kuali Foundation. All rights reserved.