Uses of Enum Class
cz.metacentrum.perun.core.api.RoleObject
Packages that use RoleObject
-
Uses of RoleObject in cz.metacentrum.perun.core.api
Subclasses with type arguments of type RoleObject in cz.metacentrum.perun.core.apiModifier and TypeClassDescriptionenumRepresents objects, upon which Perun roles can be set, e.g. role RESOURCEADMIN can be set upon Resource, Vo, Facility or no object (None).Methods in cz.metacentrum.perun.core.api that return RoleObjectModifier and TypeMethodDescriptionAttributePolicy.getObject()static RoleObjectReturns the enum constant of this class with the specified name.static RoleObject[]RoleObject.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in cz.metacentrum.perun.core.api with parameters of type RoleObjectConstructors in cz.metacentrum.perun.core.api with parameters of type RoleObjectModifierConstructorDescriptionAttributePolicy(int id, String role, RoleObject object, int policyCollectionId)