object Logger |
|
object Md5 |
|
object SecurityUtil |
fun createBasicAuthHeader(clientId: String, clientSecret: String): String
Returns string value to be used for basic auth header ("Basic " + base64-encoded string that contains clientId and clientSecret separated by a colon). |
|
fun decodeBase64(str: String): String
Decodes given Base64 string. |
|
fun encodeBase64(str: String): String
Encodes given string as Base64. |
|
fun existsOnClasspath(className: String): Boolean
Returns true if a class with the given name exists in the classpath. |