kaos.core.util
Class EnforcementCapabilityMsg
java.lang.Object
kaos.core.util.Msg
kaos.core.util.EnforcementCapabilityMsg
- All Implemented Interfaces:
- java.io.Serializable, org.xml.sax.ErrorHandler
public class EnforcementCapabilityMsg
- extends Msg
Convenience class for constructing and accessing fields of a Msg representation
of the capabilities of an enforcer
$Revision: 1.2 $
- See Also:
- Serialized Form
Methods inherited from class kaos.core.util.Msg |
addSubMsg, addSubMsg, addSymbol, addSymbol, addSymbol, addSymbol, addSymbol, addSymbol, clone, createFromFile, error, fatalError, getElementsNamed, getFirstChildSkip, getNamedString, getNamedString, getNamedVector, getNextSkip, getNodeAttributes, getParentSkip, getPreviousSkip, getRootNode, getSubMsg, getSubMsg, getSymbol, getSymbol, getVerbosity, main, removeSymbol, setLogger, setVerbosity, showMsgInfo, showMsgInfo, toString, traverseDOMBranch, traverseRoot, warning |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
EC_MSG_TYPE
public static final java.lang.String EC_MSG_TYPE
- See Also:
- Constant Field Values
TYPE
public static final java.lang.String TYPE
- See Also:
- Constant Field Values
SUBJECTS
public static final java.lang.String SUBJECTS
- See Also:
- Constant Field Values
EnforcementCapabilityMsg
public EnforcementCapabilityMsg(java.lang.String type,
java.util.Vector subjects)
- Constructor
- Parameters:
type
- the type of policies that can be enforcedsubjects
- Vector of SubjectMsg indicating the subjects that
are being enforced
getType
public java.lang.String getType()
getSubjects
public java.util.Vector getSubjects()