Package jenkins.security.apitoken
Class TokenUuidAndPlainValue
- java.lang.Object
-
- jenkins.security.apitoken.TokenUuidAndPlainValue
-
@Restricted(org.kohsuke.accmod.restrictions.Beta.class) public class TokenUuidAndPlainValue extends Object
Contains information about the token and the secret value. It should not be stored as is, but just displayed once to the user and then forget about it.- Since:
- This was added in 2.260 but marked NoExternalUse, opened as Beta in 2.265
-
-
Field Summary
Fields Modifier and Type Field Description String
plainValue
Confidential information, must not be stored.String
tokenUuid
The token identifier to allow manipulation of the token
-
Constructor Summary
Constructors Constructor Description TokenUuidAndPlainValue(String tokenUuid, String plainValue)
-