📄 propertiesverifierstorembean.java
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -