For every {@link com.adito.security.AuthenticationModule} to be usedand instance of this call must be registered with the {@link com.adito.security.AuthenticationModuleManager}.
A module may be capable of supporting the entering of a username, in which case it is known as a Primary Authentication Modules. If this capability is not available, the module is a Secondary Authentication Module and may only be used after a primary has already been used.
There is a third type called a System Authentication Module which is used interally by the Adito or its plugins but never presented to user directly. These are currently used for Webdav and Embedded client logons. @see com.adito.security.AuthenticationModuleManager @see com.adito.security.AuthenticationModule @see com.adito.security.AuthenticationScheme
|
|
|
|