Daisy Open Source CMS

Package org.outerj.daisy.authentication.spi

SPI for registering authentication schemes.

See:
          Description

Interface Summary
AuthenticationScheme Interface to be implemented by (password-based) authentication mechanisms.
 

Class Summary
AbstractAuthenticationFactory Deprecated. the little code that was in this class should now be duplicated in the authentication factories.
CachingAuthenticationScheme A wrapper around an AuthenticationScheme that performs credential caching.
UserCreator Helper class to support auto-user-creation.
UserCreatorFactory Helper class to support auto-user-creation.
 

Exception Summary
AuthenticationException  
 

Package org.outerj.daisy.authentication.spi Description

SPI for registering authentication schemes.


Daisy Open Source CMS