|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Secret | |
|---|---|
| hudson.model | Core object model that are bound to URLs via stapler, rooted at Hudson. |
| hudson.os.windows | |
| hudson.tools | |
| hudson.util | Other miscellaneous utility code |
| Uses of Secret in hudson.model |
|---|
| Methods in hudson.model that return Secret | |
|---|---|
Secret |
PasswordParameterValue.getValue()
|
| Uses of Secret in hudson.os.windows |
|---|
| Fields in hudson.os.windows declared as Secret | |
|---|---|
Secret |
ManagedWindowsServiceConnector.password
|
Secret |
ManagedWindowsServiceAccount.AnotherUser.password
|
Secret |
ManagedWindowsServiceLauncher.password
|
Secret |
ManagedWindowsServiceLauncher.AccountInfo.password
|
| Constructors in hudson.os.windows with parameters of type Secret | |
|---|---|
ManagedWindowsServiceAccount.AnotherUser(String userName,
Secret password)
|
|
| Uses of Secret in hudson.tools |
|---|
| Methods in hudson.tools that return Secret | |
|---|---|
Secret |
JDKInstaller.DescriptorImpl.getPassword()
|
| Uses of Secret in hudson.util |
|---|
| Methods in hudson.util that return Secret | |
|---|---|
static Secret |
Secret.decrypt(String data)
Reverse operation of getEncryptedValue(). |
static Secret |
Secret.fromString(String data)
Attempts to treat the given string first as a cipher text, and if it doesn't work, treat the given string as the unencrypted secret value. |
| Methods in hudson.util with parameters of type Secret | |
|---|---|
static String |
Secret.toString(Secret s)
Works just like toString() but avoids NPE when the secret is null. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||