Uses of Class
org.outerj.daisy.authentication.AuthenticationException

Packages that use AuthenticationException
org.outerj.daisy.authentication   
 

Uses of AuthenticationException in org.outerj.daisy.authentication
 

Methods in org.outerj.daisy.authentication that throw AuthenticationException
 boolean AuthenticationScheme.check(org.outerj.daisy.repository.Credentials credentials)
           
 boolean CachingAuthenticationScheme.check(org.outerj.daisy.repository.Credentials credentials)
           
 org.outerj.daisy.repository.user.User UserCreator.create(java.lang.String login, org.outerj.daisy.repository.user.UserManager userManager)
           
 org.outerj.daisy.repository.user.User AuthenticationScheme.createUser(org.outerj.daisy.repository.Credentials crendentials, org.outerj.daisy.repository.user.UserManager userManager)
          If a user does not exist, the authentication scheme can be offered the possibility to create the user (this is defined in the configuration of the UserAuthenticator).
 org.outerj.daisy.repository.user.User CachingAuthenticationScheme.createUser(org.outerj.daisy.repository.Credentials crendentials, org.outerj.daisy.repository.user.UserManager userManager)
           
 



Copyright © -2012 . All Rights Reserved.