Uses of Class
com.erudika.para.core.App.AllowedMethods
-
Packages that use App.AllowedMethods Package Description com.erudika.para.core Core domain classes for modeling the Para domain space. -
-
Uses of App.AllowedMethods in com.erudika.para.core
Fields in com.erudika.para.core with type parameters of type App.AllowedMethods Modifier and Type Field Description static EnumSet<App.AllowedMethods>App.AllowedMethods. ALLAll methods allowed.static EnumSet<App.AllowedMethods>App.AllowedMethods. ALL_EXCEPT_DELETEAll methods allowed, except DELETE.static EnumSet<App.AllowedMethods>App.AllowedMethods. NONENo methods allowed.static EnumSet<App.AllowedMethods>App.AllowedMethods. READOnly GET is allowed.static EnumSet<App.AllowedMethods>App.AllowedMethods. READ_AND_WRITEAll methods allowed (*).static EnumSet<App.AllowedMethods>App.AllowedMethods. WRITEAll methods allowed, except GET.Methods in com.erudika.para.core that return App.AllowedMethods Modifier and Type Method Description static App.AllowedMethodsApp.AllowedMethods. fromString(String value)Constructs the enum from a string value.static App.AllowedMethodsApp.AllowedMethods. valueOf(String name)Returns the enum constant of this type with the specified name.static App.AllowedMethods[]App.AllowedMethods. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in com.erudika.para.core with type arguments of type App.AllowedMethods Modifier and Type Method Description booleanApp. grantResourcePermission(String subjectid, String resourcePath, EnumSet<App.AllowedMethods> permission)Grants a new permission for a given subject and resource.booleanApp. grantResourcePermission(String subjectid, String resourcePath, EnumSet<App.AllowedMethods> permission, boolean allowGuestAccess)Grants a new permission for a given subject and resource.
-