Package | Description |
---|---|
de.innovationgate.utils |
Generic various-purpose utility classes.
|
de.innovationgate.wga.modules.options |
Option type definitions and other related classes for the OpenWGA module registry
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Base64.decodePassword(java.lang.String password) |
java.lang.String |
Base64.encodePassword(java.lang.String password) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
PasswordOptionEncoder.decodePassword(java.lang.String password)
Decodes a password with the implemented encoding scheme
|
java.lang.String |
PasswordOptionEncoder.encodePassword(java.lang.String password)
Encode a password with the implemented encoding scheme
|