Uses of Class
org.gcube.application.geoportalcommon.geoportal.access.GeportalCheckAccessPolicy.ACCESS_POLICY
-
Packages that use GeportalCheckAccessPolicy.ACCESS_POLICY Package Description org.gcube.application.geoportalcommon.geoportal.access -
-
Uses of GeportalCheckAccessPolicy.ACCESS_POLICY in org.gcube.application.geoportalcommon.geoportal.access
Methods in org.gcube.application.geoportalcommon.geoportal.access that return GeportalCheckAccessPolicy.ACCESS_POLICY Modifier and Type Method Description static GeportalCheckAccessPolicy.ACCESS_POLICYGeportalCheckAccessPolicy. accessPolicyFromSessionLogin(String mySessionLogin)Access policy from session login.static GeportalCheckAccessPolicy.ACCESS_POLICYGeportalCheckAccessPolicy.ACCESS_POLICY. valueOf(String name)Returns the enum constant of this type with the specified name.static GeportalCheckAccessPolicy.ACCESS_POLICY[]GeportalCheckAccessPolicy.ACCESS_POLICY. values()Returns an array containing the constants of this enum type, in the order they are declared.
-