org.jboss.security
Interface IAppPolicyStore


public interface IAppPolicyStore

An interface describing an AppPolicy security store. It is used by the SecurityPolicy class to isolate the source of security information from the SecurityPolicy.


Method Summary
 AppPolicy (src) getAppPolicy(java.lang.String appName)
           
 void refresh()
           
 

Method Detail

getAppPolicy

public AppPolicy (src)  getAppPolicy(java.lang.String appName)

refresh

public void refresh()