org.openpermis.policy.bean
Interface ObligationBean

All Superinterfaces:
Obligation, Part, PartBean, Serializable
All Known Implementing Classes:
BasicObligation

public interface ObligationBean
extends Obligation, PartBean

An operation specified by a string that should be performed by the PEP in conjunction with the enforcement of an authorization decision.

Since:
0.3.0

Method Summary
 String getText()
          Returns the text of this obligation.
 void setText(String text)
          Sets the text of this obligation.
 
Methods inherited from interface org.openpermis.policy.bean.PartBean
addPropertyChangeListener, equalSerialNumber, findBySerialNumber, getPartBeanType, getSerialNumber, removePropertyChangeListener, toShortString
 
Methods inherited from interface org.openpermis.policy.Part
equals, hashCode, isValid, toString
 

Method Detail

setText

void setText(String text)
Sets the text of this obligation.

Parameters:
text - a String.
Since:
0.3.0

getText

String getText()
Returns the text of this obligation.

Specified by:
getText in interface Obligation
Returns:
the text of this obligation.
Since:
0.3.0


PERMIS Role Based Access Control 0.4.0 (Build 15)
2009/05/20 08:14:49
Copyright (c) 2002-2007 Ergon Informatik AG