Uses of Interface
org.nakedobjects.runtime.authentication.standard.RandomCodeGenerator

Packages that use RandomCodeGenerator
org.nakedobjects.runtime.authentication.standard   
 

Uses of RandomCodeGenerator in org.nakedobjects.runtime.authentication.standard
 

Classes in org.nakedobjects.runtime.authentication.standard that implement RandomCodeGenerator
 class RandomCodeGenerator10Chars
           
 class RandomCodeGeneratorUUID
           
 

Methods in org.nakedobjects.runtime.authentication.standard that return RandomCodeGenerator
 RandomCodeGenerator AuthenticationManagerStandard.getRandomCodeGenerator()
          The RandomCodeGenerator in use.
 

Methods in org.nakedobjects.runtime.authentication.standard with parameters of type RandomCodeGenerator
 void AuthenticationManagerStandard.setRandomCodeGenerator(RandomCodeGenerator randomCodeGenerator)
          For injection; will default otherwise.
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.