Class AuthenticationBean
java.lang.Object
com.echothree.control.user.authentication.server.AuthenticationFormsImpl
com.echothree.control.user.authentication.server.AuthenticationBean
- All Implemented Interfaces:
AuthenticationForms
,AuthenticationRemote
,AuthenticationService
,AuthenticationLocal
public class AuthenticationBean
extends AuthenticationFormsImpl
implements AuthenticationRemote, AuthenticationLocal
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncustomerLogin
(UserVisitPK userVisitPK, CustomerLoginForm form) employeeLogin
(UserVisitPK userVisitPK, EmployeeLoginForm form) getCustomerLoginDefaults
(UserVisitPK userVisitPK, GetCustomerLoginDefaultsForm form) getEmployeeLoginDefaults
(UserVisitPK userVisitPK, GetEmployeeLoginDefaultsForm form) getUserVisit
(GetUserVisitForm form) getVendorLoginDefaults
(UserVisitPK userVisitPK, GetVendorLoginDefaultsForm form) idle
(UserVisitPK userVisitPK) invalidateAbandonedUserVisits
(UserVisitPK userVisitPK, InvalidateAbandonedUserVisitsForm form) void
invalidateUserSession
(UserVisitPK userVisitPK) void
invalidateUserVisit
(UserVisitPK userVisitPK) logout
(UserVisitPK userVisitPK) ping()
recoverPassword
(UserVisitPK userVisitPK, RecoverPasswordForm form) removeInactiveUserKeys
(UserVisitPK userVisitPK, RemoveInactiveUserKeysForm form) removeInvalidatedUserVisits
(UserVisitPK userVisitPK) setPassword
(UserVisitPK userVisitPK, SetPasswordForm form) vendorLogin
(UserVisitPK userVisitPK, VendorLoginForm form) Methods inherited from class com.echothree.control.user.authentication.server.AuthenticationFormsImpl
getBaseLoginForm, getCustomerLoginForm, getEmployeeLoginForm, getGetCustomerLoginDefaultsForm, getGetEmployeeLoginDefaultsForm, getGetJobUserVisitForm, getGetUserVisitForm, getGetVendorLoginDefaultsForm, getInvalidateAbandonedUserVisitsForm, getRecoverPasswordForm, getRemoveInactiveUserKeysForm, getSetPasswordForm, getVendorLoginForm
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.echothree.control.user.authentication.common.AuthenticationForms
getBaseLoginForm, getCustomerLoginForm, getEmployeeLoginForm, getGetCustomerLoginDefaultsForm, getGetEmployeeLoginDefaultsForm, getGetJobUserVisitForm, getGetUserVisitForm, getGetVendorLoginDefaultsForm, getInvalidateAbandonedUserVisitsForm, getRecoverPasswordForm, getRemoveInactiveUserKeysForm, getSetPasswordForm, getVendorLoginForm
-
Constructor Details
-
AuthenticationBean
public AuthenticationBean()
-
-
Method Details
-
ping
- Specified by:
ping
in interfaceAuthenticationService
-
getJobUserVisit
- Specified by:
getJobUserVisit
in interfaceAuthenticationService
-
getDataLoaderUserVisit
- Specified by:
getDataLoaderUserVisit
in interfaceAuthenticationService
-
getUserVisit
- Specified by:
getUserVisit
in interfaceAuthenticationService
-
invalidateUserSession
- Specified by:
invalidateUserSession
in interfaceAuthenticationService
-
invalidateUserVisit
- Specified by:
invalidateUserVisit
in interfaceAuthenticationService
-
invalidateAbandonedUserVisits
public CommandResult invalidateAbandonedUserVisits(UserVisitPK userVisitPK, InvalidateAbandonedUserVisitsForm form) - Specified by:
invalidateAbandonedUserVisits
in interfaceAuthenticationService
-
removeInactiveUserKeys
public CommandResult removeInactiveUserKeys(UserVisitPK userVisitPK, RemoveInactiveUserKeysForm form) - Specified by:
removeInactiveUserKeys
in interfaceAuthenticationService
-
removeInvalidatedUserVisits
- Specified by:
removeInvalidatedUserVisits
in interfaceAuthenticationService
-
getCustomerLoginDefaults
public CommandResult getCustomerLoginDefaults(UserVisitPK userVisitPK, GetCustomerLoginDefaultsForm form) - Specified by:
getCustomerLoginDefaults
in interfaceAuthenticationService
-
customerLogin
- Specified by:
customerLogin
in interfaceAuthenticationService
-
getEmployeeLoginDefaults
public CommandResult getEmployeeLoginDefaults(UserVisitPK userVisitPK, GetEmployeeLoginDefaultsForm form) - Specified by:
getEmployeeLoginDefaults
in interfaceAuthenticationService
-
employeeLogin
- Specified by:
employeeLogin
in interfaceAuthenticationService
-
getVendorLoginDefaults
public CommandResult getVendorLoginDefaults(UserVisitPK userVisitPK, GetVendorLoginDefaultsForm form) - Specified by:
getVendorLoginDefaults
in interfaceAuthenticationService
-
vendorLogin
- Specified by:
vendorLogin
in interfaceAuthenticationService
-
setPassword
- Specified by:
setPassword
in interfaceAuthenticationService
-
recoverPassword
- Specified by:
recoverPassword
in interfaceAuthenticationService
-
idle
- Specified by:
idle
in interfaceAuthenticationService
-
logout
- Specified by:
logout
in interfaceAuthenticationService
-