org.nakedobjects.runtime.authentication.package-info Maven / Gradle / Ivy
/**
* Authentication API.
*
*
* Concrete implementations are in the authentication-xxx modules.
*
* - In client/server mode (using remoting-command distribution),
* just use the authentication-proxy on client side, and
* specify desired authentication implementation on server.
*
* - In standalone mode, ignore the proxy authentication use the required
* authentication implementation directly.
*
*/
package org.nakedobjects.runtime.authentication;