|
|||||||||||
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 | |
---|---|
String |
dumpContents()
Deprecated. Prints the password/passphrase along with the additional provided information. |
String |
getChangeTime()
Deprecated. Gets the time of last change of the password. |
boolean |
getExpired()
Deprecated. Gets the expired flag. |
String |
getLanguage()
Deprecated. |
byte[] |
getPasswordBytes()
Deprecated. Gets the password as a byte array. |
String |
getPasswordString()
Deprecated. Gets the password as a string. |
int |
getVersion()
Deprecated. Gets the version. |
void |
setChangeTime(String changeTime)
Deprecated. Sets the time of last change. |
void |
setExpired(boolean expired)
Deprecated. Sets the expired flag |
void |
setLanguage(String language)
Deprecated. Sets the language field. |
void |
setPassword(byte[] passwordBytes)
Deprecated. Sets the password. |
void |
setPassword(String password)
Deprecated. Sets the password. |
void |
setVersion(int version)
Deprecated. Sets the version. |
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 String getLanguage()
public void setLanguage(String language)
language
- The new language to setpublic String getPasswordString()
public void setPassword(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 String getChangeTime()
public void setChangeTime(String changeTime)
changeTime
- The new time to set.public String toString()
toString
in class Object
public String dumpContents()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |