All Downloads are FREE. Search and download functionalities are using the official Maven repository.

be.objectify.deadbolt.scala.ConstraintPoint.scala Maven / Gradle / Ivy

The newest version!
package be.objectify.deadbolt.scala

/**
  * Indicates the point at which a constraint is applied.  See [[DeadboltHandler.onAuthSuccess()]].
  *
  * @author Steve Chaloner ([email protected])
  * @since 2.5.1
  */
object ConstraintPoint extends Enumeration {
  type ConstraintPoint = Value
  val CONTROLLER, FILTER, TEMPLATE = Value
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy