Uses of Interface
info.joseluismartin.auth.AuthStrategy

Packages that use AuthStrategy
info.joseluismartin.auth   
 

Uses of AuthStrategy in info.joseluismartin.auth
 

Classes in info.joseluismartin.auth that implement AuthStrategy
 class AuthHashMD5
          An AuthStrategy that use HashMD5
 class AuthPlain
          An Auth Strategy that use plain passwords.
 

Methods in info.joseluismartin.auth that return AuthStrategy
 AuthStrategy AuthManager.getAuthStrategy()
          Getter for AuthStrategy
 

Methods in info.joseluismartin.auth with parameters of type AuthStrategy
 void AuthManager.setAuthStrategy(AuthStrategy authStrategy)
          Setter for AuthStrategy
 



Copyright © 2012 JDAL. All Rights Reserved.