|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.lapetus_ltd.api.common.TLptsCryptoUtil.Credentials
public static class TLptsCryptoUtil.Credentials
This is TLptsCryptoUtil.Credentials, which is a simple class used to read and store encrypted credentials. It just has two fields, which are public and accessible.
Field Summary | |
---|---|
java.lang.String |
password
The password part of the credential. |
java.lang.String |
userName
The user name part of the credential. |
Constructor Summary | |
---|---|
TLptsCryptoUtil.Credentials()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String password
public java.lang.String userName
Constructor Detail |
---|
public TLptsCryptoUtil.Credentials()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |