com.ibm.commerce.user.objects
Interface PolicyAccountLockoutAccessBeanData

All Known Implementing Classes:
PolicyAccountLockoutAccessBean

public interface PolicyAccountLockoutAccessBeanData

This table contains the account lockout policies for WebSphere Commerce stores.


Method Summary
java.lang.String getLockoutThreshold()
java.lang.String getPolicyAccountLockoutId()
java.lang.String getWaitTime()
void setLockoutThreshold(java.lang.String newValue)
void setWaitTime(java.lang.String newValue)

Method Detail

getPolicyAccountLockoutId

public java.lang.String getPolicyAccountLockoutId()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getLockoutThreshold

public java.lang.String getLockoutThreshold()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLockoutThreshold

public void setLockoutThreshold(java.lang.String newValue)

getWaitTime

public java.lang.String getWaitTime()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setWaitTime

public void setWaitTime(java.lang.String newValue)

Feedback