Authentication
object.See: Description
Interface | Description |
---|---|
RemoteAuthenticationManager |
Allows remote clients to attempt authentication.
|
Class | Description |
---|---|
RemoteAuthenticationManagerImpl |
Server-side processor of a remote authentication request.
|
RemoteAuthenticationProvider |
Client-side object which queries a
RemoteAuthenticationManager to validate an
authentication request. |
Exception | Description |
---|---|
RemoteAuthenticationException |
Thrown if a
RemoteAuthenticationManager cannot validate the presented
authentication request. |
Authentication
object.