com.ibm.commerce.user.objects
Interface UserRegistryAccessBeanData

All Known Implementing Classes:
UserRegistryAccessBean

public interface UserRegistryAccessBeanData


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

getChallengeAnswer

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

getLogonId

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

getLogonPassword

public byte[] getLogonPassword()
                        throws java.rmi.RemoteException,
                               javax.ejb.CreateException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException

getPasswordCreation

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

getPasswordExpired

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

getPasswordInvalid

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

getPasswordRetries

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

getPolicyAccountId

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

getSalt

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

getStatus

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

getTimeout

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

getUserId

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

setChallengeAnswer

public void setChallengeAnswer(java.lang.String newValue)

setChallengeQuestion

public void setChallengeQuestion(java.lang.String newValue)

setLogonId

public void setLogonId(java.lang.String newValue)

setLogonPassword

public void setLogonPassword(byte[] newValue)

setPasswordCreation

public void setPasswordCreation(java.lang.String newValue)

setPasswordExpired

public void setPasswordExpired(java.lang.String newValue)

setPasswordInvalid

public void setPasswordInvalid(java.lang.String newValue)

setPasswordRetries

public void setPasswordRetries(java.lang.String newValue)

setPolicyAccountId

public void setPolicyAccountId(java.lang.String newValue)

setSalt

public void setSalt(java.lang.String newValue)

setStatus

public void setStatus(java.lang.String newValue)

setTimeout

public void setTimeout(java.lang.String newValue)