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: 1.3.26.1 $
Author:
Scott.Stark@jboss.org

Method Summary
 AppPolicy getAppPolicy(String appName)
           
 void refresh()
           
 

Method Detail

getAppPolicy

AppPolicy getAppPolicy(String appName)

refresh

void refresh()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.