Klasse ExternalPasswordUtil
java.lang.Object
de.uplanet.lucy.server.usermanager.ExternalPasswordUtil
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic StringdecryptIfNecessary(String p_strEncrypted) Decrypts an external password if necessary.static StringencryptIfNecessary(String p_strPlain) Encrypts an external password if necessary.
-
Konstruktordetails
-
ExternalPasswordUtil
public ExternalPasswordUtil()
-
-
Methodendetails
-
encryptIfNecessary
Encrypts an external password if necessary.- Parameter:
p_strPlain- The plaintext password.- Gibt zurück:
- The obfuscated password.
-
decryptIfNecessary
Decrypts an external password if necessary.- Parameter:
p_strEncrypted- The encrypted password.- Gibt zurück:
- The decrypted password.
-