|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ibm.di.util.RacfPassword
RacfCredential class
@Deprecated public class RacfPassword
This class represents a decrypted RACF password envelope.
This envelope is encrypted in PKCS#7 and contains not only the password but some additional information about its version, expiration, time of last change and language.
| Method Summary | |
|---|---|
java.lang.String |
dumpContents()
Deprecated. Prints the password/passphrase along with the additional provided information. |
java.lang.String |
getChangeTime()
Deprecated. Gets the time of last change of the password. |
boolean |
getExpired()
Deprecated. Gets the expired flag. |
java.lang.String |
getLanguage()
Deprecated. |
byte[] |
getPasswordBytes()
Deprecated. Gets the password as a byte array. |
java.lang.String |
getPasswordString()
Deprecated. Gets the password as a string. |
int |
getVersion()
Deprecated. Gets the version. |
void |
setChangeTime(java.lang.String changeTime)
Deprecated. Sets the time of last change. |
void |
setExpired(boolean expired)
Deprecated. Sets the expired flag |
void |
setLanguage(java.lang.String language)
Deprecated. Sets the language field. |
void |
setPassword(byte[] passwordBytes)
Deprecated. Sets the password. |
void |
setPassword(java.lang.String password)
Deprecated. Sets the password. |
void |
setVersion(int version)
Deprecated. Sets the version. |
java.lang.String |
toString()
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public boolean getExpired()
true if the password is expired; false
otherwise.public void setExpired(boolean expired)
expired - the new value of the expired flag.public java.lang.String getLanguage()
public void setLanguage(java.lang.String language)
language - The new language to setpublic java.lang.String getPasswordString()
public void setPassword(java.lang.String password)
password - The new password to set.public byte[] getPasswordBytes()
public void setPassword(byte[] passwordBytes)
passwordBytes - The new password to set in bytes.public int getVersion()
public void setVersion(int version)
version - The new version to set.public java.lang.String getChangeTime()
public void setChangeTime(java.lang.String changeTime)
changeTime - The new time to set.public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String dumpContents()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||