Uses of Class
com.bankframe.services.authentication.AuthenticationException

Packages that use AuthenticationException
com.bankframe.services.authentication   
com.bankframe.services.authentication.ejb   
com.bankframe.services.authentication.ldap   
 

Uses of AuthenticationException in com.bankframe.services.authentication
 

Methods in com.bankframe.services.authentication that throw AuthenticationException
 java.util.Vector Authentication.processLogon(DataPacket data)
          This method processes a logon request.
abstract  java.util.Vector AuthenticationBean.processLogon(DataPacket data)
          This method is responsible for retrieving the authentication information from the DataPacket passed in and verifying that the information is correct.
 

Uses of AuthenticationException in com.bankframe.services.authentication.ejb
 

Methods in com.bankframe.services.authentication.ejb that throw AuthenticationException
 java.util.Vector EJBUserAuthenticationBean.processLogon(DataPacket data)
          This method pocesses a Logon for a user.
 

Uses of AuthenticationException in com.bankframe.services.authentication.ldap
 

Methods in com.bankframe.services.authentication.ldap that throw AuthenticationException
 java.util.Vector LDAPAuthenticationBean.processLogon(DataPacket data)
          This method gpocesses a Logon for a user.
 



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