未验证 提交 9c256ad8 编写于 作者: W Wadeck Follonier 提交者: GitHub

Restriction mistake on TokenUuidAndPlainValue (#5041)

* Restriction mistake on TokenUuidAndPlainValue

* Update core/src/main/java/jenkins/security/apitoken/TokenUuidAndPlainValue.java
Co-authored-by: NJesse Glick <jglick@cloudbees.com>
Co-authored-by: NJesse Glick <jglick@cloudbees.com>
上级 d03b8cfd
......@@ -24,13 +24,14 @@
package jenkins.security.apitoken;
import org.kohsuke.accmod.Restricted;
import org.kohsuke.accmod.restrictions.NoExternalUse;
import org.kohsuke.accmod.restrictions.Beta;
/**
* 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 TODO
*/
@Restricted(NoExternalUse.class)
@Restricted(Beta.class)
public class TokenUuidAndPlainValue {
/**
* The token identifier to allow manipulation of the token
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册