|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface KAoSGuardDescription
Defines the operations to access information about a KAoS guard. The information includes the list of actor classes the specific guard can enforc policy on
Field Summary |
---|
Fields inherited from interface kaos.core.service.directory.KAoSEntityDescription |
---|
CONCEPT_MAPPING_NAME, ENTITY_DAML_S_TYPES, ENTITY_DOMAIN_NAMES, ENTITY_HOST_ADDRESS, ENTITY_HOST_NAME, ENTITY_ONTOLOGICAL_TYPE_NAMES, ENTITY_ONTOLOGICAL_TYPES, ENTITY_TYPE, EXECUTION_ENVIRONMENT, FULL_SEARCH, IS_ENTITY_POLICY_SUBJECT, IS_ENTITY_RUNNING, SEARCH_PARAMS |
Method Summary | |
---|---|
java.util.List |
getControlledActionClasses()
Obtain the list of action class names. |
java.util.List |
getControlledActorClasses()
Obtain the list of actor class names. |
void |
setControlledActionClasses(java.util.List controlledActionClasses)
Set the list of action class names. |
void |
setControlledActorClasses(java.util.List _controlledActorClasses)
Set the list of actor class names. |
Method Detail |
---|
void setControlledActorClasses(java.util.List _controlledActorClasses)
_controlledActorClasses
- The list with names.java.util.List getControlledActorClasses()
void setControlledActionClasses(java.util.List controlledActionClasses)
controlledActionClasses
- The list with names.java.util.List getControlledActionClasses()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |