com.croftsoft.core.security
Class PreIdentifier

java.lang.Object
  extended by com.croftsoft.core.security.PreIdentifier
All Implemented Interfaces:
Identifier

public final class PreIdentifier
extends Object
implements Identifier

Identifier in which the Authentication has been pre-fetched.

Since:
2001-07-30
Version:
2001-07-30
Author:
David Wallace Croft

Constructor Summary
PreIdentifier(Authentication authentication)
           
PreIdentifier(String username, String password)
           
 
Method Summary
 Authentication getAuthentication()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreIdentifier

public PreIdentifier(Authentication authentication)

PreIdentifier

public PreIdentifier(String username,
                     String password)
Method Detail

getAuthentication

public Authentication getAuthentication()
Specified by:
getAuthentication in interface Identifier

CroftSoft Javadoc

CroftSoft Core Javadoc (2008-09-28 20:58:02)