Uses of Class
cz.metacentrum.perun.core.api.exceptions.WrongReferenceAttributeValueException
Packages that use WrongReferenceAttributeValueException
Package
Description
-
Uses of WrongReferenceAttributeValueException in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that throw WrongReferenceAttributeValueExceptionModifier and TypeMethodDescriptionvoid
ResourcesManager.activateGroupResourceAssignment
(PerunSession session, Group group, Resource resource, boolean async) Try to activate the group-resource status.void
GroupsManager.addMember
(PerunSession perunSession, Group group, Member member) Adds member of the VO to the group in the same VO.void
GroupsManager.addMember
(PerunSession perunSession, List<Group> groups, Member member) Adds member of the VO to the groups in the same VO.void
MembersManager.addMemberCandidates
(PerunSession sess, Vo vo, List<MemberCandidate> candidates) Add member candidates.void
MembersManager.addMemberCandidates
(PerunSession sess, Vo vo, List<MemberCandidate> candidates, Group group) Add member candidates to Group.void
GroupsManager.addMembers
(PerunSession perunSession, Group group, List<Member> members) Adds members of the VO to the group in the same VO.UsersManager.addUserExtSourceWithAttributes
(PerunSession sess, User user, UserExtSource userExtSource, List<Attribute> uesAttributes) Adds userExternalSource to the user along with the ues attributes.void
ResourcesManager.assignGroupsToResource
(PerunSession perunSession, List<Group> groups, Resource resource, boolean async, boolean assignInactive, boolean autoAssignSubgroups) Assign groups to a resource.void
ResourcesManager.assignGroupToResource
(PerunSession perunSession, Group group, Resource resource, boolean async, boolean assignInactive, boolean autoAssignSubgroups) Assign group to a resource.void
ResourcesManager.assignGroupToResources
(PerunSession perunSession, Group group, List<Resource> resources, boolean async, boolean assignInactive, boolean autoAssignSubgroups) Assign group to the resources.void
ResourcesManager.assignService
(PerunSession perunSession, Resource resource, Service service) Assign service to resource.void
ResourcesManager.assignServices
(PerunSession perunSession, Resource resource, List<Service> services) Assign services to resource.void
ResourcesManager.assignServicesPackage
(PerunSession perunSession, Resource resource, ServicesPackage servicesPackage) Assign all services from services package to resouce.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Facility facility, Attribute attribute) Check if value of this facility attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Facility facility, User user, Attribute attribute) Check if value of this user-facility attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Group group, Attribute attribute) Checks if value of this group attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Member member, Attribute attribute) Check if value of this member attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Member member, Resource resource, Attribute attribute) Check if value of this member-resource attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Resource resource, Attribute attribute) Check if value of this resource attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Resource resource, Group group, Attribute attribute) Checks if value of this group-resource attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, User user, Attribute attribute) Check if value of this user attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Vo vo, Attribute attribute) Check if value of this vo attribute has valid semantics.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Check if value of attributes has valid semantics.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on themvoid
AttributesManager.checkAttributesSemantics
(PerunSession sess, Facility facility, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Member member, Group group, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Member member, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on themvoid
AttributesManager.checkAttributesSemantics
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Resource resource, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, User user, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Vo vo, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
FacilitiesManager.copyAttributes
(PerunSession sess, Facility sourceFacility, Facility destinationFacility) Copy all attributes of the source facility to the destination facility.void
ResourcesManager.copyAttributes
(PerunSession sess, Resource sourceResource, Resource destinationResource) Copy all attributes of the source resource to the destination resource.void
GroupsManager.copyMembers
(PerunSession sess, Group sourceGroup, List<Group> destinationGroups, List<Member> members) Copies direct members from one group to other groups in the same VO.void
ResourcesManager.copyServices
(PerunSession sess, Resource sourceResource, Resource destinationResource) Copy all services of the source resource to the destination resource.GroupsManager.createGroupUnion
(PerunSession sess, Group resultGroup, Group operandGroup) Performs union operation on two groups.MembersManager.createMember
(PerunSession sess, Vo vo, Candidate candidate) Creates a new member from candidate returned by the method VosManager.findCandidates which fills Candidate .userExtSource.MembersManager.createMember
(PerunSession sess, Vo vo, Candidate candidate, List<Group> groups) Creates a new member from candidate returned by the method VosManager.findCandidates which fills Candidate .userExtSource.MembersManager.createMember
(PerunSession sess, Vo vo, ExtSource extSource, String login) Create new member from user by login and ExtSource.MembersManager.createMember
(PerunSession sess, Vo vo, ExtSource extSource, String login, List<Group> groups) Create new member from user by login and ExtSource.MembersManager.createMember
(PerunSession sess, Vo vo, User user) Creates a new member from user.MembersManager.createMember
(PerunSession sess, Vo vo, User user, List<Group> groups) Creates a new member from user.MembersManager.createMember
(PerunSession sess, Vo vo, String extSourceName, String extSourceType, int extSourceLoa, String login, Candidate candidate) Creates a new member and sets all member's attributes from the candidate.MembersManager.createMember
(PerunSession sess, Vo vo, String extSourceName, String extSourceType, int extSourceLoa, String login, Candidate candidate, List<Group> groups) Creates a new member and sets all member's attributes from the candidate.MembersManager.createMember
(PerunSession sess, Vo vo, String extSourceName, String extSourceType, String login, Candidate candidate) Creates a new member and sets all member's attributes from the candidate.MembersManager.createMember
(PerunSession sess, Vo vo, String extSourceName, String extSourceType, String login, Candidate candidate, List<Group> groups) Creates a new member and sets all member's attributes from the candidate.UsersManager.createServiceUser
(PerunSession sess, Candidate candidate, List<User> specificUserOwners) From given candidate, creates a service user and assign given owners to him.MembersManager.createSpecificMember
(PerunSession sess, Vo vo, Candidate candidate, List<User> specificUserOwners, SpecificUserType specificUserType) Creates a new member from candidate which is prepared for creating specific User In list specificUserOwners can't be specific user, only normal users and sponsored users are allowed.MembersManager.createSpecificMember
(PerunSession sess, Vo vo, Candidate candidate, List<User> specificUserOwners, SpecificUserType specificUserType, List<Group> groups) Creates a new member from candidate which is prepared for creating specificUser In list specificUserOwners can't be specific user, only normal users and sponsored users are allowed.MembersManager.createSponsoredMember
(PerunSession session, SponsoredUserData data, Vo vo, User sponsor, LocalDate validityTo, boolean sendActivationLink, String language, String url) Creates a new sponsored Member and its User.void
AttributesManager.doTheMagic
(PerunSession sess, Member member) PRIVILEGE: Only for PerunAdmin.void
AttributesManager.doTheMagic
(PerunSession sess, Member member, boolean trueMagic) This function takes all member-related attributes (member, user, member-resource, user-facility) and tries to fill them and set them.void
GroupsManager.moveGroup
(PerunSession sess, Group destinationGroup, Group movingGroup) Move one group structure under another group in same vo or as top level groupvoid
AttributesManager.removeAllAttributes
(PerunSession sess, Facility facility) Unset all attributes for the facility.void
AttributesManager.removeAllAttributes
(PerunSession sess, Facility facility, boolean removeAlsoUserFacilityAttributes) Unset all attributes for the facility.void
AttributesManager.removeAllAttributes
(PerunSession sess, Facility facility, User user) Unset all attributes for the user on the facility.void
AttributesManager.removeAllAttributes
(PerunSession sess, Group group) Unset all attributes for the group.void
AttributesManager.removeAllAttributes
(PerunSession sess, Member member) Unset all attributes for the member.void
AttributesManager.removeAllAttributes
(PerunSession sess, Member member, Group group) Unset all attributes for the member in the group.void
AttributesManager.removeAllAttributes
(PerunSession sess, Member member, Resource resource) Unset all attributes for the member on the resource.void
AttributesManager.removeAllAttributes
(PerunSession sess, Resource resource) Unset all attributes for the resource.void
AttributesManager.removeAllAttributes
(PerunSession sess, Resource resource, Group group) Remove all attributes for group on resourcevoid
AttributesManager.removeAllAttributes
(PerunSession sess, Resource resource, Group group, boolean workWithGroupAttributes) Unset all attributes for the group and resource.void
AttributesManager.removeAllAttributes
(PerunSession sess, User user) Unset all attributes for the user.void
AttributesManager.removeAllAttributes
(PerunSession sess, UserExtSource ues) Unset all attributes for the user external source.void
AttributesManager.removeAllAttributes
(PerunSession sess, Vo vo) Unset all attributes for the vo.void
AttributesManager.removeAttribute
(PerunSession sess, Facility facility, AttributeDefinition attribute) Unset particular attribute for the facility.void
AttributesManager.removeAttribute
(PerunSession sess, Facility facility, User user, AttributeDefinition attribute) Unset particular attribute for the user on the facility.void
AttributesManager.removeAttribute
(PerunSession sess, Group group, AttributeDefinition attribute) Unset particular attribute for the group.void
AttributesManager.removeAttribute
(PerunSession sess, Member member, AttributeDefinition attribute) Unset particular attribute for the member.void
AttributesManager.removeAttribute
(PerunSession sess, Member member, Group group, AttributeDefinition attribute) Unset particular attribute for the member in the group.void
AttributesManager.removeAttribute
(PerunSession sess, Member member, Resource resource, AttributeDefinition attribute) Unset particular attribute for the member on the resource.void
AttributesManager.removeAttribute
(PerunSession sess, Resource resource, AttributeDefinition attribute) Unset particular attribute for the resource.void
AttributesManager.removeAttribute
(PerunSession sess, Resource resource, Group group, AttributeDefinition attribute) Unset particular group attribute on the resourcevoid
AttributesManager.removeAttribute
(PerunSession sess, UserExtSource ues, AttributeDefinition attribute) Unset particular attribute for the user external source.void
AttributesManager.removeAttribute
(PerunSession sess, User user, AttributeDefinition attribute) Unset particular attribute for the user.void
AttributesManager.removeAttribute
(PerunSession sess, Vo vo, AttributeDefinition attribute) Unset particular attribute for the vo.void
AttributesManager.removeAttribute
(PerunSession sess, String key, AttributeDefinition attribute) Unset particular entityless attribute with subject equals key.void
AttributesManager.removeAttributes
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<? extends AttributeDefinition> attributes) Unset the member, user, member-group, member-resource and user-facility attributes.void
AttributesManager.removeAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<? extends AttributeDefinition> attributes) Unset the member, user, member-resource and user-facility attributes.void
AttributesManager.removeAttributes
(PerunSession sess, Facility facility, User user, List<? extends AttributeDefinition> attributes) PRIVILEGE: Remove attributes only when principal has access to write on them.void
AttributesManager.removeAttributes
(PerunSession sess, Facility facility, List<? extends AttributeDefinition> attributes) PRIVILEGE: Remove attributes only when principal has access to write on them.void
AttributesManager.removeAttributes
(PerunSession sess, Group group, List<? extends AttributeDefinition> attributes) PRIVILEGE: Remove attributes only when principal has access to write on them.void
AttributesManager.removeAttributes
(PerunSession sess, Member member, boolean workWithUserAttributes, List<? extends AttributeDefinition> attributes) Unset all non-empty attributes associated with the member and if workWithUserAttributes is true, unset all non-empty attributes associated with user, who is this member.void
AttributesManager.removeAttributes
(PerunSession sess, Member member, Group group, List<? extends AttributeDefinition> attributes) PRIVILEGE: Remove attributes only when principal has access to write on them.void
AttributesManager.removeAttributes
(PerunSession sess, Member member, Group group, List<? extends AttributeDefinition> attributes, boolean workWithUserAttributes) PRIVILEGE: Remove attributes only when principal has access to write on them.void
AttributesManager.removeAttributes
(PerunSession sess, Member member, Resource resource, List<? extends AttributeDefinition> attributes) PRIVILEGE: Remove attributes only when principal has access to write on them.void
AttributesManager.removeAttributes
(PerunSession sess, Member member, List<? extends AttributeDefinition> attributes) PRIVILEGE: Remove attributes only when principal has access to write on them.void
AttributesManager.removeAttributes
(PerunSession sess, Resource resource, Group group, List<? extends AttributeDefinition> attributes) PRIVILEGE: Remove attributes only when principal has access to write on them.void
AttributesManager.removeAttributes
(PerunSession sess, Resource resource, Group group, List<? extends AttributeDefinition> attributes, boolean workWithGroupAttributes) Unset the group-resource attributes.void
AttributesManager.removeAttributes
(PerunSession sess, Resource resource, List<? extends AttributeDefinition> attributes) PRIVILEGE: Remove attributes only when principal has access to write on them.void
AttributesManager.removeAttributes
(PerunSession sess, UserExtSource ues, List<? extends AttributeDefinition> attributes) PRIVILEGE: Remove attributes only when principal has access to write on them.void
AttributesManager.removeAttributes
(PerunSession sess, User user, List<? extends AttributeDefinition> attributes) PRIVILEGE: Remove attributes only when principal has access to write on them.void
AttributesManager.removeAttributes
(PerunSession sess, Vo vo, List<? extends AttributeDefinition> attributes) PRIVILEGE: Remove attributes only when principal has access to write on them.void
AttributesManager.setAttribute
(PerunSession sess, Facility facility, Attribute attribute) Store the particular attribute associated with the facility.void
AttributesManager.setAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) Store the attribute associated with the facility and user combination.void
AttributesManager.setAttribute
(PerunSession sess, Group group, Attribute attribute) Store the particular attribute associated with the group.void
AttributesManager.setAttribute
(PerunSession sess, Member member, Attribute attribute) Store the particular attribute associated with the member.void
AttributesManager.setAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) Store the particular attribute associated with the group and member combination.void
AttributesManager.setAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) Store the particular attribute associated with the resource and member combination.void
AttributesManager.setAttribute
(PerunSession sess, Resource resource, Attribute attribute) Store the particular attribute associated with the resource.void
AttributesManager.setAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) Stores attribute associated with group resource combination.void
AttributesManager.setAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) Store the attribute associated with the user external source.void
AttributesManager.setAttribute
(PerunSession sess, User user, Attribute attribute) Store the attribute associated with the user.void
AttributesManager.setAttribute
(PerunSession sess, Vo vo, Attribute attribute) Store the particular attribute associated with the vo.void
AttributesManager.setAttribute
(PerunSession sess, String key, Attribute attribute) Stores entityless attribute (associateed witk string key).void
AttributesManager.setAttributes
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<Attribute> attributes) Store the member, user, member-group, member-resource and user-facility attributes.void
AttributesManager.setAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Store the member, user, member-resource and user-facility attributes.void
AttributesManager.setAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) Store the attributes associated with the facility and user combination.void
AttributesManager.setAttributes
(PerunSession sess, Facility facility, List<Attribute> attributes) Store the attributes associated with the facility.void
AttributesManager.setAttributes
(PerunSession sess, Group group, List<Attribute> attributes) Store the attributes associated with the group.void
AttributesManager.setAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes) Store the attributes associated with the member and group combination.void
AttributesManager.setAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) Store the attributes associated with the member and group combination.void
AttributesManager.setAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) Store the attributes associated with the resource and member combination.void
AttributesManager.setAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) Store the attributes associated with the resource and member combination.void
AttributesManager.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes) Store the attributes associated with the resource.void
AttributesManager.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes, boolean workWithUserAttributes) Store the attributes associated with member and user (which we get from this member) if workWithUserAttributes is true.void
AttributesManager.setAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) Store the attributes associated with the group on resource.void
AttributesManager.setAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttributes) Store the attributes associated with group and resource if workWithUserAttributes is true then also from group itself.void
AttributesManager.setAttributes
(PerunSession sess, Resource resource, List<Attribute> attributes) Store the attributes associated with the resource.void
AttributesManager.setAttributes
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) Store the attributes associated with the user external source.void
AttributesManager.setAttributes
(PerunSession sess, User user, List<Attribute> attributes) Store the attributes associated with the user.void
AttributesManager.setAttributes
(PerunSession sess, Vo vo, List<Attribute> attributes) Store the attributes associated with the vo.MembersManager.setSponsoredMember
(PerunSession session, Vo vo, User userToBeSponsored, String namespace, String password, String login, User sponsor, LocalDate validityTo) Creates a sponsored membership for the given user.MembersManager.setStatus
(PerunSession sess, Member member, Status status) Set status of the member to specified status.UsersManager.validatePreferredEmailChange
(PerunSession sess, User user, UUID token) Validate change of user's preferred email address. -
Uses of WrongReferenceAttributeValueException in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that throw WrongReferenceAttributeValueExceptionModifier and TypeMethodDescriptionvoid
ResourcesManagerBl.activateGroupResourceAssignment
(PerunSession sess, Group group, Resource resource, boolean async) Try to activate the group-resource status.void
GroupsManagerBl.addMember
(PerunSession perunSession, Group group, Member member) Adds member of the VO to the group in the same VO.void
GroupsManagerBl.addMember
(PerunSession perunSession, List<Group> groups, Member member) Adds member of the VO to the groups in the same VO.void
GroupsManagerBl.addMembers
(PerunSession perunSession, Group group, List<Member> members) Adds members of the VO to the group in the same VO.void
GroupsManagerBl.addMemberToMembersGroup
(PerunSession perunSession, Group group, Member member) Special addMember which is able to add members into the members and administrators group.void
GroupsManagerBl.addRelationMembers
(PerunSession sess, Group resultGroup, List<Member> changedMembers, int sourceGroupId) Method recalculates all relations between groups.void
ResourcesManagerBl.assignAutomaticGroupToResource
(PerunSession perunSession, Group sourceGroup, Group groupToAssign, Resource resource) Asynchronously assigns single subgroup to resource as automatically assigned source group's subgroup.void
ResourcesManagerBl.assignGroupsToResource
(PerunSession perunSession, Iterable<Group> groups, Resource resource, boolean async, boolean assignInactive, boolean autoAssignSubgroups) Assign groups to a resource.void
ResourcesManagerBl.assignGroupToResource
(PerunSession perunSession, Group group, Resource resource, boolean async, boolean assignInactive, boolean autoAssignSubgroups) Assign group to a resource.void
ResourcesManagerBl.assignGroupToResources
(PerunSession perunSession, Group group, List<Resource> resources, boolean async, boolean assignInactive, boolean autoAssignSubgroups) Assign group to the resources.void
ResourcesManagerBl.assignService
(PerunSession perunSession, Resource resource, Service service) Assign service to resource.void
ResourcesManagerBl.assignServices
(PerunSession perunSession, Resource resource, List<Service> services) Assign services to resource.void
ResourcesManagerBl.assignServicesPackage
(PerunSession perunSession, Resource resource, ServicesPackage servicesPackage) Assign all services from services package to resource.void
AttributesManagerBl.checkAttributeDependencies
(PerunSession sess, RichAttribute richAttr) This method check validity of value on all attributes which depends on the attributes in richAttr object.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Facility facility, Attribute attribute) Check if value of this facility attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Facility facility, User user, Attribute attribute) Check if value of this user-facility attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Group group, Attribute attribute) Check if value of this group attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Member member, Attribute attribute) Check if value of this member attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Member member, Resource resource, Attribute attribute) Check if value of this member-resource attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Resource resource, Attribute attribute) Check if value of this resource attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Resource resource, Group group, Attribute attribute) Check if value of this group-resource attribute has valid semanticsvoid
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, User user, Attribute attribute) Check if value of this user attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Vo vo, Attribute attribute) Check if value of this vo attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, String key, Attribute attribute) Check if the value of this entityless attribute has valid semanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<Attribute> attributes) Check if value of attributes has valid semantics.void
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Check if value of attributes has valid semantics.void
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Facility facility, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Group group, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Member member, Group group, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Member mber, Resource resource, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Member member, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Resource resource, Group group, List<Attribute> attribute) batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Resource resource, Group group, List<Attribute> attribute, boolean workWithGroupAttribute) batch version of checkAttributeSemantics with workWithGroupAttributes parameter If workWithGroupAttributes is true, checks whether attribute is group-resource or group attribute.void
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Resource resource, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, User user, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Vo vo, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
ModulesUtilsBl.checkAttributeValueIsIncludedOrSubgroupId
(PerunSessionImpl sess, Group group, Attribute attribute) Checks whether all values of attribute are ids of group's included groups or subgroups.void
ModulesUtilsBl.checkIfGIDIsWithinRange
(PerunSessionImpl sess, Attribute attribute) Check if gid in arguments is free in the namespacevoid
FacilitiesManagerBl.copyAttributes
(PerunSession sess, Facility sourceFacility, Facility destinationFacility) Copy all attributes of the source facility to the destination facility.void
ResourcesManagerBl.copyAttributes
(PerunSession sess, Resource sourceResource, Resource destinationResource) Copy all attributes of the source resource to the destination resource.void
GroupsManagerBl.copyMembers
(PerunSession sess, Group sourceGroup, List<Group> destinationGroups, List<Member> members) Copies direct members from one group to other groups in the same VO.void
ResourcesManagerBl.copyServices
(PerunSession sess, Resource sourceResource, Resource destinationResource) Copy all services of the source resource to the destination resource.GroupsManagerBl.createGroupUnion
(PerunSession sess, Group resultGroup, Group operandGroup, boolean parentFlag) Performs union operation on two groups.MembersManagerBl.createMember
(PerunSession sess, Vo vo, Candidate candidate) Creates a new member from candidate returned by the method VosManager.findCandidates which fills Candidate .userExtSource.MembersManagerBl.createMember
(PerunSession sess, Vo vo, Candidate candidate, List<Group> groups) Creates a new member from candidate returned by the method VosManager.findCandidates which fills Candidate .userExtSource.MembersManagerBl.createMember
(PerunSession sess, Vo vo, ExtSource extSource, String login, List<Group> groups) Create new member from user by login and ExtSource.MembersManagerBl.createMember
(PerunSession sess, Vo vo, SpecificUserType specificUserType, Candidate candidate) Creates a new member from candidate returned by the method VosManager.findCandidates which fills Candidate .userExtSource.MembersManagerBl.createMember
(PerunSession sess, Vo vo, SpecificUserType specificUserType, Candidate candidate, List<Group> groups, List<String> overwriteUserAttributes) Creates a new member from candidate returned by the method VosManager.findCandidates which fills Candidate .userExtSource.MembersManagerBl.createMember
(PerunSession sess, Vo vo, User user) Creates a new member from user.MembersManagerBl.createMember
(PerunSession sess, Vo vo, User user, List<Group> groups) Creates a new member from user.MembersManagerBl.createMember
(PerunSession sess, Vo vo, String extSourceName, String extSourceType, int extSourceLoa, String login, Candidate candidate) Creates a new member and sets all member's attributes from the candidate.MembersManagerBl.createMember
(PerunSession sess, Vo vo, String extSourceName, String extSourceType, int extSourceLoa, String login, Candidate candidate, List<Group> groups) Creates a new member and sets all member's attributes from the candidate.MembersManagerBl.createMember
(PerunSession sess, Vo vo, String extSourceName, String extSourceType, String login, Candidate candidate) Creates a new member and sets all member's attributes from the candidate.MembersManagerBl.createMember
(PerunSession sess, Vo vo, String extSourceName, String extSourceType, String login, Candidate candidate, List<Group> groups) Creates a new member and sets all member's attributes from the candidate.MembersManagerBl.createMemberSync
(PerunSession sess, Vo vo, Candidate candidate) Creates member.MembersManagerBl.createMemberSync
(PerunSession sess, Vo vo, Candidate candidate, List<Group> groups) Creates member.MembersManagerBl.createMemberSync
(PerunSession sess, Vo vo, Candidate candidate, List<Group> groups, List<String> overwriteUserAttributes) Creates member.MembersManagerBl.createServiceMember
(PerunSession sess, Vo vo, Candidate candidate, List<User> owners) Creates a new member from candidate which is prepared for creating service user.MembersManagerBl.createServiceMember
(PerunSession sess, Vo vo, Candidate candidate, List<User> owners, List<Group> groups) Creates a new member from candidate which is prepared for creating service user.UsersManagerBl.createServiceUser
(PerunSession sess, Candidate candidate, List<User> owners) From given candidate, creates a service user and assign given owners to him.MembersManagerBl.createSponsoredMember
(PerunSession session, SponsoredUserData data, Vo vo, User sponsor, LocalDate validityTo, boolean sendActivationLink, String language, String url, Validation validation) Creates a new sponsored member.UsersManagerBl.createUser
(PerunSession sess, Candidate candidate) From given candidate, creates a user.void
AttributesManagerBl.doTheMagic
(PerunSession sess, Member member) Same as doTheMagic(sess, member, false);void
AttributesManagerBl.doTheMagic
(PerunSession sess, Member member, boolean trueMagic) This function takes all member-related attributes (member, user, member-resource, user-facility) and tries to fill them and set them.MembersManagerBl.expireMember
(PerunSession sess, Member member) Set member's status to expired.void
AttributesManagerBl.forceCheckAttributeSemantics
(PerunSession sess, Group group, Attribute attribute) Check if value of this group attribute has valid semantics no matter if attribute is required or not.void
AttributesManagerBl.forceCheckAttributeSemantics
(PerunSession sess, Resource resource, Attribute attribute) Check if value of this resource attribute has valid semantics no matter if attribute is required or not.void
AttributesManagerBl.forceCheckAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Check if value of attributes has valid semantics.ModulesUtilsBl.getGoogleGroupNameNamespaceAttributeWithNotNullValue
(PerunSessionImpl sess, Resource resource) Get value of attribute A_F_Def_googleGroupName-Namespace If this value is null, throw WrongReferenceAttributeValueExceptionModulesUtilsBl.getSetOfGroupNameNamespacesWhereFacilitiesHasTheSameGIDNamespace
(PerunSessionImpl sess, List<Facility> facilities, Attribute unixGroupNameNamespace) Get list of facilities and namespace of group or resource attribute unixGID-namespace and if any facility has unixGID-namespace with same value like this namespace of unixGIDNamespace attribute then get unixGroupName-namespace of this facility and save it to the hashSet of these namespaces.ModulesUtilsBl.getUnixGIDNamespaceAttributeWithNotNullValue
(PerunSessionImpl sess, Resource resource) Get value of attribute A_F_Def_unixGID-Namespace If this value is null, throw WrongReferenceAttributeValueExceptionModulesUtilsBl.getUnixGroupNameNamespaceAttributeWithNotNullValue
(PerunSessionImpl sess, Resource resource) Get value of attribute A_F_Def_unixGroupName-Namespace If this value is null, throw WrongReferenceAttributeValueExceptionboolean
ModulesUtilsBl.isGroupUnixGIDNamespaceFillable
(PerunSessionImpl sess, Group group, Attribute groupUnixGIDNamespace) This method return true if there exists some Facility (get from assigned resources) where is facility_unixGID-namespace attribute with value same like group_unixGID-namespace namespace and if the group has unixGroupName-namespace with notNull value in the same namespace like value of attribute facility_unixGroupName-namespace.void
AttributesManagerBl.mergeAttributesValues
(PerunSession sess, Member member, List<Attribute> attributes) Merges attributes values if the attribute type is list or map.void
AttributesManagerBl.mergeAttributesValues
(PerunSession sess, User user, List<Attribute> attributes) Merges attributes values if the attribute type is list or map.AttributesManagerBl.mergeAttributeValue
(PerunSession sess, Group group, Attribute attribute) Merges attribute value if the attribute type is list or map.AttributesManagerBl.mergeAttributeValue
(PerunSession sess, Member member, Attribute attribute) Merges attribute value if the attribute type is list or map.AttributesManagerBl.mergeAttributeValue
(PerunSession sess, User user, Attribute attribute) Merges attribute value if the attribute type is list or map.AttributesManagerBl.mergeAttributeValueInNestedTransaction
(PerunSession sess, Member member, Attribute attribute) Merges attribute value if the attribute type is list or map.AttributesManagerBl.mergeAttributeValueInNestedTransaction
(PerunSession sess, User user, Attribute attribute) Merges attribute value if the attribute type is list or map.void
GroupsManagerBl.moveGroup
(PerunSession sess, Group destinationGroup, Group movingGroup) Move one group structure under another group in same vo or as top level groupvoid
AttributesManagerBl.removeAllAttributes
(PerunSession sess, Facility facility) Unset all attributes for the facility.void
AttributesManagerBl.removeAllAttributes
(PerunSession sess, Facility facility, boolean removeAlsoUserFacilityAttributes) Unset all attributes for the facility.void
AttributesManagerBl.removeAllAttributes
(PerunSession sess, Facility facility, User user) Unset all attributes (user-facility) for the user on the facility.void
AttributesManagerBl.removeAllAttributes
(PerunSession sess, Group group) Unset all attributes for the group.void
AttributesManagerBl.removeAllAttributes
(PerunSession sess, Member member) Unset all attributes for the member.void
AttributesManagerBl.removeAllAttributes
(PerunSession sess, Member member, Group group) Unset all attributes for the member in the group.void
AttributesManagerBl.removeAllAttributes
(PerunSession sess, Member member, Resource resource) Unset all attributes for the member on the resource.void
AttributesManagerBl.removeAllAttributes
(PerunSession sess, Resource resource) Unset all attributes for the resource.void
AttributesManagerBl.removeAllAttributes
(PerunSession sess, Resource resource, Group group) Unset all group-resource attributesvoid
AttributesManagerBl.removeAllAttributes
(PerunSession sess, Resource resource, Group group, boolean workWithGroupAttributes) Unset all attributes for the group and resource.void
AttributesManagerBl.removeAllAttributes
(PerunSession sess, User user) Unset all attributes for the user.void
AttributesManagerBl.removeAllAttributes
(PerunSession sess, UserExtSource ues) Unset all attributes for the user external source.void
AttributesManagerBl.removeAllAttributes
(PerunSession sess, Vo vo) Unset all attributes for the vo.void
AttributesManagerBl.removeAllGroupResourceAttributes
(PerunSession sess, Resource resource) Remove all non-virtual group-resource attributes assigned to resourcevoid
AttributesManagerBl.removeAllUserFacilityAttributes
(PerunSession sess, User user) Unset all non-virtual user-facility attributes for the user and all facilitiesvoid
AttributesManagerBl.removeAttribute
(PerunSession sess, Facility facility, AttributeDefinition attribute) Unset particular attribute for the facility.void
AttributesManagerBl.removeAttribute
(PerunSession sess, Facility facility, User user, AttributeDefinition attribute) Unset particular attribute for the user on the facility.void
AttributesManagerBl.removeAttribute
(PerunSession sess, Group group, AttributeDefinition attribute) Unset particular attribute for the group.void
AttributesManagerBl.removeAttribute
(PerunSession sess, Member member, AttributeDefinition attribute) Unset particular attribute for the member.void
AttributesManagerBl.removeAttribute
(PerunSession sess, Member member, Group group, AttributeDefinition attribute) Unset particular attribute for the member in the group.void
AttributesManagerBl.removeAttribute
(PerunSession sess, Member member, Resource resource, AttributeDefinition attribute) Unset particular attribute for the member on the resource.boolean
AttributesManagerBl.removeAttribute
(PerunSession sess, Resource resource, AttributeDefinition attribute) Unset particular attribute for the resource.void
AttributesManagerBl.removeAttribute
(PerunSession sess, Resource resource, Group group, AttributeDefinition attribute) Unset particular group-resource attributevoid
AttributesManagerBl.removeAttribute
(PerunSession sess, UserExtSource ues, AttributeDefinition attribute) Unset particular attribute for the user external source.void
AttributesManagerBl.removeAttribute
(PerunSession sess, User user, AttributeDefinition attribute) Unset particular attribute for the user.void
AttributesManagerBl.removeAttribute
(PerunSession sess, Vo vo, AttributeDefinition attribute) Unset particular attribute for the vo.void
AttributesManagerBl.removeAttribute
(PerunSession sess, String key, AttributeDefinition attribute) Unset particular entityless attribute with subject equals key.void
AttributesManagerBl.removeAttributes
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<? extends AttributeDefinition> attributes) Unset the member, user, member-group, member-resource and user-facility attributes.void
AttributesManagerBl.removeAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<? extends AttributeDefinition> attributes) Unset the member, user, member-resource and user-facility attributes.void
AttributesManagerBl.removeAttributes
(PerunSession sess, Facility facility, User user, List<? extends AttributeDefinition> attributes) Batch version of removeAttribute.void
AttributesManagerBl.removeAttributes
(PerunSession sess, Facility facility, List<? extends AttributeDefinition> attributes) Batch version of removeAttribute.void
AttributesManagerBl.removeAttributes
(PerunSession sess, Group group, List<? extends AttributeDefinition> attributes) Batch version of removeAttribute.void
AttributesManagerBl.removeAttributes
(PerunSession sess, Member member, boolean workWithUserAttributes, List<? extends AttributeDefinition> attributes) Unset all non-empty attributes associated with the member and if workWithUserAttributes is true, unset all non-empty attributes associated with user, who is this member.void
AttributesManagerBl.removeAttributes
(PerunSession sess, Member member, Group group, List<? extends AttributeDefinition> attributes) Batch version of removeAttribute.void
AttributesManagerBl.removeAttributes
(PerunSession sess, Member member, Group group, List<? extends AttributeDefinition> attributes, boolean workWithUserAttributes) void
AttributesManagerBl.removeAttributes
(PerunSession sess, Member member, Resource resource, List<? extends AttributeDefinition> attributes) Batch version of removeAttribute.void
AttributesManagerBl.removeAttributes
(PerunSession sess, Member member, List<? extends AttributeDefinition> attributes) Batch version of removeAttribute.void
AttributesManagerBl.removeAttributes
(PerunSession sess, Resource resource, Group group, List<? extends AttributeDefinition> attribute) Batch version of removeAttribute.void
AttributesManagerBl.removeAttributes
(PerunSession sess, Resource resource, Group group, List<? extends AttributeDefinition> attributes, boolean workWithGroupAttributes) Unset the group_resource attributes.void
AttributesManagerBl.removeAttributes
(PerunSession sess, Resource resource, List<? extends AttributeDefinition> attributes) Batch version of removeAttribute.void
AttributesManagerBl.removeAttributes
(PerunSession sess, UserExtSource ues, List<? extends AttributeDefinition> attributes) Batch version of removeAttribute.void
AttributesManagerBl.removeAttributes
(PerunSession sess, User user, List<? extends AttributeDefinition> attributes) Batch version of removeAttribute.void
AttributesManagerBl.removeAttributes
(PerunSession sess, Vo vo, List<? extends AttributeDefinition> attributes) Batch version of removeAttribute.boolean
AttributesManagerBl.removeAttributeWithoutCheck
(PerunSession sess, Member member, Resource resource, AttributeDefinition attribute) Unset all attributes for the member-resource without check of value.void
GroupsManagerBl.removeMemberFromMembersOrAdministratorsGroup
(PerunSession perunSession, Group group, Member member) Removes member from members or administrators group only.void
GroupsManagerBl.removeRelationMembers
(PerunSession sess, Group resultGroup, List<Member> changedMembers, int sourceGroupId) Method recalculates all relations between groups.void
GroupsManagerBl.saveInformationAboutGroupStructureSynchronizationInNestedTransaction
(PerunSession sess, Group group, boolean failedDueToException, String exceptionMessage) This method will set timestamp, state and exceptionMessage to group attributes for the group structure.void
GroupsManagerBl.saveInformationAboutGroupStructureSynchronizationInNewTransaction
(PerunSession sess, Group group, boolean failedDueToException, String exceptionMessage) This method will set timestamp, state and exceptionMessage to group attributes for the group structure.void
GroupsManagerBl.saveInformationAboutGroupSynchronizationInNestedTransaction
(PerunSession sess, Group group, long startTime, boolean failedDueToException, String exceptionMessage) This method will set timestamp, synchronization start time and exceptionMessage to group attributes for the group.void
GroupsManagerBl.saveInformationAboutGroupSynchronizationInNewTransaction
(PerunSession sess, Group group, long startTime, boolean failedDueToException, String exceptionMessage) This method will set timestamp, synchronization start time and exceptionMessage to group attributes for the group.void
AttributesManagerBl.setAttribute
(PerunSession sess, Facility facility, Attribute attribute) Store the particular attribute associated with the facility.void
AttributesManagerBl.setAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) Store the attribute associated with the facility and user combination.void
AttributesManagerBl.setAttribute
(PerunSession sess, Group group, Attribute attribute) Store the particular attribute associated with the group.void
AttributesManagerBl.setAttribute
(PerunSession sess, Host host, Attribute attribute) Store the attribute associated with the host.void
AttributesManagerBl.setAttribute
(PerunSession sess, Member member, Attribute attribute) Store the particular attribute associated with the member.void
AttributesManagerBl.setAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) Store the particular attribute associated with the group and member combination.void
AttributesManagerBl.setAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) Store the particular attribute associated with the resource and member combination.void
AttributesManagerBl.setAttribute
(PerunSession sess, Resource resource, Attribute attribute) Store the particular attribute associated with the resource.void
AttributesManagerBl.setAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) Store the group-resource attributevoid
AttributesManagerBl.setAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) Store the attribute associated with the user external source.void
AttributesManagerBl.setAttribute
(PerunSession sess, User user, Attribute attribute) Store the attribute associated with the user.void
AttributesManagerBl.setAttribute
(PerunSession sess, Vo vo, Attribute attribute) Store the particular attribute associated with the vo.void
AttributesManagerBl.setAttribute
(PerunSession sess, String key, Attribute attribute) Stores entityless attribute (associated with string key).void
AttributesManagerBl.setAttributeInNestedTransaction
(PerunSession sess, Group group, Attribute attribute) Store the particular attribute associated with the group.void
AttributesManagerBl.setAttributeInNestedTransaction
(PerunSession sess, Member member, Attribute attribute) Store the particular attribute associated with the member.void
AttributesManagerBl.setAttributeInNestedTransaction
(PerunSession sess, Member member, Group group, Attribute attribute) Store the particular attribute associated with the member-group relationship.void
AttributesManagerBl.setAttributeInNestedTransaction
(PerunSession sess, UserExtSource ues, Attribute attribute) Store the particular attribute associated with the user external source.void
AttributesManagerBl.setAttributeInNestedTransaction
(PerunSession sess, User user, Attribute attribute) Store the attribute associated with the user.void
AttributesManagerBl.setAttributes
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<Attribute> attributes) Store the member, user, member-group, member-resource and user-facility attributes.void
AttributesManagerBl.setAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Store the member, user, member-resource and user-facility attributes.void
AttributesManagerBl.setAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) Store the attributes associated with the facility and user combination.void
AttributesManagerBl.setAttributes
(PerunSession sess, Facility facility, List<Attribute> attributes) Store the attributes associated with the facility.void
AttributesManagerBl.setAttributes
(PerunSession sess, Group group, List<Attribute> attributes) Store the attributes associated with the group.void
AttributesManagerBl.setAttributes
(PerunSession sess, Host host, List<Attribute> attributes) Store the attributes associated with the host.void
AttributesManagerBl.setAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes) Store the attributes associated with the group and member combination.void
AttributesManagerBl.setAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) Store the attributes associated with the resource and member combination.void
AttributesManagerBl.setAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) Store the attributes associated with the resource and member combination.void
AttributesManagerBl.setAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) Store the attributes associated with the resource and member combination.void
AttributesManagerBl.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes) Store the attributes associated with the resource.void
AttributesManagerBl.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes, boolean workWithUserAttributes) Store the attributes associated with member and user (which we get from this member) if workWithUserAttributes is true.void
AttributesManagerBl.setAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) Stores the group-resource attributes.void
AttributesManagerBl.setAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttributes) void
AttributesManagerBl.setAttributes
(PerunSession sess, Resource resource, List<Attribute> attributes) Store the attributes associated with the resource.void
AttributesManagerBl.setAttributes
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) Store the attributes associated with the user external source.void
AttributesManagerBl.setAttributes
(PerunSession sess, User user, List<Attribute> attributes) Store the attributes associated with the user.void
AttributesManagerBl.setAttributes
(PerunSession sess, Vo vo, List<Attribute> attributes) Store the attributes associated with the vo.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, Group group, Attribute attribute) Just store the particular attribute associated with the group, doesn't preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, Member member, Attribute attribute) Just store the particular attribute associated with the member, doesn't preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, Member member, Group group, Attribute attribute, boolean workWithUserAttributes) Just store the particular attribute associated with the member-group, doesn't preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, Member member, Resource resource, Attribute attribute, boolean workWithUserAttributes) Just store the particular attribute associated with the member-resource, doesn't preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, Resource resource, Attribute attribute) Just store the particular attribute associated with the resource, doesn't preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, Resource resource, Group group, Attribute attribute) Just store the group-resource attribute, do not preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, User user, Attribute attribute) Just store the attribute associated with the user, doesn't preform any value check.void
MembersManagerBl.setOrganizationsAttributes
(PerunSession sess, Vo vo, Member member) Set memberOrganizations and memberOrganizationsHistory attributes for specific member.void
AttributesManagerBl.setRequiredAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member) Get and set required attribute for member, resource, user and facility.void
AttributesManagerBl.setRequiredAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, boolean forceAttributesChecks) Get and set required attribute for member, resource, user and facility.void
AttributesManagerBl.setRequiredAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Take list of required attributes and set those which are empty and can be filled, then check them all.void
AttributesManagerBl.setRequiredAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes, boolean forceAttributesChecks) Take list of required attributes and set those which are empty and can be filled, then check them all.void
AttributesManagerBl.setRequiredAttributes
(PerunSession sess, Service service, Facility facility, Resource resource, User user, Member member) Get and set required attribute for member, resource, user, facility and specific service.void
AttributesManagerBl.setRequiredAttributes
(PerunSession sess, Service service, Facility facility, Resource resource, User user, Member member, boolean forceAttributesChecks) Get and set required attribute for member, resource, user, facility and specific service.void
AttributesManagerBl.setRequiredAttributes
(PerunSession sess, List<Service> services, Facility facility, Resource resource, User user, Member member, boolean forceAttributesChecks) Get all required attributes for user, user-facility, member and member-resource attributes and set them.MembersManagerBl.setSponsoredMember
(PerunSession session, SponsoredUserData data, Vo vo, User userToBeSponsored, User sponsor, LocalDate validityTo, Validation validation) Creates a sponsored membership for the given user.MembersManagerBl.setSponsoredMember
(PerunSession session, Vo vo, User userToBeSponsored, String namespace, String password, User sponsor, Validation validation) Creates a sponsored membership for the given user.MembersManagerBl.setStatus
(PerunSession sess, Member member, Status status) Set status of the member to specified status.GroupsManagerBl.synchronizeGroupStructure
(PerunSession sess, Group group) Synchronize a group structure with an external source group structure under the group.MembersManagerBl.updateMember
(PerunSession sess, Member member) Update member in underlaying data source.void
MembersManagerBl.updateOrganizationsAttributes
(PerunSession sess, Vo vo, Member member) Update value of memberOrganizations or memberOrganizationsHistory attribute for specific member.MembersManagerBl.validateMember
(PerunSession sess, Member member) Validate all atributes for member and set member's status to VALID.UsersManagerBl.validatePreferredEmailChange
(PerunSession sess, User user, UUID token) Validate change of user's preferred email address. -
Uses of WrongReferenceAttributeValueException in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that throw WrongReferenceAttributeValueExceptionModifier and TypeMethodDescriptionvoid
ResourcesManagerBlImpl.activateGroupResourceAssignment
(PerunSession sess, Group group, Resource resource, boolean async) protected void
GroupsManagerBlImpl.addDirectMember
(PerunSession sess, Group group, Member member) Add a record of the member with a DIRECT membership type to the group.GroupsManagerBlImpl.addIndirectMembers
(PerunSession sess, Group group, List<Member> members, int sourceGroupId) Add records of the members with an INDIRECT membership type to the group.void
GroupsManagerBlImpl.addMember
(PerunSession sess, Group group, Member member) void
GroupsManagerBlImpl.addMember
(PerunSession sess, List<Group> groups, Member member) void
GroupsManagerBlImpl.addMembers
(PerunSession sess, Group group, List<Member> members) void
GroupsManagerBlImpl.addMemberToMembersGroup
(PerunSession sess, Group group, Member member) void
GroupsManagerBlImpl.addRelationMembers
(PerunSession sess, Group resultGroup, List<Member> changedMembers, int sourceGroupId) void
ResourcesManagerBlImpl.assignAutomaticGroupToResource
(PerunSession perunSession, Group sourceGroup, Group groupToAssign, Resource resource) void
ResourcesManagerBlImpl.assignGroupsToResource
(PerunSession perunSession, Iterable<Group> groups, Resource resource, boolean async, boolean assignInactive, boolean autoAssignSubgroups) void
ResourcesManagerBlImpl.assignGroupToResource
(PerunSession sess, Group group, Resource resource, boolean async, boolean assignInactive, boolean autoAssignSubgroups) void
ResourcesManagerBlImpl.assignGroupToResources
(PerunSession perunSession, Group group, List<Resource> resources, boolean async, boolean assignInactive, boolean autoAssignSubgroups) void
ResourcesManagerBlImpl.assignService
(PerunSession sess, Resource resource, Service service) void
ResourcesManagerBlImpl.assignServices
(PerunSession sess, Resource resource, List<Service> services) void
ResourcesManagerBlImpl.assignServicesPackage
(PerunSession sess, Resource resource, ServicesPackage servicesPackage) void
AttributesManagerBlImpl.checkAttributeDependencies
(PerunSession sess, RichAttribute richAttr) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Facility facility, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Member member, Resource resource, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Resource resource, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Resource resource, Group group, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Vo vo, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, String key, Attribute attribute) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Facility facility, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Group group, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Member member, Group group, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttribute) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Resource resource, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, User user, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Vo vo, List<Attribute> attributes) void
ModulesUtilsBlImpl.checkAttributeValueIsIncludedOrSubgroupId
(PerunSessionImpl sess, Group group, Attribute attribute) void
ModulesUtilsBlImpl.checkIfGIDIsWithinRange
(PerunSessionImpl sess, Attribute attribute) void
ResourcesManagerBlImpl.checkSemanticsOfFacilityAndResourceRequiredAttributes
(PerunSession sess, Resource resource) Checks semantics of all required attributes of given resource and its facility.void
FacilitiesManagerBlImpl.copyAttributes
(PerunSession sess, Facility sourceFacility, Facility destinationFacility) void
ResourcesManagerBlImpl.copyAttributes
(PerunSession sess, Resource sourceResource, Resource destinationResource) void
GroupsManagerBlImpl.copyMembers
(PerunSession sess, Group sourceGroup, List<Group> destinationGroups, List<Member> members) void
ResourcesManagerBlImpl.copyServices
(PerunSession sess, Resource sourceResource, Resource destinationResource) GroupsManagerBlImpl.createGroupUnion
(PerunSession sess, Group resultGroup, Group operandGroup, boolean parentFlag) MembersManagerBlImpl.createMember
(PerunSession sess, Vo vo, Candidate candidate) MembersManagerBlImpl.createMember
(PerunSession sess, Vo vo, Candidate candidate, List<Group> groups) MembersManagerBlImpl.createMember
(PerunSession sess, Vo vo, ExtSource extSource, String login, List<Group> groups) MembersManagerBlImpl.createMember
(PerunSession sess, Vo vo, SpecificUserType specificUserType, Candidate candidate) MembersManagerBlImpl.createMember
(PerunSession sess, Vo vo, SpecificUserType specificUserType, Candidate candidate, List<Group> groups, List<String> overwriteUserAttributes) MembersManagerBlImpl.createMember
(PerunSession sess, Vo vo, User user) MembersManagerBlImpl.createMember
(PerunSession sess, Vo vo, User user, List<Group> groups) MembersManagerBlImpl.createMember
(PerunSession sess, Vo vo, String extSourceName, String extSourceType, int loa, String login, Candidate candidate) MembersManagerBlImpl.createMember
(PerunSession sess, Vo vo, String extSourceName, String extSourceType, int loa, String login, Candidate candidate, List<Group> groups) MembersManagerBlImpl.createMember
(PerunSession sess, Vo vo, String extSourceName, String extSourceType, String login, Candidate candidate) MembersManagerBlImpl.createMember
(PerunSession sess, Vo vo, String extSourceName, String extSourceType, String login, Candidate candidate, List<Group> groups) MembersManagerBlImpl.createMemberSync
(PerunSession sess, Vo vo, Candidate candidate) MembersManagerBlImpl.createMemberSync
(PerunSession sess, Vo vo, Candidate candidate, List<Group> groups) MembersManagerBlImpl.createMemberSync
(PerunSession sess, Vo vo, Candidate candidate, List<Group> groups, List<String> overwriteUserAttributes) MembersManagerBlImpl.createServiceMember
(PerunSession sess, Vo vo, Candidate candidate, List<User> owners) MembersManagerBlImpl.createServiceMember
(PerunSession sess, Vo vo, Candidate candidate, List<User> specificUserOwners, List<Group> groups) UsersManagerBlImpl.createServiceUser
(PerunSession sess, Candidate candidate, List<User> owners) MembersManagerBlImpl.createSponsoredMember
(PerunSession sess, SponsoredUserData data, Vo vo, User sponsor, LocalDate validityTo, boolean sendActivationLink, String language, String url, Validation validation) UsersManagerBlImpl.createUser
(PerunSession sess, Candidate candidate) void
AttributesManagerBlImpl.doTheMagic
(PerunSession sess, Member member) void
AttributesManagerBlImpl.doTheMagic
(PerunSession sess, Member member, boolean trueMagic) MembersManagerBlImpl.expireMember
(PerunSession sess, Member member) void
ResourcesManagerBlImpl.fillAndSetRequiredAttributesForGroups
(PerunSession sess, List<Service> services, Resource resource) Fill and set group and group-resource attributes required by given services for all groups which are assigned to the given resource.void
AttributesManagerBlImpl.forceCheckAttributeSemantics
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerBlImpl.forceCheckAttributeSemantics
(PerunSession sess, Resource resource, Attribute attribute) void
AttributesManagerBlImpl.forceCheckAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) ModulesUtilsBlImpl.getGoogleGroupNameNamespaceAttributeWithNotNullValue
(PerunSessionImpl sess, Resource resource) ModulesUtilsBlImpl.getSetOfGroupNameNamespacesWhereFacilitiesHasTheSameGIDNamespace
(PerunSessionImpl sess, List<Facility> facilities, Attribute unixGIDNamespace) ModulesUtilsBlImpl.getUnixGIDNamespaceAttributeWithNotNullValue
(PerunSessionImpl sess, Resource resource) ModulesUtilsBlImpl.getUnixGroupNameNamespaceAttributeWithNotNullValue
(PerunSessionImpl sess, Resource resource) boolean
ModulesUtilsBlImpl.isGroupUnixGIDNamespaceFillable
(PerunSessionImpl sess, Group group, Attribute groupUnixGIDNamespace) void
AttributesManagerBlImpl.mergeAttributesValues
(PerunSession sess, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.mergeAttributesValues
(PerunSession sess, User user, List<Attribute> attributes) AttributesManagerBlImpl.mergeAttributeValue
(PerunSession sess, Group group, Attribute attribute) AttributesManagerBlImpl.mergeAttributeValue
(PerunSession sess, Member member, Attribute attribute) AttributesManagerBlImpl.mergeAttributeValue
(PerunSession sess, User user, Attribute attribute) AttributesManagerBlImpl.mergeAttributeValueInNestedTransaction
(PerunSession sess, Member member, Attribute attribute) AttributesManagerBlImpl.mergeAttributeValueInNestedTransaction
(PerunSession sess, User user, Attribute attribute) void
GroupsManagerBlImpl.moveGroup
(PerunSession sess, Group destinationGroup, Group movingGroup) void
AttributesManagerBlImpl.removeAllAttributes
(PerunSession sess, Facility facility) void
AttributesManagerBlImpl.removeAllAttributes
(PerunSession sess, Facility facility, boolean removeAlsoUserFacilityAttributes) void
AttributesManagerBlImpl.removeAllAttributes
(PerunSession sess, Facility facility, User user) void
AttributesManagerBlImpl.removeAllAttributes
(PerunSession sess, Group group) void
AttributesManagerBlImpl.removeAllAttributes
(PerunSession sess, Member member) void
AttributesManagerBlImpl.removeAllAttributes
(PerunSession sess, Member member, Group group) void
AttributesManagerBlImpl.removeAllAttributes
(PerunSession sess, Member member, Resource resource) void
AttributesManagerBlImpl.removeAllAttributes
(PerunSession sess, Resource resource) void
AttributesManagerBlImpl.removeAllAttributes
(PerunSession sess, Resource resource, Group group) void
AttributesManagerBlImpl.removeAllAttributes
(PerunSession sess, Resource resource, Group group, boolean workWithGroupAttributes) void
AttributesManagerBlImpl.removeAllAttributes
(PerunSession sess, User user) void
AttributesManagerBlImpl.removeAllAttributes
(PerunSession sess, UserExtSource ues) void
AttributesManagerBlImpl.removeAllAttributes
(PerunSession sess, Vo vo) void
AttributesManagerBlImpl.removeAllGroupResourceAttributes
(PerunSession sess, Resource resource) void
AttributesManagerBlImpl.removeAllUserFacilityAttributes
(PerunSession sess, User user) void
AttributesManagerBlImpl.removeAttribute
(PerunSession sess, Facility facility, AttributeDefinition attribute) void
AttributesManagerBlImpl.removeAttribute
(PerunSession sess, Facility facility, User user, AttributeDefinition attribute) void
AttributesManagerBlImpl.removeAttribute
(PerunSession sess, Group group, AttributeDefinition attribute) void
AttributesManagerBlImpl.removeAttribute
(PerunSession sess, Member member, AttributeDefinition attribute) void
AttributesManagerBlImpl.removeAttribute
(PerunSession sess, Member member, Group group, AttributeDefinition attribute) void
AttributesManagerBlImpl.removeAttribute
(PerunSession sess, Member member, Resource resource, AttributeDefinition attribute) boolean
AttributesManagerBlImpl.removeAttribute
(PerunSession sess, Resource resource, AttributeDefinition attribute) void
AttributesManagerBlImpl.removeAttribute
(PerunSession sess, Resource resource, Group group, AttributeDefinition attribute) void
AttributesManagerBlImpl.removeAttribute
(PerunSession sess, UserExtSource ues, AttributeDefinition attribute) void
AttributesManagerBlImpl.removeAttribute
(PerunSession sess, User user, AttributeDefinition attribute) void
AttributesManagerBlImpl.removeAttribute
(PerunSession sess, Vo vo, AttributeDefinition attribute) void
AttributesManagerBlImpl.removeAttribute
(PerunSession sess, String key, AttributeDefinition attribute) void
AttributesManagerBlImpl.removeAttributes
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<? extends AttributeDefinition> attributes) void
AttributesManagerBlImpl.removeAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<? extends AttributeDefinition> attributes) void
AttributesManagerBlImpl.removeAttributes
(PerunSession sess, Facility facility, User user, List<? extends AttributeDefinition> attributes) void
AttributesManagerBlImpl.removeAttributes
(PerunSession sess, Facility facility, List<? extends AttributeDefinition> attributesDefinition) void
AttributesManagerBlImpl.removeAttributes
(PerunSession sess, Group group, List<? extends AttributeDefinition> attributes) void
AttributesManagerBlImpl.removeAttributes
(PerunSession sess, Member member, boolean workWithUserAttributes, List<? extends AttributeDefinition> attributes) void
AttributesManagerBlImpl.removeAttributes
(PerunSession sess, Member member, Group group, List<? extends AttributeDefinition> attributes) void
AttributesManagerBlImpl.removeAttributes
(PerunSession sess, Member member, Group group, List<? extends AttributeDefinition> attributes, boolean workWithUserAttributes) void
AttributesManagerBlImpl.removeAttributes
(PerunSession sess, Member member, Resource resource, List<? extends AttributeDefinition> attributes) void
AttributesManagerBlImpl.removeAttributes
(PerunSession sess, Member member, List<? extends AttributeDefinition> attributes) void
AttributesManagerBlImpl.removeAttributes
(PerunSession sess, Resource resource, Group group, List<? extends AttributeDefinition> attributes) void
AttributesManagerBlImpl.removeAttributes
(PerunSession sess, Resource resource, Group group, List<? extends AttributeDefinition> attributes, boolean workWithGroupAttributes) void
AttributesManagerBlImpl.removeAttributes
(PerunSession sess, Resource resource, List<? extends AttributeDefinition> attributes) void
AttributesManagerBlImpl.removeAttributes
(PerunSession sess, UserExtSource ues, List<? extends AttributeDefinition> attributes) void
AttributesManagerBlImpl.removeAttributes
(PerunSession sess, User user, List<? extends AttributeDefinition> attributes) void
AttributesManagerBlImpl.removeAttributes
(PerunSession sess, Vo vo, List<? extends AttributeDefinition> attributes) boolean
AttributesManagerBlImpl.removeAttributeWithoutCheck
(PerunSession sess, Member member, Resource resource, AttributeDefinition attribute) void
GroupsManagerBlImpl.removeMemberFromMembersOrAdministratorsGroup
(PerunSession sess, Group group, Member member) void
GroupsManagerBlImpl.removeRelationMembers
(PerunSession sess, Group resultGroup, List<Member> changedMembers, int sourceGroupId) void
GroupsManagerBlImpl.saveInformationAboutGroupStructureSynchronizationInNestedTransaction
(PerunSession sess, Group group, boolean failedDueToException, String exceptionMessage) void
GroupsManagerBlImpl.saveInformationAboutGroupStructureSynchronizationInNewTransaction
(PerunSession sess, Group group, boolean failedDueToException, String exceptionMessage) void
GroupsManagerBlImpl.saveInformationAboutGroupSynchronizationInNestedTransaction
(PerunSession sess, Group group, long startTime, boolean failedDueToException, String exceptionMessage) void
GroupsManagerBlImpl.saveInformationAboutGroupSynchronizationInNewTransaction
(PerunSession sess, Group group, long startTime, boolean failedDueToException, String exceptionMessage) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Facility facility, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Host host, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Resource resource, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Vo vo, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, String key, Attribute attribute) void
AttributesManagerBlImpl.setAttributeInNestedTransaction
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerBlImpl.setAttributeInNestedTransaction
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerBlImpl.setAttributeInNestedTransaction
(PerunSession sess, Member member, Group group, Attribute attribute) void
AttributesManagerBlImpl.setAttributeInNestedTransaction
(PerunSession sess, UserExtSource userExtSource, Attribute attribute) void
AttributesManagerBlImpl.setAttributeInNestedTransaction
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Facility facility, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Group group, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Host host, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Resource resource, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, User user, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Vo vo, List<Attribute> attributes) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, Group group, Attribute attribute) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, Member member, Attribute attribute) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, Member member, Group group, Attribute attribute, boolean workWithUserAttributes) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, Member member, Resource resource, Attribute attribute, boolean workWithUserAttributes) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, Resource resource, Attribute attribute) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, Resource resource, Group group, Attribute attribute) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, User user, Attribute attribute) void
MembersManagerBlImpl.setOrganizationsAttributes
(PerunSession sess, Vo vo, Member member) void
AttributesManagerBlImpl.setRequiredAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member) void
AttributesManagerBlImpl.setRequiredAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, boolean forceAttributesChecks) void
AttributesManagerBlImpl.setRequiredAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.setRequiredAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes, boolean forceAttributesChecks) void
AttributesManagerBlImpl.setRequiredAttributes
(PerunSession sess, Service service, Facility facility, Resource resource, User user, Member member) void
AttributesManagerBlImpl.setRequiredAttributes
(PerunSession sess, Service service, Facility facility, Resource resource, User user, Member member, boolean forceAttributesChecks) void
AttributesManagerBlImpl.setRequiredAttributes
(PerunSession sess, List<Service> services, Facility facility, Resource resource, User user, Member member, boolean forceAttributesChecks) MembersManagerBlImpl.setSponsoredMember
(PerunSession session, SponsoredUserData data, Vo vo, User userToBeSponsored, User sponsor, LocalDate validityTo, Validation validation) MembersManagerBlImpl.setSponsoredMember
(PerunSession session, Vo vo, User userToBeSponsored, String namespace, String password, User sponsor, Validation validation) MembersManagerBlImpl.setStatus
(PerunSession sess, Member member, Status status) GroupsManagerBlImpl.synchronizeGroupStructure
(PerunSession sess, Group baseGroup) void
ResourcesManagerBlImpl.updateAllRequiredAttributesForAllowedMembers
(PerunSession sess, Resource resource, List<Service> services) For given resource, finds all allowed members and sets them attributes, (member-resource, member, user-facility and user) that are required by given services.MembersManagerBlImpl.updateMember
(PerunSession sess, Member member) void
MembersManagerBlImpl.updateOrganizationsAttributes
(PerunSession sess, Vo vo, Member member) MembersManagerBlImpl.validateMember
(PerunSession sess, Member member) UsersManagerBlImpl.validatePreferredEmailChange
(PerunSession sess, User user, UUID token) -
Uses of WrongReferenceAttributeValueException in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that throw WrongReferenceAttributeValueExceptionModifier and TypeMethodDescriptionvoid
ResourcesManagerEntry.activateGroupResourceAssignment
(PerunSession sess, Group group, Resource resource, boolean async) void
GroupsManagerEntry.addMember
(PerunSession sess, Group group, Member member) void
GroupsManagerEntry.addMember
(PerunSession sess, List<Group> groups, Member member) void
MembersManagerEntry.addMemberCandidates
(PerunSession sess, Vo vo, List<MemberCandidate> candidates) void
MembersManagerEntry.addMemberCandidates
(PerunSession sess, Vo vo, List<MemberCandidate> candidates, Group group) void
GroupsManagerEntry.addMembers
(PerunSession sess, Group group, List<Member> members) UsersManagerEntry.addUserExtSourceWithAttributes
(PerunSession sess, User user, UserExtSource userExtSource, List<Attribute> uesAttributes) void
ResourcesManagerEntry.assignGroupsToResource
(PerunSession perunSession, List<Group> groups, Resource resource, boolean async, boolean assignInactive, boolean autoAssignSubgroups) void
ResourcesManagerEntry.assignGroupToResource
(PerunSession sess, Group group, Resource resource, boolean async, boolean assignInactive, boolean autoAssignSubgroups) void
ResourcesManagerEntry.assignGroupToResources
(PerunSession perunSession, Group group, List<Resource> resources, boolean async, boolean assignInactive, boolean autoAssignSubgroups) void
ResourcesManagerEntry.assignService
(PerunSession sess, Resource resource, Service service) void
ResourcesManagerEntry.assignServices
(PerunSession sess, Resource resource, List<Service> services) void
ResourcesManagerEntry.assignServicesPackage
(PerunSession sess, Resource resource, ServicesPackage servicesPackage) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Facility facility, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Facility facility, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Member member, Resource resource, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Resource resource, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Resource resource, Group group, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Vo vo, Attribute attribute) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Facility facility, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Member member, Group group, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Member member, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttribute) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Resource resource, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, User user, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Vo vo, List<Attribute> attributes) void
FacilitiesManagerEntry.copyAttributes
(PerunSession sess, Facility sourceFacility, Facility destinationFacility) void
ResourcesManagerEntry.copyAttributes
(PerunSession sess, Resource sourceResource, Resource destinationResource) void
GroupsManagerEntry.copyMembers
(PerunSession sess, Group sourceGroup, List<Group> destinationGroups, List<Member> members) void
ResourcesManagerEntry.copyServices
(PerunSession sess, Resource sourceResource, Resource destinationResource) GroupsManagerEntry.createGroupUnion
(PerunSession sess, Group resultGroup, Group operandGroup) MembersManagerEntry.createMember
(PerunSession sess, Vo vo, Candidate candidate) MembersManagerEntry.createMember
(PerunSession sess, Vo vo, Candidate candidate, List<Group> groups) MembersManagerEntry.createMember
(PerunSession sess, Vo vo, ExtSource extSource, String login) MembersManagerEntry.createMember
(PerunSession sess, Vo vo, ExtSource extSource, String login, List<Group> groups) MembersManagerEntry.createMember
(PerunSession sess, Vo vo, User user) MembersManagerEntry.createMember
(PerunSession sess, Vo vo, User user, List<Group> groups) MembersManagerEntry.createMember
(PerunSession sess, Vo vo, String extSourceName, String extSourceType, int extSourceLoa, String login, Candidate candidate) MembersManagerEntry.createMember
(PerunSession sess, Vo vo, String extSourceName, String extSourceType, int extSourceLoa, String login, Candidate candidate, List<Group> groups) MembersManagerEntry.createMember
(PerunSession sess, Vo vo, String extSourceName, String extSourceType, String login, Candidate candidate) MembersManagerEntry.createMember
(PerunSession sess, Vo vo, String extSourceName, String extSourceType, String login, Candidate candidate, List<Group> groups) UsersManagerEntry.createServiceUser
(PerunSession sess, Candidate candidate, List<User> owners) MembersManagerEntry.createSpecificMember
(PerunSession sess, Vo vo, Candidate candidate, List<User> specificUserOwners, SpecificUserType specificUserType) MembersManagerEntry.createSpecificMember
(PerunSession sess, Vo vo, Candidate candidate, List<User> specificUserOwners, SpecificUserType specificUserType, List<Group> groups) MembersManagerEntry.createSponsoredMember
(PerunSession session, SponsoredUserData data, Vo vo, User sponsor, LocalDate validityTo, boolean sendActivationLink, String language, String url) void
AttributesManagerEntry.doTheMagic
(PerunSession sess, Member member) void
AttributesManagerEntry.doTheMagic
(PerunSession sess, Member member, boolean trueMagic) void
GroupsManagerEntry.moveGroup
(PerunSession sess, Group destinationGroup, Group movingGroup) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, Facility facility) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, Facility facility, boolean removeAlsoUserFacilityAttributes) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, Facility facility, User user) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, Group group) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, Group group) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, Member member) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, Member member, Group group) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, Member member, Resource resource) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, Resource resource) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, Resource resource, Group group) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, Resource resource, Group group, boolean workWithGroupAttributes) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, User user) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, UserExtSource ues) void
AttributesManagerEntry.removeAllAttributes
(PerunSession sess, Vo vo) void
AttributesManagerEntry.removeAttribute
(PerunSession sess, Facility facility, AttributeDefinition attribute) void
AttributesManagerEntry.removeAttribute
(PerunSession sess, Facility facility, User user, AttributeDefinition attribute) void
AttributesManagerEntry.removeAttribute
(PerunSession sess, Group group, AttributeDefinition attribute) void
AttributesManagerEntry.removeAttribute
(PerunSession sess, Group group, AttributeDefinition attribute) void
AttributesManagerEntry.removeAttribute
(PerunSession sess, Member member, AttributeDefinition attribute) void
AttributesManagerEntry.removeAttribute
(PerunSession sess, Member member, Group group, AttributeDefinition attribute) void
AttributesManagerEntry.removeAttribute
(PerunSession sess, Member member, Resource resource, AttributeDefinition attribute) void
AttributesManagerEntry.removeAttribute
(PerunSession sess, Resource resource, AttributeDefinition attribute) void
AttributesManagerEntry.removeAttribute
(PerunSession sess, Resource resource, Group group, AttributeDefinition attribute) void
AttributesManagerEntry.removeAttribute
(PerunSession sess, UserExtSource ues, AttributeDefinition attribute) void
AttributesManagerEntry.removeAttribute
(PerunSession sess, User user, AttributeDefinition attribute) void
AttributesManagerEntry.removeAttribute
(PerunSession sess, Vo vo, AttributeDefinition attribute) void
AttributesManagerEntry.removeAttribute
(PerunSession sess, String key, AttributeDefinition attribute) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Facility facility, User user, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Facility facility, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Group group, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Group group, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Member member, boolean workWithUserAttributes, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Member member, Group group, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Member member, Group group, List<? extends AttributeDefinition> attributes, boolean workWithUserAttributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Member member, Resource resource, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Member member, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Resource resource, Group group, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Resource resource, Group group, List<? extends AttributeDefinition> attributes, boolean workWithGroupAttributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Resource resource, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, UserExtSource ues, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, User user, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.removeAttributes
(PerunSession sess, Vo vo, List<? extends AttributeDefinition> attributes) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Facility facility, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Resource resource, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Vo vo, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, String key, Attribute attribute) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Facility facility, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Group group, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Resource resource, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, User user, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Vo vo, List<Attribute> attributes) MembersManagerEntry.setSponsoredMember
(PerunSession session, Vo vo, User userToBeSponsored, String namespace, String password, String login, User sponsor, LocalDate validityTo) MembersManagerEntry.setStatus
(PerunSession sess, Member member, Status status) UsersManagerEntry.validatePreferredEmailChange
(PerunSession sess, User user, UUID token) -
Uses of WrongReferenceAttributeValueException in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that throw WrongReferenceAttributeValueExceptionModifier and TypeMethodDescriptionvoid
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, Member member, Resource resource, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, Resource resource, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Facility facility, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Member member, Resource resource, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Resource resource, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Resource resource, Group group, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Vo vo, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, String key, Attribute attribute) void
AttributesManagerImpl.checkAttributesSemantics
(PerunSession sess, Resource resource, List<Attribute> attributes) boolean
AttributesManagerImpl.removeVirtualAttribute
(PerunSession sess, Resource resource, AttributeDefinition attribute) boolean
AttributesManagerImpl.setVirtualAttribute
(PerunSession sess, Facility facility, Attribute attribute) boolean
AttributesManagerImpl.setVirtualAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) boolean
AttributesManagerImpl.setVirtualAttribute
(PerunSession sess, Resource resource, Attribute attribute) boolean
AttributesManagerImpl.setVirtualAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) -
Uses of WrongReferenceAttributeValueException in cz.metacentrum.perun.core.impl.modules.attributes
Methods in cz.metacentrum.perun.core.impl.modules.attributes that throw WrongReferenceAttributeValueExceptionModifier and TypeMethodDescriptionvoid
urn_perun_group_attribute_def_def_applicationAutoRejectMessages.changedAttributeHook
(PerunSessionImpl session, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_applicationExpirationRules.changedAttributeHook
(PerunSessionImpl session, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_unixGID_namespace.changedAttributeHook
(PerunSessionImpl session, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_unixGroupName_namespace.changedAttributeHook
(PerunSessionImpl session, Group group, Attribute attribute) void
urn_perun_member_attribute_def_def_address.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_mail.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_organization.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_phone.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_suspensionInfo.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_workplace.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) void
urn_perun_resource_attribute_def_def_unixGID_namespace.changedAttributeHook
(PerunSessionImpl session, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_unixGroupName_namespace.changedAttributeHook
(PerunSessionImpl session, Resource resource, Attribute attribute) void
urn_perun_user_attribute_def_def_login_namespace_ceitec.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_login_namespace_vsup.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) When login changes: first set / changed always change eduroam-vsup login too !!void
urn_perun_user_attribute_def_def_userCertDNs.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_userPreferredCertDN.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_vsupExchangeMail.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_vsupExchangeMailAliases.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_vsupMail.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_vsupPreferredMail.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) void
urn_perun_entityless_attribute_def_def_disableIDGeneration.checkAttributeSemantics
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_entityless_attribute_def_def_namespace_maxUID.checkAttributeSemantics
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_entityless_attribute_def_def_namespace_minUID.checkAttributeSemantics
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_facility_attribute_def_def_accountExpirationTime.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_fsScratchDirs.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_googleGroupsDomain.checkAttributeSemantics
(PerunSessionImpl sess, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_homeMountPoints.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Checks attribute facility_homeMountPoints, this attribute must not be nullvoid
urn_perun_facility_attribute_def_def_ldapBaseDN.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_login_namespace.checkAttributeSemantics
(PerunSessionImpl session, Facility facility, Attribute attribute) Checks if the corresponding attribute uf:login-namespace:[namespace] exists.void
urn_perun_facility_attribute_def_def_m365AllowedLicensesPriorities.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_passwdScpDestinationFile.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_pbsServer.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_reqAups.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_shell_passwd_scp.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_shells.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_uid_namespace.checkAttributeSemantics
(PerunSessionImpl session, Facility facility, Attribute attribute) Checks if the corresponding attribute u:uid-namespace:[namespace] exists.void
urn_perun_facility_attribute_def_def_unixGID_namespace.checkAttributeSemantics
(PerunSessionImpl sess, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_unixGroupName_namespace.checkAttributeSemantics
(PerunSessionImpl sess, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_virt_GIDRanges.checkAttributeSemantics
(PerunSessionImpl sess, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_virt_maxUID.checkAttributeSemantics
(PerunSessionImpl sess, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_virt_minUID.checkAttributeSemantics
(PerunSessionImpl sess, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_virt_UIDRanges.checkAttributeSemantics
(PerunSessionImpl sess, Facility facility, Attribute attribute) void
urn_perun_group_attribute_def_def_adGroupName.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_adName_o365mu.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_applicationAffiliationRegex.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_applicationAutoRejectMessages.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_applicationExpirationRules.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_applicationViewPreferences.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_authoritativeGroup.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_autoApproveByGroupMembership.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_collectionID.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_flatGroupStructureEnabled.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_fromEmail.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_googleGroupName_namespace.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupExtSource.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupMembershipExpirationRules.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupStructureResources.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupStructureSynchronizationEnabled.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupStructureSynchronizationInterval.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupStructureSynchronizationTimes.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupSynchronizationTimes.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_o365EmailAddresses_o365mu.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_o365SendAsGroups.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_o365SendOnBehalfGroups.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_synchronizationEnabled.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_synchronizationInterval.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_unixGID_namespace.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_unixGroupName_namespace.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_adName.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_drupalGroupType.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_isSystemUnixGroup.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_o365EmailAddresses_mu.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_projectDataLimit.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_projectDataQuota.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_projectName.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_projectOwnerLogin.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_systemUnixGID.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_systemUnixGroupName.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_virt_googleGroupName.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_virt_unixGID.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_virt_unixGroupName.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_member_attribute_def_def_mail.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_memberOrganizations.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_memberOrganizationsHistory.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_phone.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Attribute attribute) void
urn_perun_member_resource_attribute_def_def_bucketQuota.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) void
urn_perun_member_resource_attribute_def_def_dataQuotas.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) void
urn_perun_member_resource_attribute_def_def_fileQuotas.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_accountExpirationTime.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_apacheAuthzFile.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_defaultBucketQuota.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_defaultDataQuotas.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_defaultFileQuotas.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_defaultHomeMountPoint.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Checks if the homemountpoint is contained in list of homemountpoint at underlying facilityvoid
urn_perun_resource_attribute_def_def_defaultShell.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Checks the attribute with a default shell at the specified resource.void
urn_perun_resource_attribute_def_def_fairshareGroupName.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_fsScratchDirs.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_homeMountPoints.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Allows only homeMountPoints which are contained in underlying facilityvoid
urn_perun_resource_attribute_def_def_k4GroupCode.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_k4GroupPriority.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_k5loginTargetUser.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_m365LicenseGroup.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_mailaliasesTargetUser.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_mailingListManagerEmail.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_projectsBasePath.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_replicaDestination.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_replicaDestinationPath.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_shells.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Checks the attribute with all available shells from resource's facilityvoid
urn_perun_resource_attribute_def_def_sshkeysTargetUser.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_unixGID_namespace.checkAttributeSemantics
(PerunSessionImpl sess, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_unixGroupName_namespace.checkAttributeSemantics
(PerunSessionImpl sess, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_virt_unixGID.checkAttributeSemantics
(PerunSessionImpl sess, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_virt_unixGroupName.checkAttributeSemantics
(PerunSessionImpl sess, Resource resource, Attribute attribute) void
urn_perun_user_attribute_def_def_cnCeitecAD.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_kerberosAdminPrincipal.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_kerberosLogins.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_login_namespace_admin_meta.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_login_namespace_eduroam_vsup.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) Checks if the user's login is unique in the namespace organization.void
urn_perun_user_attribute_def_def_login_namespace_einfra.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) Checks if the user's login is unique in the namespace organizationvoid
urn_perun_user_attribute_def_def_login_namespace_lifescienceid_username.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_login_namespace_mu_adm.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_login_namespace.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) Checks if the user's login is unique in the namespace organizationvoid
urn_perun_user_attribute_def_def_mfaEnforceSettings.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) The following restrictions are placed on the attribute value: {"include_categories":["str1","str2"]} str1, str2 is an existing key in the entityless attribute mfaCategories {"include_categories":["str1","str2"],"exclude_rps":["rp1","rp2"]} str1, str2 is an existing key in the entityless attribute mfaCategories and rp1, rp2 must exist inside the categoryvoid
urn_perun_user_attribute_def_def_o365SystemEmailAddresses_mu.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_o365UserEmailAddresses_mu.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_osbIddc2.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_phone.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_preferredMail.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_timezone.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_ucoVsup.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_uid_namespace.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) Checks the new UID of the user.void
urn_perun_user_attribute_def_def_userCertDNs.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_userPreferredCertDN.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_vsupExchangeMail.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_vsupMail.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_virt_loa.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_facility_attribute_def_def_accountExpirationTime.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) void
urn_perun_user_facility_attribute_def_def_basicDefaultGID.checkAttributeSemantics
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) void
urn_perun_user_facility_attribute_def_def_defaultUnixGID.checkAttributeSemantics
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) Checks the new default GID of the user at the specified facility.void
urn_perun_user_facility_attribute_def_def_homeMountPoint.checkAttributeSemantics
(PerunSessionImpl session, User user, Facility facility, Attribute attribute) void
urn_perun_user_facility_attribute_def_def_shell_passwd_scp.checkAttributeSemantics
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) void
urn_perun_user_facility_attribute_def_def_shell.checkAttributeSemantics
(PerunSessionImpl session, User user, Facility facility, Attribute attribute) Checks an attribute with shell for the user at the specified facility.void
urn_perun_user_facility_attribute_def_virt_defaultUnixGID.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) void
urn_perun_user_facility_attribute_def_virt_login.checkAttributeSemantics
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) Calls checkAttribute on u:login-namespace:[login-namespace]void
urn_perun_user_facility_attribute_def_virt_preferredUnixGroupName.checkAttributeSemantics
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) void
urn_perun_user_facility_attribute_def_virt_UID.checkAttributeSemantics
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) Checks the new UID of the user at the specified facility.void
urn_perun_vo_attribute_def_def_applicationAffiliationRegex.checkAttributeSemantics
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_applicationAutoRejectMessages.checkAttributeSemantics
(PerunSessionImpl perunSession, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_applicationExpirationRules.checkAttributeSemantics
(PerunSessionImpl perunSession, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_applicationViewPreferences.checkAttributeSemantics
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_autoApproveByGroupMembership.checkAttributeSemantics
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_contactEmail.checkAttributeSemantics
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_fromEmail.checkAttributeSemantics
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_membershipExpirationRules.checkAttributeSemantics
(PerunSessionImpl perunSession, Vo entity, Attribute attribute) void
urn_perun_vo_attribute_def_def_toEmail.checkAttributeSemantics
(PerunSessionImpl sess, Vo vo, Attribute attribute) boolean
urn_perun_resource_attribute_def_virt_unixGID.removeAttributeValue
(PerunSessionImpl sess, Resource resource, AttributeDefinition attribute) boolean
urn_perun_resource_attribute_def_virt_unixGroupName.removeAttributeValue
(PerunSessionImpl sess, Resource resource, AttributeDefinition attribute) urn_perun_member_attribute_def_def_suspensionInfo.resolveVirtualAttributeValueChange
(PerunSessionImpl session, AuditEvent message) urn_perun_user_attribute_def_virt_eduPersonScopedAffiliations.resolveVirtualAttributeValueChange
(PerunSessionImpl perunSession, AuditEvent message) urn_perun_user_attribute_def_virt_institutionsCountries.resolveVirtualAttributeValueChange
(PerunSessionImpl sess, AuditEvent message) For a change in dnsStateMapping attribute, finds all affected users and generates audit message about changing this attribute for each of them.urn_perun_user_attribute_def_virt_voPersonExternalAffiliation.resolveVirtualAttributeValueChange
(PerunSessionImpl perunSession, AuditEvent message) boolean
urn_perun_facility_attribute_def_virt_GIDRanges.setAttributeValue
(PerunSessionImpl sess, Facility facility, Attribute attribute) boolean
urn_perun_facility_attribute_def_virt_maxUID.setAttributeValue
(PerunSessionImpl sess, Facility facility, Attribute attribute) boolean
urn_perun_facility_attribute_def_virt_minUID.setAttributeValue
(PerunSessionImpl sess, Facility facility, Attribute attribute) boolean
urn_perun_group_resource_attribute_def_virt_googleGroupName.setAttributeValue
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) boolean
urn_perun_group_resource_attribute_def_virt_unixGID.setAttributeValue
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) boolean
urn_perun_group_resource_attribute_def_virt_unixGroupName.setAttributeValue
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) boolean
urn_perun_resource_attribute_def_virt_unixGID.setAttributeValue
(PerunSessionImpl sess, Resource resource, Attribute attribute) boolean
urn_perun_resource_attribute_def_virt_unixGroupName.setAttributeValue
(PerunSessionImpl sess, Resource resource, Attribute attribute) boolean
urn_perun_user_facility_attribute_def_virt_login.setAttributeValue
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) boolean
urn_perun_user_facility_attribute_def_virt_preferredUnixGroupName.setAttributeValue
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) boolean
urn_perun_user_facility_attribute_def_virt_UID.setAttributeValue
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) -
Uses of WrongReferenceAttributeValueException in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that throw WrongReferenceAttributeValueExceptionModifier and TypeMethodDescriptionvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, Group group, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, Member member, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, Member member, Resource resource, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, Resource resource, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, User user, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Facility facility, Attribute attribute) Check if value of this facility attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Facility facility, User user, Attribute attribute) Check if value of this user-facility attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Group group, Attribute attribute) Check if value of this group attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Member member, Attribute attribute) Check if value of this member attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Member member, Resource resource, Attribute attribute) Check if value of this member-resource attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Resource resource, Attribute attribute) Check if value of this resource attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Resource resource, Group group, Attribute attribute) Check if value of this group-resource attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, User user, Attribute attribute) Check if value of this user attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Vo vo, Attribute attribute) Check if value of this vo attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, String key, Attribute attribute) Check if value of this entityless attribute has valid semantics.boolean
AttributesManagerImplApi.removeVirtualAttribute
(PerunSession sess, Resource resource, AttributeDefinition attribute) Unset particular resource virtual attribute value.boolean
AttributesManagerImplApi.setVirtualAttribute
(PerunSession sess, Facility facility, Attribute attribute) Store the particular virtual attribute associated with the facility.boolean
AttributesManagerImplApi.setVirtualAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) Store the particular virtual attribute associated with the facility and user combination.boolean
AttributesManagerImplApi.setVirtualAttribute
(PerunSession sess, Resource resource, Attribute attribute) Store the particular virtual attribute associated with the resource.boolean
AttributesManagerImplApi.setVirtualAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) Store the particular virtual attribute associated with the resource and group combination. -
Uses of WrongReferenceAttributeValueException in cz.metacentrum.perun.core.implApi.modules.attributes
Methods in cz.metacentrum.perun.core.implApi.modules.attributes that throw WrongReferenceAttributeValueExceptionModifier and TypeMethodDescriptionvoid
GroupAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, Group group, Attribute attribute) void
GroupAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, Group group, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
MemberAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) void
MemberAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
MemberResourceAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, Member member, Resource resource, Attribute attribute) void
MemberResourceAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, Member member, Resource resource, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
ResourceAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, Resource resource, Attribute attribute) void
ResourceAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, Resource resource, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
UserAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) void
UserAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AbstractMembershipExpirationRulesModule.checkAttributeSemantics
(PerunSessionImpl sess, T entity, Attribute attribute) void
EntitylessAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, String key, Attribute attribute) void
EntitylessAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, String key, Attribute attribute) Checks if value of this entityless attribute has valid semantics.void
FacilityAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
FacilityAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Checks if value of this facility attribute has valid semantics.void
GroupAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
GroupAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Attribute attribute) Checks if value of this group attribute has valid semantics.void
GroupResourceAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) void
GroupResourceAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) Checks if value of this group-resource attribute has valid semantics.void
MemberAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Attribute attribute) void
MemberAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl session, Member member, Attribute attribute) Checks if value of assigned attribute to the member has valid semantics.void
MemberResourceAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) void
MemberResourceAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) This method checks semantics of Member's attribute value at a specified resource.void
ResourceAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
ResourceAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Checks if value of this resource attribute has valid semantics.void
UserAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) void
UserAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) Checks if value of assigned attribute to the user has valid semantics.void
UserFacilityAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) void
UserFacilityAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl session, User user, Facility facility, Attribute attribute) Checks if value of assigned attribute in relationship between those two entities has a correct semantics.void
VoAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, Vo vo, Attribute attribute) void
VoAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, Vo vo, Attribute attribute) Checks if value of this vo attribute has valid semantics.boolean
ResourceVirtualAttributesModuleAbstract.removeAttributeValue
(PerunSessionImpl perunSession, Resource resource, AttributeDefinition attribute) boolean
ResourceVirtualAttributesModuleImplApi.removeAttributeValue
(PerunSessionImpl sess, Resource resource, AttributeDefinition attribute) Currently do nothing.AttributesModuleAbstract.resolveVirtualAttributeValueChange
(PerunSessionImpl perunSession, AuditEvent message) AttributesModuleImplApi.resolveVirtualAttributeValueChange
(PerunSessionImpl perunSession, AuditEvent message) Gets message from auditer and resolves if it is needed to add another messages to DB about virtualAttribute changes.UserVirtualAttributeCollectedFromUserExtSource.resolveVirtualAttributeValueChange
(PerunSessionImpl perunSession, AuditEvent message) UserVirtualAttributesModuleAbstract.resolveVirtualAttributeValueChange
(PerunSessionImpl perunSession, AuditEvent message) boolean
FacilityVirtualAttributesModuleAbstract.setAttributeValue
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) boolean
FacilityVirtualAttributesModuleImplApi.setAttributeValue
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.boolean
GroupResourceVirtualAttributesModuleAbstract.setAttributeValue
(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) boolean
GroupResourceVirtualAttributesModuleImplApi.setAttributeValue
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.boolean
ResourceVirtualAttributesModuleAbstract.setAttributeValue
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) boolean
ResourceVirtualAttributesModuleImplApi.setAttributeValue
(PerunSessionImpl sess, Resource resource, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.boolean
UserFacilityVirtualAttributesModuleAbstract.setAttributeValue
(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) boolean
UserFacilityVirtualAttributesModuleImplApi.setAttributeValue
(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.