| Home >> All >> org >> acegisecurity >> providers >> [ rcp Javadoc ] |
org.acegisecurity.providers.rcp: Javadoc index of package org.acegisecurity.providers.rcp.
Package Samples:
org.acegisecurity.providers.rcp: Implements a provider-based approach to authentication decisions.
Classes:
RemoteAuthenticationProvider: Client-side object which queries a RemoteAuthenticationManager to validate an authentication request. A new Authentication object is created by this class comprising the request Authentication object's principal , credentials and the GrantedAuthority []s returned by the RemoteAuthenticationManager . The RemoteAuthenticationManager should not require any special username or password setting on the remoting client proxy factory to execute the call. Instead the entire authentication request must be encapsulated solely within the Authentication request object. In practical terms this means the RemoteAuthenticationManager ...
RemoteAuthenticationException: Thrown if a RemoteAuthenticationManager cannot validate the presented authentication request. This is thrown rather than the normal AuthenticationException because AuthenticationException contains additional properties which may cause issues for the remoting protocol.
RemoteAuthenticationManagerImpl: Server-side processor of a remote authentication request. This bean requires no security interceptor to protect it. Instead, the bean uses the configured AuthenticationManager to resolve an authentication request.
RemoteAuthenticationManager: Allows remote clients to attempt authentication.
| Home | Contact Us | Privacy Policy | Terms of Service |