com.ibm.commerce.user.objects
Interface UserRegistryAccessBeanData

All Known Implementing Classes:
UserRegistryAccessBean

public interface UserRegistryAccessBeanData

This table stores user authentication information.


Method Summary
java.lang.String getChallengeAnswer()
java.lang.String getChallengeQuestion()
java.lang.String getLogonId()
byte[] getLogonPassword()
java.lang.String getPasswordCreation()
java.lang.String getPasswordExpired()
java.lang.String getPasswordInvalid()
java.lang.String getPasswordRetries()
java.lang.String getPolicyAccountId()
java.lang.String getSalt()
java.lang.String getStatus()
java.lang.String getTimeout()
java.lang.String getUserId()
void setChallengeAnswer(java.lang.String newValue)
void setChallengeQuestion(java.lang.String newValue)
void setLogonId(java.lang.String newValue)
void setLogonPassword(byte[] newValue)
void setPasswordCreation(java.lang.String newValue)
void setPasswordExpired(java.lang.String newValue)
void setPasswordInvalid(java.lang.String newValue)
void setPasswordRetries(java.lang.String newValue)
void setPolicyAccountId(java.lang.String newValue)
void setSalt(java.lang.String newValue)
void setStatus(java.lang.String newValue)
void setTimeout(java.lang.String newValue)

Method Detail

getLogonPassword

public byte[] getLogonPassword()
                        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

setLogonPassword

public void setLogonPassword(byte[] newValue)

getPasswordExpired

public java.lang.String getPasswordExpired()
                                    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

setPasswordExpired

public void setPasswordExpired(java.lang.String newValue)

getSalt

public java.lang.String getSalt()
                         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

setSalt

public void setSalt(java.lang.String newValue)

getUserId

public java.lang.String getUserId()
                           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

getChallengeQuestion

public java.lang.String getChallengeQuestion()
                                      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

setChallengeQuestion

public void setChallengeQuestion(java.lang.String newValue)

getPolicyAccountId

public java.lang.String getPolicyAccountId()
                                    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

setPolicyAccountId

public void setPolicyAccountId(java.lang.String newValue)

getPasswordCreation

public java.lang.String getPasswordCreation()
                                     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

setPasswordCreation

public void setPasswordCreation(java.lang.String newValue)

getPasswordRetries

public java.lang.String getPasswordRetries()
                                    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

setPasswordRetries

public void setPasswordRetries(java.lang.String newValue)

getPasswordInvalid

public java.lang.String getPasswordInvalid()
                                    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

setPasswordInvalid

public void setPasswordInvalid(java.lang.String newValue)

getChallengeAnswer

public java.lang.String getChallengeAnswer()
                                    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

setChallengeAnswer

public void setChallengeAnswer(java.lang.String newValue)

getStatus

public java.lang.String getStatus()
                           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

setStatus

public void setStatus(java.lang.String newValue)

getLogonId

public java.lang.String getLogonId()
                            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

setLogonId

public void setLogonId(java.lang.String newValue)

getTimeout

public java.lang.String getTimeout()
                            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

setTimeout

public void setTimeout(java.lang.String newValue)

Feedback