|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthenticationService
Interface for the authentication service.
| Nested Class Summary | |
|---|---|
static class |
AuthenticationService.Proxy
|
| Method Summary | |
|---|---|
void |
authenticate(javax.security.auth.Subject subject,
java.lang.String domain,
java.lang.String user,
java.lang.Object credentials)
Authenticates a user given its name and credentials. |
| Method Detail |
|---|
void authenticate(javax.security.auth.Subject subject,
java.lang.String domain,
java.lang.String user,
java.lang.Object credentials)
throws java.security.GeneralSecurityException
Authenticates a user given its name and credentials. Upon sucessfull completion, the subject should be populated with the user known principals.
subject - the subject to populatedomain - the security domain to useuser - the user namecredentials - the user credntials
java.security.GeneralSecurityException - if the user can not be authenticated
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||