Enum Class App.AllowedMethods

java.lang.Object
java.lang.Enum<App.AllowedMethods>
com.erudika.para.core.App.AllowedMethods
All Implemented Interfaces:
Serializable, Comparable<App.AllowedMethods>, Constable
Enclosing class:
App

public static enum App.AllowedMethods extends Enum<App.AllowedMethods>
Represents HTTP methods allowed to be executed on a specific resource/type. For example; the 'books' type can have a permission '{ "*" : ["GET"] }' which means "give read-only permissions to everyone". It is backed by a map of resource names (object types) to a set of allowed HTTP methods.