Uses of Class
eu.semiramis.identityaggregator.PDP.Action

Uses of PDP.Action in eu.semiramis.identityaggregator
 

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

Methods in eu.semiramis.identityaggregator with parameters of type PDP.Action
 Decision InternalPDP.evaluate(javax.servlet.http.HttpServletRequest request, PDP.Action action, java.lang.String issuer, java.lang.String requestor, java.lang.String target, java.lang.String subject, java.lang.String resource)
           
 Decision PDP.evaluate(javax.servlet.http.HttpServletRequest request, PDP.Action action, java.lang.String issuer, java.lang.String requestor, java.lang.String target, java.lang.String subject, java.lang.String resource)
          Evaluates the policies to determine whether the request is authorized or not
 Decision PolicyMgmtPDP.evaluate(javax.servlet.http.HttpServletRequest request, PDP.Action action, java.lang.String issuer, java.lang.String requestor, java.lang.String target, java.lang.String subject, java.lang.String resource)
          Evaluates the policies to determine whether the request is authorized or not
 Decision InternalPDP.evaluate(javax.servlet.http.HttpServletRequest request, java.lang.String subject, PDP.Action action, java.lang.String resource, java.lang.String role)