Uses of Class
com.redwood.scheduler.api.exception.CredentialEncodingException
-
Packages that use CredentialEncodingException Package Description com.redwood.scheduler.api.model Scheduler API - Model -
-
Uses of CredentialEncodingException in com.redwood.scheduler.api.model
Methods in com.redwood.scheduler.api.model that throw CredentialEncodingException Modifier and Type Method Description StringCredential. getProtectedPassword()Get a version of the password that can be decrypted using theSchedulerSession.unprotectPassword(String)method.StringSchedulerSession. unprotectPassword(String protectedPassword)Decrypt a protected password obtained byCredential.getProtectedPassword().
-