kaos.policy.guard
Interface PolicyBootstrapper


public interface PolicyBootstrapper

Author:
jlott

Method Summary
 java.util.List<PolicyMsg> getBootPolicies(java.lang.String type)
          Get the boot policies for the given action type
 boolean getDefaultModality()
          Get the default modality (true = pos, false = neg)
 

Method Detail

getBootPolicies

java.util.List<PolicyMsg> getBootPolicies(java.lang.String type)
Get the boot policies for the given action type

Parameters:
type - the type of action
Returns:
a list of PolicyMsg containing PolicyInformation objects

getDefaultModality

boolean getDefaultModality()
Get the default modality (true = pos, false = neg)