propertiesverifierstorembean.java
来自「jboss 的官方实例程序」· Java 代码 · 共 18 行
JAVA
18 行
package org.jboss.book.security.ex3.service;import org.jboss.system.ServiceMBean;/** The JMX mbean interface for the SRP password verifier store.@author Scott.Stark@jboss.org@version $Revision: 1.1 $*/public interface PropertiesVerifierStoreMBean extends ServiceMBean{ /** Get the jndi name for the SRPVerifierSource implementation binding. */ public String getJndiName(); /** set the jndi name for the SRPVerifierSource implementation binding. */ public void setJndiName(String jndiName);}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?