org.jboss.security.negotiation.spnego
Class AdvancedLdapLoginModule

java.lang.Object
  extended by org.jboss.security.auth.spi.AbstractServerLoginModule
      extended by org.jboss.security.negotiation.AdvancedLdapLoginModule
          extended by org.jboss.security.negotiation.spnego.AdvancedLdapLoginModule
All Implemented Interfaces:
LoginModule

Deprecated.

@Deprecated
public class AdvancedLdapLoginModule
extends AdvancedLdapLoginModule

This login module has now been moved to the 'org.jboss.security.negotiation' package, this class remains for backwards compatibility.

Since:
3rd July 2008
Author:
darran.lofthouse@jboss.com

Field Summary
 
Fields inherited from class org.jboss.security.negotiation.AdvancedLdapLoginModule
allowEmptyPassword, baseCtxDN, baseFilter, bindAuthentication, bindCredential, bindDn, jaasSecurityDomain, recurseRoles, roleAttributeID, roleAttributeIsDN, roleFilter, roleNameAttributeID, rolesCtxDN, roleSearchControls, searchTimeLimit, userSearchControls
 
Fields inherited from class org.jboss.security.auth.spi.AbstractServerLoginModule
callbackHandler, log, loginOk, options, principalClassName, sharedState, subject, unauthenticatedIdentity, useFirstPass
 
Constructor Summary
AdvancedLdapLoginModule()
          Deprecated.  
 
Method Summary
 void initialize(Subject subject, CallbackHandler handler, Map sharedState, Map options)
          Deprecated.  
 
Methods inherited from class org.jboss.security.negotiation.AdvancedLdapLoginModule
authenticate, constructLdapContext, findUserDN, getIdentity, getRoleSets, innerLogin, login, obtainRole, processIdentityAndCredential, rolesSearch, traceLdapEnv
 
Methods inherited from class org.jboss.security.auth.spi.AbstractServerLoginModule
abort, commit, createGroup, createIdentity, getUnauthenticatedIdentity, getUseFirstPass, logout
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AdvancedLdapLoginModule

public AdvancedLdapLoginModule()
Deprecated. 
Method Detail

initialize

public void initialize(Subject subject,
                       CallbackHandler handler,
                       Map sharedState,
                       Map options)
Deprecated. 
Specified by:
initialize in interface LoginModule
Overrides:
initialize in class AdvancedLdapLoginModule


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.