org.opencrx.application.shop1.cci2
Interface CredentialsT

All Known Subinterfaces:
CredentialsT

public interface CredentialsT


Nested Class Summary
static class CredentialsT.Member
          The structure's members
 
Method Summary
 String getPasswordMd5()
          Retrieves the value for the structure field passwordMd5.
 String getResetPasswordChallenge()
          Retrieves the value for the structure field resetPasswordChallenge.
 String getResetPasswordResponse()
          Retrieves the value for the structure field resetPasswordResponse.
 String getUserName()
          Retrieves the value for the structure field userName.
 

Method Detail

getPasswordMd5

String getPasswordMd5()
Retrieves the value for the structure field passwordMd5.

--> Account::userString1

Returns:
The non-null value for structure field passwordMd5.

getResetPasswordChallenge

String getResetPasswordChallenge()
Retrieves the value for the structure field resetPasswordChallenge.

--> Account::userString2

Returns:
The non-null value for structure field resetPasswordChallenge.

getResetPasswordResponse

String getResetPasswordResponse()
Retrieves the value for the structure field resetPasswordResponse.

--> Account::userString3

Returns:
The non-null value for structure field resetPasswordResponse.

getUserName

String getUserName()
Retrieves the value for the structure field userName.

--> Account::userString0

Returns:
The non-null value for structure field userName.


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.