All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.nakedobjects.runtime.authentication.package-info Maven / Gradle / Ivy

There is a newer version: 4.0-beta-1
Show newest version
/**
 * 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy