com.ibm.commerce.member.facade.datatypes

Interface CredentialType



  • public interface CredentialType
    A representation of the model object 'Credential Type'. The type definition of an authentication entry.

    The following features are supported:

    See Also:
    MemberPackage.getCredentialType()
    • Method Detail

      • getLogonID

        java.lang.String getLogonID()
        Returns the value of the 'Logon ID' attribute. The person's logon ID.
        Returns:
        the value of the 'Logon ID' attribute.
        See Also:
        setLogonID(String), MemberPackage.getCredentialType_LogonID()
      • setLogonID

        void setLogonID(java.lang.String value)
        Sets the value of the 'Logon ID' attribute.
        Parameters:
        value - the new value of the 'Logon ID' attribute.
        See Also:
        getLogonID()
      • getPassword

        java.lang.String getPassword()
        Returns the value of the 'Password' attribute. The person's logon password.
        Returns:
        the value of the 'Password' attribute.
        See Also:
        setPassword(String), MemberPackage.getCredentialType_Password()
      • setPassword

        void setPassword(java.lang.String value)
        Sets the value of the 'Password' attribute.
        Parameters:
        value - the new value of the 'Password' attribute.
        See Also:
        getPassword()
      • getSecurityHint

        SecurityHintType getSecurityHint()
        Returns the value of the 'Security Hint' containment reference. Challenge question for confirmation of the person's identity.
        Returns:
        the value of the 'Security Hint' containment reference.
        See Also:
        setSecurityHint(SecurityHintType), MemberPackage.getCredentialType_SecurityHint()
      • setSecurityHint

        void setSecurityHint(SecurityHintType value)
        Sets the value of the 'Security Hint' containment reference.
        Parameters:
        value - the new value of the 'Security Hint' containment reference.
        See Also:
        getSecurityHint()
      • getUserData

        UserDataType getUserData()
        Returns the value of the 'User Data' containment reference. The user data area.
        Returns:
        the value of the 'User Data' containment reference.
        See Also:
        setUserData(UserDataType), MemberPackage.getCredentialType_UserData()
      • setUserData

        void setUserData(UserDataType value)
        Sets the value of the 'User Data' containment reference.
        Parameters:
        value - the new value of the 'User Data' containment reference.
        See Also:
        getUserData()