|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthenticationProvider
AuthenticationProvider
Configures an authentication provider.
Method Summary | |
---|---|
User |
authenticate(String userName,
char[] password)
Authenticate a user. |
Set<Role> |
getRolesByUsername(String username)
Returns security roles of the given username |
Method Detail |
---|
User authenticate(String userName, char[] password) throws SecurityException
userName
- The user name.password
- The user password.
User
SecurityException
Set<Role> getRolesByUsername(String username) throws SecurityException
user
-
SecurityException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |