Uses of Class
org.gcube.application.geoportalcommon.shared.config.RoleRights
-
Packages that use RoleRights Package Description org.gcube.application.geoportalcommon org.gcube.application.geoportalcommon.shared -
-
Uses of RoleRights in org.gcube.application.geoportalcommon
Methods in org.gcube.application.geoportalcommon that return types with arguments of type RoleRights Modifier and Type Method Description List<RoleRights>GNADataEntryConfigProfileReader. readRoleRightsConfig(String permissions_for_role)Read user rights config. -
Uses of RoleRights in org.gcube.application.geoportalcommon.shared
Methods in org.gcube.application.geoportalcommon.shared that return types with arguments of type RoleRights Modifier and Type Method Description List<RoleRights>GNADataEntryConfigProfile. getPermissionsForRole()Gets the permissions for role.Method parameters in org.gcube.application.geoportalcommon.shared with type arguments of type RoleRights Modifier and Type Method Description voidGNADataEntryConfigProfile. setPermissionsForRole(List<RoleRights> permissionsForRole)Sets the permissions for role.Constructor parameters in org.gcube.application.geoportalcommon.shared with type arguments of type RoleRights Constructor Description GNADataEntryConfigProfile(List<RoleRights> permissionsForRole, DataEntryGUIPresentationConfig dataEntryGUIPresentation)
-