|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Defines an interface for a client-side AuthenticationService hosted under a CamsClient.
| Method Summary | |
AuthResponse |
authenticate(AuthRequest authReq)
Authenticate a subject. |
AuthRequest |
createAuthRequest()
Create an empty AuthRequest. |
void |
destroy(AuthRequest authReq)
Destroy an AuthRequest. |
void |
destroy(AuthResponse authRes)
Destroy an AuthResponse. |
| Methods inherited from interface com.cafesoft.core.service.Service |
destroy, getServiceConfig, initialize |
| Methods inherited from interface com.cafesoft.core.util.Debuggable |
setDebug |
| Method Detail |
public AuthResponse authenticate(AuthRequest authReq)
throws AuthException
authReq - the authentication request
AuthException - if an error when executing the
authentication.AuthRequest,
AuthResponse,
AuthExceptionpublic AuthRequest createAuthRequest()
public void destroy(AuthRequest authReq)
authReq - the AuthRequest to be destroyed.public void destroy(AuthResponse authRes)
authRes - the AuthResponse to be destroyed.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||