org.jboss.test
Class LoginModulesTestCase.HashTestLoginModule

java.lang.Object
  extended byorg.jboss.security.auth.spi.AbstractServerLoginModule (src) 
      extended byorg.jboss.security.auth.spi.UsernamePasswordLoginModule (src) 
          extended byorg.jboss.test.LoginModulesTestCase.TestLoginModule (src) 
              extended byorg.jboss.test.LoginModulesTestCase.HashTestLoginModule
All Implemented Interfaces:
javax.security.auth.spi.LoginModule
Enclosing class:
LoginModulesTestCase (src)

public static class LoginModulesTestCase.HashTestLoginModule
extends LoginModulesTestCase.TestLoginModule (src)


Field Summary
 
Fields inherited from class org.jboss.security.auth.spi.AbstractServerLoginModule (src)
callbackHandler, log, loginOk, options, principalClassName, sharedState, subject, unauthenticatedIdentity, useFirstPass
 
Constructor Summary
LoginModulesTestCase.HashTestLoginModule()
           
 
Method Summary
protected  java.lang.String getUsersPassword()
          This represents the 'true' password in its hashed form
 
Methods inherited from class org.jboss.test.LoginModulesTestCase.TestLoginModule (src)
getRoleSets
 
Methods inherited from class org.jboss.security.auth.spi.UsernamePasswordLoginModule (src)
createPasswordHash, getCredentials, getIdentity, getUnauthenticatedIdentity, getUsername, getUsernameAndPassword, initialize, login, validatePassword
 
Methods inherited from class org.jboss.security.auth.spi.AbstractServerLoginModule (src)
abort, commit, createGroup, createIdentity, getUseFirstPass, logout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LoginModulesTestCase.HashTestLoginModule

public LoginModulesTestCase.HashTestLoginModule()
Method Detail

getUsersPassword

protected java.lang.String getUsersPassword()
This represents the 'true' password in its hashed form

Overrides:
getUsersPassword in class LoginModulesTestCase.TestLoginModule (src)