org.apache.jackrabbit.core.security
Class SimpleLoginModule

java.lang.Object
  extended by org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
      extended by org.apache.jackrabbit.core.security.simple.SimpleLoginModule
          extended by org.apache.jackrabbit.core.security.SimpleLoginModule
All Implemented Interfaces:
LoginModule

Deprecated. Use SimpleLoginModule instead.

public class SimpleLoginModule
extends SimpleLoginModule

A SimpleLoginModule ...


Field Summary
 
Fields inherited from class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
adminId, anonymousId, credentials, principal, principalProvider, subject
 
Constructor Summary
SimpleLoginModule()
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.apache.jackrabbit.core.security.simple.SimpleLoginModule
doInit, getAuthentication, getPrincipal, impersonate
 
Methods inherited from class org.apache.jackrabbit.core.security.authentication.AbstractLoginModule
abort, authenticate, commit, getAdminId, getAnonymousId, getCredentials, getImpersonatorSubject, getPrincipalProvider, getPrincipals, getUserID, initialize, isAnonymous, isImpersonation, isInitialized, login, logout, setAdminId, setAnonymousId, setPrincipalProvider
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLoginModule

public SimpleLoginModule()
Deprecated. 


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.