Uses of Enum Class
cz.metacentrum.perun.core.api.ActionType
Packages that use ActionType
Package
Description
Exceptions.
-
Uses of ActionType in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return ActionTypeModifier and TypeMethodDescriptionstatic ActionType
Returns the enum constant of this class with the specified name.static ActionType[]
ActionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in cz.metacentrum.perun.core.api that return types with arguments of type ActionTypeMethods in cz.metacentrum.perun.core.api with parameters of type ActionTypeModifier and TypeMethodDescriptionstatic boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Facility facility) Checks if the principal is authorized to do some action of facility attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Group group) Checks if the principal is authorized to do some action of group attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Group group, Resource resource) Checks if the principal is authorized to do some action of group-resource attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Host host) Checks if the principal is authorized to do some action of host attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Member member) Checks if the principal is authorized to do some action of member attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Member member, Group group) Checks if the principal is authorized to do some action of member-group attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Member member, Resource resource) Checks if the principal is authorized to do some action of resource-member attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, PerunBean bean) Checks if the principal is authorized to do some action of PerunBean attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Resource resource) Checks if the principal is authorized to do some action of resource attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, User user) Checks if the principal is authorized to do some action of user attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, UserExtSource ues) Checks if the principal is authorized to do some action of ues attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, User user, Facility facility) Checks if the principal is authorized to do some action of user-facility attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Vo vo) Checks if the principal is authorized to do some action of vo attribute.static boolean
AuthzResolver.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, String key) Checks if the principal is authorized to do some action of entityless attribute.Method parameters in cz.metacentrum.perun.core.api with type arguments of type ActionTypeConstructor parameters in cz.metacentrum.perun.core.api with type arguments of type ActionTypeModifierConstructorDescriptionAttributeRights
(int attributeId, String role, List<ActionType> rights) -
Uses of ActionType in cz.metacentrum.perun.core.api.exceptions
Methods in cz.metacentrum.perun.core.api.exceptions that return ActionTypeModifier and TypeMethodDescriptionActionTypeNotExistsException.getActionType()
Getter for ActionTypeConstructors in cz.metacentrum.perun.core.api.exceptions with parameters of type ActionTypeModifierConstructorDescriptionActionTypeNotExistsException
(ActionType actionType) Constructor with an ActionType -
Uses of ActionType in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl with parameters of type ActionTypeModifier and TypeMethodDescriptionvoid
AttributesManagerBl.checkActionTypeExists
(PerunSession sess, ActionType actionType) Check if actionType exists in underlaying data source. -
Uses of ActionType in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type ActionTypeModifier and TypeMethodDescriptionstatic Map<String,
Set<ActionType>> AuthzResolverBlImpl.getRolesWhichCanWorkWithAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef) Return map of roles, with allowed actions, which are authorized for doing "action" on "attribute".Methods in cz.metacentrum.perun.core.blImpl with parameters of type ActionTypeModifier and TypeMethodDescriptionvoid
AttributesManagerBlImpl.checkActionTypeExists
(PerunSession sess, ActionType actionType) static Map<String,
Set<ActionType>> AuthzResolverBlImpl.getRolesWhichCanWorkWithAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef) Return map of roles, with allowed actions, which are authorized for doing "action" on "attribute".static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Facility facility) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Group group) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Group group, Resource resource) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Host host) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Member member) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Member member, Group group) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Member member, Resource resource) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Resource resource) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, User user) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, UserExtSource ues) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, User user, Facility facility) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, Vo vo) static boolean
AuthzResolverBlImpl.isAuthorizedForAttribute
(PerunSession sess, ActionType actionType, AttributeDefinition attrDef, String key) -
Uses of ActionType in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that return types with arguments of type ActionTypeModifier and TypeMethodDescriptionstatic Map<String,
Set<ActionType>> AuthzResolverImpl.getRolesWhichCanWorkWithAttribute
(ActionType actionType, AttributeDefinition attrDef) Methods in cz.metacentrum.perun.core.impl with parameters of type ActionTypeModifier and TypeMethodDescriptionvoid
AttributesManagerImpl.checkActionTypeExists
(PerunSession sess, ActionType actionType) static Map<String,
Set<ActionType>> AuthzResolverImpl.getRolesWhichCanWorkWithAttribute
(ActionType actionType, AttributeDefinition attrDef) -
Uses of ActionType in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi with parameters of type ActionTypeModifier and TypeMethodDescriptionvoid
AttributesManagerImplApi.checkActionTypeExists
(PerunSession sess, ActionType actionType) Check if actionType exists in underlaying data source.