org.makumba.controller
Class Logic.AuthorizationConstraint

java.lang.Object
  extended by org.makumba.controller.Logic.AuthorizationConstraint
Enclosing class:
Logic

static class Logic.AuthorizationConstraint
extends Object


Field Summary
(package private)  String fromWhere
           
(package private)  String key
           
(package private)  String message
           
(package private)  String rule
           
(package private)  String value
           
 
Constructor Summary
Logic.AuthorizationConstraint()
           
 
Method Summary
(package private)  void check()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

key

String key

value

String value

rule

String rule

fromWhere

String fromWhere

message

String message
Constructor Detail

Logic.AuthorizationConstraint

Logic.AuthorizationConstraint()
Method Detail

check

void check()