Uses of Class
org.gcube.resourcemanagement.support.shared.types.UserGroup
-
Packages that use UserGroup Package Description org.gcube.resourcemanagement.support.client.utils org.gcube.resourcemanagement.support.shared.operations org.gcube.resourcemanagement.support.shared.types -
-
Uses of UserGroup in org.gcube.resourcemanagement.support.client.utils
Methods in org.gcube.resourcemanagement.support.client.utils that return UserGroup Modifier and Type Method Description UserGroupCurrentStatus. getCredentials()Methods in org.gcube.resourcemanagement.support.client.utils with parameters of type UserGroup Modifier and Type Method Description voidCurrentStatus. setCredentials(UserGroup credentials) -
Uses of UserGroup in org.gcube.resourcemanagement.support.shared.operations
Methods in org.gcube.resourcemanagement.support.shared.operations that return UserGroup Modifier and Type Method Description UserGroup[]SupportedOperations. getPermissions()Methods in org.gcube.resourcemanagement.support.shared.operations with parameters of type UserGroup Modifier and Type Method Description booleanSupportedOperations. isAllowed(UserGroup permission)States if a group is allowed to execute an operation. -
Uses of UserGroup in org.gcube.resourcemanagement.support.shared.types
Methods in org.gcube.resourcemanagement.support.shared.types that return UserGroup Modifier and Type Method Description static UserGroupUserGroup. valueOf(String name)Returns the enum constant of this type with the specified name.static UserGroup[]UserGroup. values()Returns an array containing the constants of this enum type, in the order they are declared.
-