Uses of Class
eu.semiramis.identityaggregator.Decision.Obligation

Uses of Decision.Obligation in eu.semiramis.identityaggregator
 

Methods in eu.semiramis.identityaggregator that return Decision.Obligation
static Decision.Obligation Decision.Obligation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Decision.Obligation[] Decision.Obligation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in eu.semiramis.identityaggregator that return types with arguments of type Decision.Obligation
 java.util.List<Decision.Obligation> Decision.getObligations()
           
 

Method parameters in eu.semiramis.identityaggregator with type arguments of type Decision.Obligation
 void Decision.setObligations(java.util.List<Decision.Obligation> obligations)