com.bankframe.services.authentication.ldap
Interface LDAPAuthentication

All Superinterfaces:
Authentication, javax.ejb.EJBObject, ESessionRemote, java.rmi.Remote

public interface LDAPAuthentication
extends Authentication

This interface is the Remote Interface of LDAPAuthenticationBean.

Author:
ETU

Field Summary
static java.lang.String LDAP_USER_CONTEXT_ALIAS
           
static java.lang.String PASSWORD
           
static java.lang.String USER_ID
           
 
Methods inherited from interface com.bankframe.services.authentication.Authentication
processLogoff, processLogon
 
Methods inherited from interface com.bankframe.ejb.ESessionRemote
processDataPacket, processDataPackets
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Field Detail

LDAP_USER_CONTEXT_ALIAS

public static final java.lang.String LDAP_USER_CONTEXT_ALIAS
See Also:
Constant Field Values

USER_ID

public static final java.lang.String USER_ID
See Also:
Constant Field Values

PASSWORD

public static final java.lang.String PASSWORD
See Also:
Constant Field Values


Copyright © 2004 Siebel Systems, Inc. All rights reserved.