|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.di.util.RacfPassword
public class RacfPassword
| Method Summary | |
|---|---|
String |
dumpContents()
dumpContents |
String |
getChangeTime()
Gets the changeTime |
boolean |
getExpired()
Gets the expired flag |
String |
getLanguage()
Gets the language code (eg ENU) |
byte[] |
getPasswordBytes()
Gets the password as a byte array |
String |
getPasswordString()
Gets the password as a string |
int |
getVersion()
Gets the version |
void |
setChangeTime(String changeTime)
Sets the changeTime |
void |
setExpired(boolean expired)
Sets the expired flag |
void |
setLanguage(String language)
Sets the language |
void |
setPassword(byte[] passwordBytes)
Sets the password |
void |
setPassword(String password)
Sets the password |
void |
setVersion(int version)
Sets the version |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean getExpired()
public void setExpired(boolean expired)
expired - The expired to setpublic String getLanguage()
public void setLanguage(String language)
language - The language to setpublic String getPasswordString()
public void setPassword(String password)
password - The password to setpublic byte[] getPasswordBytes()
public void setPassword(byte[] passwordBytes)
passwordBytes - The password to set in bytes.public int getVersion()
public void setVersion(int version)
version - The version to setpublic String getChangeTime()
public void setChangeTime(String changeTime)
changeTime - The changeTime to setpublic String toString()
toString in class Objectpublic String dumpContents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||