Uses of Class
org.gcube.common.security.ContextBean.Type
-
Packages that use ContextBean.Type Package Description org.gcube.common.security -
-
Uses of ContextBean.Type in org.gcube.common.security
Methods in org.gcube.common.security that return ContextBean.Type Modifier and Type Method Description ContextBean.TypeContextBean. type()Returns theContextBean.Typeof the scope.static ContextBean.TypeContextBean.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ContextBean.Type[]ContextBean.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.common.security with parameters of type ContextBean.Type Modifier and Type Method Description booleanContextBean. is(ContextBean.Type type)Returnstrueif the scope has a givenContextBean.Type.
-