org.jboss.test
Class LoginModulesTestCase.HashTestLoginModule

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

public static class LoginModulesTestCase.HashTestLoginModule
extends LoginModulesTestCase.TestLoginModule


Field Summary
 
Fields inherited from class org.jboss.security.auth.spi.AbstractServerLoginModule
callbackHandler, log, loginOk, options, principalClassName, sharedState, subject, unauthenticatedIdentity, useFirstPass
 
Constructor Summary
LoginModulesTestCase.HashTestLoginModule()
           
 
Method Summary
protected  String getUsersPassword()
          This represents the 'true' password in its hashed form
 
Methods inherited from class org.jboss.test.LoginModulesTestCase.TestLoginModule
getRoleSets
 
Methods inherited from class org.jboss.security.auth.spi.UsernamePasswordLoginModule
createPasswordHash, getCredentials, getIdentity, getUnauthenticatedIdentity, getUsername, getUsernameAndPassword, initialize, login, validatePassword
 
Methods inherited from class org.jboss.security.auth.spi.AbstractServerLoginModule
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 String getUsersPassword()
This represents the 'true' password in its hashed form

Overrides:
getUsersPassword in class LoginModulesTestCase.TestLoginModule


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.