Package 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.- Version:
- $Revision$
- Author:
- Scott.Stark@jboss.org
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AppPolicy
getAppPolicy(String appName)
void
refresh()
-