|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthenticationServiceOp
Method Summary | |
---|---|
java.lang.String |
authenticateUser(java.lang.String... params)
Authenticate a user given some authentication strings. |
Method Detail |
---|
java.lang.String authenticateUser(java.lang.String... params)
LoginModule
. This LoginModule knows what informations are required
for this service, ask them to the user (using Callback
) and forward
them to this service implementation.
On success, this implementation returns an id String that identifies the
authenticated user in the IdentityServiceOp
implementation.
params
- an array of authentication strings (e.g.: login/password)
IdentityServiceOp
implementation or null if the authentication failed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |