提交 0e00797f 编写于 作者: J Jesse Glick

[FIXED JENKINS-20999] Noting merge of #1064: SecurityListener.

上级 79196b37
......@@ -66,6 +66,9 @@ Upcoming changes</a>
<li class=bug>
<code>/login</code> offers link to <code>/opensearch.xml</code> which anonymous users cannot retrieve.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-21254">issue 21254</a>)
<li class=rfe>
Added API class <code>SecurityListener</code> to receive login events and similar.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-20999">issue 20999</a>)
</ul>
</div><!--=TRUNK-END=-->
......
......@@ -40,7 +40,7 @@ import org.kohsuke.accmod.restrictions.NoExternalUse;
/**
* Listener notified of various significant events related to security.
* @since TODO
* @since 1.548
*/
public abstract class SecurityListener implements ExtensionPoint {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册