com.bankframe.services.authentication.ldap
Interface LDAPAuthentication

All Superinterfaces:
Authentication, EJBObject, ESessionRemote, Remote

public interface LDAPAuthentication
extends Authentication

This interface is the Remote Interface of LDAPAuthenticationBean.


Field Summary
static String LDAP_USER_CONTEXT_ALIAS
           
static String PASSWORD
           
static String USER_ID
           
 
Method Summary
 
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

static final String LDAP_USER_CONTEXT_ALIAS
See Also:
Constant Field Values

USER_ID

static final String USER_ID
See Also:
Constant Field Values

PASSWORD

static final String PASSWORD
See Also:
Constant Field Values


Copyright © 2005, 2007, Oracle. All rights reserved.