Uses of Class
cz.metacentrum.perun.core.impl.PerunSessionImpl
Packages that use PerunSessionImpl
Package
Description
-
Uses of PerunSessionImpl in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl with parameters of type PerunSessionImplModifier and TypeMethodDescriptionvoidModulesUtilsBl.checkAttributeValueIsIncludedOrSubgroupId(PerunSessionImpl sess, Group group, Attribute attribute) Checks whether all values of attribute are ids of group's included groups or subgroups.voidModulesUtilsBl.checkIfGIDIsWithinRange(PerunSessionImpl sess, Attribute attribute) Check if gid in arguments is free in the namespacevoidModulesUtilsBl.checkIfListOfGIDIsWithinRange(PerunSessionImpl sess, User user, Attribute attribute) Check if list of gids in arguments is free in the namespaceUsersManagerBl.findUsersWithExtSourceAttributeValueEnding(PerunSessionImpl sess, String attributeName, String valueEnd, List<String> excludeValueEnds) Finds users with UserExtSource with attribute value that ends with specified string but not with specified exclude strings.ModulesUtilsBl.getCommonGIDOfGroupsWithSameNameInSameNamespace(PerunSessionImpl sess, List<Group> groupsWithSameGroupNameInSameNamespace, String nameOfAttribute, Integer commonGID) This method is looking for exactly one commonGID for all objects in list.ModulesUtilsBl.getCommonGIDOfResourcesWithSameNameInSameNamespace(PerunSessionImpl sess, List<Resource> resourcesWithSameGroupNameInSameNamespace, String nameOfAttribute, Integer commonGID) This method is looking for exactly one commonGID for all objects in list.ModulesUtilsBl.getFreeGID(PerunSessionImpl sess, Attribute attribute) Get free gid for resource or group.ModulesUtilsBl.getGoogleGroupNameNamespaceAttributeWithNotNullValue(PerunSessionImpl sess, Resource resource) Get value of attribute A_F_Def_googleGroupName-Namespace If this value is null, throw WrongReferenceAttributeValueExceptionModulesUtilsBl.getListOfGroupGIDsFromListOfResourceGIDs(PerunSessionImpl sess, List<Attribute> resourceGIDs) Take list of resourceGID attributes and return list of the same GID attributes only for group (with the same original value)ModulesUtilsBl.getListOfResourceGIDsFromListOfGroupGIDs(PerunSessionImpl sess, List<Attribute> groupGIDs) Take list of groupGID attributes and return list of the same GID attributes only for resource (with the same original value)booleanModulesUtilsBl.getSendRightFromAttributes(PerunSessionImpl sess, Member member, Group group, String booleanAttribute, String listAttribute) Calculates value of o365SendAs/o365SendOnBehalf attribute based on values of o365SendAs/o365SendOnBehalf member-group attribute and o365SendAsGroups/o365SendOnBehalfGroups group attribute.ModulesUtilsBl.getSetOfGIDNamespacesWhereFacilitiesHasTheSameGroupNameNamespace(PerunSessionImpl sess, List<Facility> facilities, Attribute unixGroupNameNamespace) Get list of facilities and namespace of group or resource attribute unixGroupName-namespace and if any facility has unixGroupName-namespace with same value like this namespace of unixGroupNameNamespace attribute then get unixGID-namespace of this facility and save it to the hashSet of these namespaces.ModulesUtilsBl.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 WrongReferenceAttributeValueExceptionModulesUtilsBl.getUserFromMessage(PerunSessionImpl sess, String message) Get object User from Perun audit message.booleanModulesUtilsBl.haveRightToWriteAttributeInAnyGroupOrResource(PerunSessionImpl sess, List<Group> groups, List<Resource> resources, AttributeDefinition groupAttribute, AttributeDefinition resourceAttribute) Return true if i have right on any of groups or resources to WRITE the attributeintModulesUtilsBl.haveTheSameAttributeWithTheSameNamespace(PerunSessionImpl sess, Group group, Attribute attr) This method get if the group has the same attribute "attr" with the same namespace and same or different valuesintModulesUtilsBl.haveTheSameAttributeWithTheSameNamespace(PerunSessionImpl sess, Resource resource, Attribute attr) This method get if the resource has the same attribute "attr" with the same namespace and same or different valuesbooleanModulesUtilsBl.isFQDNValid(PerunSessionImpl sess, String fqdn) Checks fully qualified domain name and returns true, if it is valid.booleanModulesUtilsBl.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.booleanModulesUtilsBl.isNameOfEmailValid(PerunSessionImpl sess, String email) Checks name of an email by standard pattern and returns true, if it is valid.booleanModulesUtilsBl.isNamespaceEqualsToFacilityUnixGroupNameNamespace(PerunSessionImpl sess, Facility facility, String namespace) If attribute "def_facility_unixGroup_namespace" is "null" return false.booleanModulesUtilsBl.isNamespaceIDGenerationDisabled(PerunSessionImpl sess, String namespace) Checks whether the generation of CUID for a login namespace is disabled. -
Uses of PerunSessionImpl in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl with parameters of type PerunSessionImplModifier and TypeMethodDescriptionvoidModulesUtilsBlImpl.checkAttributeValueIsIncludedOrSubgroupId(PerunSessionImpl sess, Group group, Attribute attribute) voidModulesUtilsBlImpl.checkIfGIDIsWithinRange(PerunSessionImpl sess, Attribute attribute) voidModulesUtilsBlImpl.checkIfListOfGIDIsWithinRange(PerunSessionImpl sess, User user, Attribute attribute) ModulesUtilsBlImpl.findCollisionGroupsWithSamgeGroupGid(PerunSessionImpl sess, Group group, String namespace) ModulesUtilsBlImpl.findCollisionGroupsWithSamgeGroupGid(PerunSessionImpl sess, Resource resource, String namespace) ModulesUtilsBlImpl.findCollisionGroupsWithSamgeGroupName(PerunSessionImpl sess, Group group, String namespace) ModulesUtilsBlImpl.findCollisionGroupsWithSamgeGroupName(PerunSessionImpl sess, Resource resource, String namespace) ModulesUtilsBlImpl.findCollisionResourcesWithSameGid(PerunSessionImpl sess, Group group, String namespace) ModulesUtilsBlImpl.findCollisionResourcesWithSameGid(PerunSessionImpl sess, Resource resource, String namespace) ModulesUtilsBlImpl.findCollisionResourcesWithSameGroupName(PerunSessionImpl sess, Group group, String namespace) ModulesUtilsBlImpl.findCollisionResourcesWithSameGroupName(PerunSessionImpl sess, Resource resource, String namespace) UsersManagerBlImpl.findUsersWithExtSourceAttributeValueEnding(PerunSessionImpl sess, String attributeName, String valueEnd, List<String> excludeValueEnds) ModulesUtilsBlImpl.getCommonGIDOfGroupsWithSameNameInSameNamespace(PerunSessionImpl sess, List<Group> groupsWithSameGroupNameInSameNamespace, String gidNamespace, Integer commonGID) ModulesUtilsBlImpl.getCommonGIDOfResourcesWithSameNameInSameNamespace(PerunSessionImpl sess, List<Resource> resourcesWithSameGroupNameInSameNamespace, String gidNamespace, Integer commonGID) ModulesUtilsBlImpl.getFreeGID(PerunSessionImpl sess, Attribute attribute) ModulesUtilsBlImpl.getGoogleGroupNameNamespaceAttributeWithNotNullValue(PerunSessionImpl sess, Resource resource) ModulesUtilsBlImpl.getListOfGroupGIDsFromListOfResourceGIDs(PerunSessionImpl sess, List<Attribute> resourceGIDs) ModulesUtilsBlImpl.getListOfResourceGIDsFromListOfGroupGIDs(PerunSessionImpl sess, List<Attribute> groupGIDs) booleanModulesUtilsBlImpl.getSendRightFromAttributes(PerunSessionImpl sess, Member member, Group group, String booleanAttribute, String listAttribute) ModulesUtilsBlImpl.getSetOfGIDNamespacesWhereFacilitiesHasTheSameGroupNameNamespace(PerunSessionImpl sess, List<Facility> facilities, Attribute unixGroupNameNamespace) ModulesUtilsBlImpl.getSetOfGroupNameNamespacesWhereFacilitiesHasTheSameGIDNamespace(PerunSessionImpl sess, List<Facility> facilities, Attribute unixGIDNamespace) ModulesUtilsBlImpl.getUnixGIDNamespaceAttributeWithNotNullValue(PerunSessionImpl sess, Resource resource) ModulesUtilsBlImpl.getUnixGroupNameNamespaceAttributeWithNotNullValue(PerunSessionImpl sess, Resource resource) ModulesUtilsBlImpl.getUserFromMessage(PerunSessionImpl sess, String message) booleanModulesUtilsBlImpl.hasAccessToWriteToAttributeForAnyGroup(PerunSessionImpl sess, AttributeDefinition attrDef, List<Group> groups) booleanModulesUtilsBlImpl.hasAccessToWriteToAttributeForAnyResource(PerunSessionImpl sess, AttributeDefinition attrDef, List<Resource> resources) booleanModulesUtilsBlImpl.haveRightToWriteAttributeInAnyGroupOrResource(PerunSessionImpl sess, List<Group> groups, List<Resource> resources, AttributeDefinition groupAttribute, AttributeDefinition resourceAttribute) intModulesUtilsBlImpl.haveTheSameAttributeWithTheSameNamespace(PerunSessionImpl sess, Group group, Attribute attr) intModulesUtilsBlImpl.haveTheSameAttributeWithTheSameNamespace(PerunSessionImpl sess, Resource resource, Attribute attr) booleanModulesUtilsBlImpl.isFQDNValid(PerunSessionImpl sess, String fqdn) booleanModulesUtilsBlImpl.isGroupUnixGIDNamespaceFillable(PerunSessionImpl sess, Group group, Attribute groupUnixGIDNamespace) booleanModulesUtilsBlImpl.isNameOfEmailValid(PerunSessionImpl sess, String email) booleanModulesUtilsBlImpl.isNamespaceEqualsToFacilityUnixGroupNameNamespace(PerunSessionImpl sess, Facility facility, String namespace) booleanModulesUtilsBlImpl.isNamespaceIDGenerationDisabled(PerunSessionImpl sess, String namespace) -
Uses of PerunSessionImpl in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl with parameters of type PerunSessionImplModifier and TypeMethodDescriptionUsersManagerImpl.findUsersWithExtSourceAttributeValueEnding(PerunSessionImpl sess, String attributeName, String valueEnd, List<String> excludeValueEnds) SynchronizationPool.takeGroup(PerunSessionImpl sess) Take a first group, which can be safely synchronized, from the pool of waiting groups and add it to the pool of running groups.SynchronizationPool.takeGroupStructure(PerunSessionImpl sess) Take a first group, which can be safely synchronized, from the pool of waiting groups structures and add it to the pool of running groups structures. -
Uses of PerunSessionImpl in cz.metacentrum.perun.core.impl.modules.attributes
Methods in cz.metacentrum.perun.core.impl.modules.attributes with parameters of type PerunSessionImplModifier and TypeMethodDescriptionvoidurn_perun_group_attribute_def_def_applicationAutoRejectMessages.changedAttributeHook(PerunSessionImpl session, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_applicationExpirationRules.changedAttributeHook(PerunSessionImpl session, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_groupMembershipExpirationRules.changedAttributeHook(PerunSessionImpl session, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_groupStructureSynchronizationEnabled.changedAttributeHook(PerunSessionImpl session, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_unixGID_namespace.changedAttributeHook(PerunSessionImpl session, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_unixGroupName_namespace.changedAttributeHook(PerunSessionImpl session, Group group, Attribute attribute) voidurn_perun_member_attribute_def_def_address.changedAttributeHook(PerunSessionImpl session, Member member, Attribute attribute) voidurn_perun_member_attribute_def_def_mail.changedAttributeHook(PerunSessionImpl session, Member member, Attribute attribute) voidurn_perun_member_attribute_def_def_membershipExpiration.changedAttributeHook(PerunSessionImpl session, Member member, Attribute attribute) voidurn_perun_member_attribute_def_def_organization.changedAttributeHook(PerunSessionImpl session, Member member, Attribute attribute) voidurn_perun_member_attribute_def_def_phone.changedAttributeHook(PerunSessionImpl session, Member member, Attribute attribute) voidurn_perun_member_attribute_def_def_suspensionInfo.changedAttributeHook(PerunSessionImpl session, Member member, Attribute attribute) voidurn_perun_member_attribute_def_def_workplace.changedAttributeHook(PerunSessionImpl session, Member member, Attribute attribute) voidurn_perun_member_group_attribute_def_def_groupMembershipExpiration.changedAttributeHook(PerunSessionImpl session, Member member, Group group, Attribute attribute) voidurn_perun_resource_attribute_def_def_unixGID_namespace.changedAttributeHook(PerunSessionImpl session, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_unixGroupName_namespace.changedAttributeHook(PerunSessionImpl session, Resource resource, Attribute attribute) voidurn_perun_ues_attribute_def_def_isCesnetEligibleLastSeen.changedAttributeHook(PerunSessionImpl session, UserExtSource ues, Attribute attribute) When isCesnetEligibleLastSeen of a user's ext source is set, check if it is more recent than the user's current isCesnetEligibleLastSeen.voidurn_perun_user_attribute_def_def_login_namespace_ceitec.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_login_namespace_einfraid_persistent_shadow.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) ChangedAttributeHook() sets UserExtSource with following properties: - extSourceType is IdP - extSourceName is {getExtSourceName()} - user's extSource login is the same as his persistent attributevoidurn_perun_user_attribute_def_def_login_namespace_lifescienceid_username.changedAttributeHook(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_login_namespace_myaccessid_persistent_shadow.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) ChangedAttributeHook() sets UserExtSource with following properties: - extSourceType is IdP - extSourceName is {getExtSourceName()} - user's extSource login is the same as his persistent attributevoidurn_perun_user_attribute_def_def_login_namespace_researcher_access_persistent_shadow.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) Deprecated.ChangedAttributeHook() sets UserExtSource with following properties: - extSourceType is IdP - extSourceName is {getExtSourceName()} - user's extSource login is the same as his persistent attributevoidurn_perun_user_attribute_def_def_login_namespace_umbrellaid_persistent_shadow.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) ChangedAttributeHook() sets UserExtSource with following properties: - extSourceType is IdP - extSourceName is {getExtSourceName()} - user's extSource login is the same as his persistent attributevoidurn_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 !!voidurn_perun_user_attribute_def_def_titleBeforeDc2.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) When title before name from DC2 changes, update User.voidurn_perun_user_attribute_def_def_titleBeforeKos.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) When KOS title before name is set, check if there is title from DC2 (personal system).voidurn_perun_user_attribute_def_def_ucoVsup.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) When UCO changes: add UserExtSource, since UCOs are generated in Perun.voidurn_perun_user_attribute_def_def_userCertDNs.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_userPreferredCertDN.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_vsupExchangeMail.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_vsupExchangeMailAliases.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_vsupMail.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_vsupPreferredMail.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) voidurn_perun_vo_attribute_def_def_applicationAutoRejectMessages.changedAttributeHook(PerunSessionImpl session, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_applicationExpirationRules.changedAttributeHook(PerunSessionImpl session, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_membershipExpirationRules.changedAttributeHook(PerunSessionImpl session, Vo vo, Attribute attribute) voidurn_perun_entityless_attribute_def_def_disableIDGeneration.checkAttributeSemantics(PerunSessionImpl perunSession, String key, Attribute attribute) voidurn_perun_entityless_attribute_def_def_namespace_maxUID.checkAttributeSemantics(PerunSessionImpl perunSession, String key, Attribute attribute) voidurn_perun_entityless_attribute_def_def_namespace_minUID.checkAttributeSemantics(PerunSessionImpl perunSession, String key, Attribute attribute) voidurn_perun_facility_attribute_def_def_accountExpirationTime.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_fsScratchDirs.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_googleGroupsDomain.checkAttributeSemantics(PerunSessionImpl sess, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_homeMountPoints.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Checks attribute facility_homeMountPoints, this attribute must not be nullvoidurn_perun_facility_attribute_def_def_ldapBaseDN.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_ldapBaseDNGroup.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_ldapDeactivate.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_ldapGroupAttrMap.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_ldapGroupObjectClasses.checkAttributeSemantics(PerunSessionImpl sess, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_ldapUserAttrMap.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_ldapUserDNAttribute.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_ldapUserObjectClasses.checkAttributeSemantics(PerunSessionImpl sess, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_login_namespace.checkAttributeSemantics(PerunSessionImpl session, Facility facility, Attribute attribute) Checks if the corresponding attribute uf:login-namespace:[namespace] exists.voidurn_perun_facility_attribute_def_def_m365AllowedLicensesPriorities.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_passwdScpDestinationFile.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_pbsServer.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_reqAups.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_shell_passwd_scp.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_shells.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_uid_namespace.checkAttributeSemantics(PerunSessionImpl session, Facility facility, Attribute attribute) Checks if the corresponding attribute u:uid-namespace:[namespace] exists.voidurn_perun_facility_attribute_def_def_unixGID_namespace.checkAttributeSemantics(PerunSessionImpl sess, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_unixGroupName_namespace.checkAttributeSemantics(PerunSessionImpl sess, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_virt_GIDRanges.checkAttributeSemantics(PerunSessionImpl sess, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_virt_maxUID.checkAttributeSemantics(PerunSessionImpl sess, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_virt_minUID.checkAttributeSemantics(PerunSessionImpl sess, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_virt_UIDRanges.checkAttributeSemantics(PerunSessionImpl sess, Facility facility, Attribute attribute) voidurn_perun_group_attribute_def_def_adGroupName.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_adName_o365mu.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_applicationAffiliationRegex.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_applicationAutoRejectMessages.checkAttributeSemantics(PerunSessionImpl perunSession, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_applicationExpirationRules.checkAttributeSemantics(PerunSessionImpl perunSession, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_applicationViewPreferences.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_authoritativeGroup.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_autoApproveByGroupMembership.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_collectionID.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_flatGroupStructureEnabled.checkAttributeSemantics(PerunSessionImpl perunSession, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_fromEmail.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_googleGroupName_namespace.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_groupExtSource.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_groupMembershipExpirationRules.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_groupStructureResources.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_groupStructureSynchronizationEnabled.checkAttributeSemantics(PerunSessionImpl perunSession, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_groupStructureSynchronizationInterval.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_groupStructureSynchronizationTimes.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_groupSynchronizationTimes.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_o365EmailAddresses_o365mu.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_o365SendAsGroups.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_o365SendOnBehalfGroups.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_synchronizationEnabled.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_synchronizationInterval.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_unixGID_namespace.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_unixGroupName_namespace.checkAttributeSemantics(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_adName.checkAttributeSemantics(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_drupalGroupType.checkAttributeSemantics(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_isSystemUnixGroup.checkAttributeSemantics(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_o365EmailAddresses_mu.checkAttributeSemantics(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_projectDataLimit.checkAttributeSemantics(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_projectDataQuota.checkAttributeSemantics(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_projectName.checkAttributeSemantics(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_projectOwnerLogin.checkAttributeSemantics(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_systemUnixGID.checkAttributeSemantics(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_systemUnixGroupName.checkAttributeSemantics(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_virt_googleGroupName.checkAttributeSemantics(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_virt_unixGID.checkAttributeSemantics(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_virt_unixGroupName.checkAttributeSemantics(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_member_attribute_def_def_lifecycleTimestamps.checkAttributeSemantics(PerunSessionImpl perunSession, Member member, Attribute attribute) voidurn_perun_member_attribute_def_def_mail.checkAttributeSemantics(PerunSessionImpl perunSession, Member member, Attribute attribute) voidurn_perun_member_attribute_def_def_memberOrganizations.checkAttributeSemantics(PerunSessionImpl perunSession, Member member, Attribute attribute) voidurn_perun_member_attribute_def_def_memberOrganizationsHistory.checkAttributeSemantics(PerunSessionImpl perunSession, Member member, Attribute attribute) voidurn_perun_member_attribute_def_def_phone.checkAttributeSemantics(PerunSessionImpl perunSession, Member member, Attribute attribute) voidurn_perun_member_group_attribute_def_def_lifecycleTimestamps.checkAttributeSemantics(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) voidurn_perun_member_resource_attribute_def_def_bucketQuota.checkAttributeSemantics(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) voidurn_perun_member_resource_attribute_def_def_dataQuotas.checkAttributeSemantics(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) voidurn_perun_member_resource_attribute_def_def_fileQuotas.checkAttributeSemantics(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_accountExpirationTime.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_apacheAuthzFile.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_defaultBucketQuota.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_defaultDataQuotas.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_defaultFileQuotas.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_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 facilityvoidurn_perun_resource_attribute_def_def_defaultShell.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Checks the attribute with a default shell at the specified resource.voidurn_perun_resource_attribute_def_def_fairshareGroupName.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_fsScratchDirs.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_homeMountPoints.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Allows only homeMountPoints which are contained in underlying facilityvoidurn_perun_resource_attribute_def_def_k4GroupCode.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_k4GroupPriority.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_k5loginTargetUser.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_m365LicenseGroup.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_mailaliasesTargetUser.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_mailingListManagerEmail.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_projectsBasePath.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_replicaDestination.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_replicaDestinationPath.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_shells.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Checks the attribute with all available shells from resource's facilityvoidurn_perun_resource_attribute_def_def_sshkeysTargetUser.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_unixGID_namespace.checkAttributeSemantics(PerunSessionImpl sess, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_unixGroupName_namespace.checkAttributeSemantics(PerunSessionImpl sess, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_virt_unixGID.checkAttributeSemantics(PerunSessionImpl sess, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_virt_unixGroupName.checkAttributeSemantics(PerunSessionImpl sess, Resource resource, Attribute attribute) voidurn_perun_user_attribute_def_def_ceitecId.checkAttributeSemantics(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_cnCeitecAD.checkAttributeSemantics(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_kerberosAdminPrincipal.checkAttributeSemantics(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_kerberosLogins.checkAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_login_namespace_admin_meta.checkAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) voidurn_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.voidurn_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 organizationvoidurn_perun_user_attribute_def_def_login_namespace_lifescienceid_username.checkAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_login_namespace_mu_adm.checkAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) voidurn_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 organizationvoidurn_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 categoryvoidurn_perun_user_attribute_def_def_o365SystemEmailAddresses_mu.checkAttributeSemantics(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_o365UserEmailAddresses_mu.checkAttributeSemantics(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_osbIddc2.checkAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_phone.checkAttributeSemantics(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_preferredMail.checkAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_timezone.checkAttributeSemantics(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_ucoVsup.checkAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_uid_namespace.checkAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) Checks the new UID of the user.voidurn_perun_user_attribute_def_def_userCertDNs.checkAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_userPreferredCertDN.checkAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_vsupExchangeMail.checkAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_vsupMail.checkAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_virt_loa.checkAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_facility_attribute_def_def_accountExpirationTime.checkAttributeSemantics(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) voidurn_perun_user_facility_attribute_def_def_basicDefaultGID.checkAttributeSemantics(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) voidurn_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.voidurn_perun_user_facility_attribute_def_def_homeMountPoint.checkAttributeSemantics(PerunSessionImpl session, User user, Facility facility, Attribute attribute) voidurn_perun_user_facility_attribute_def_def_shell_passwd_scp.checkAttributeSemantics(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) voidurn_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.voidurn_perun_user_facility_attribute_def_virt_defaultUnixGID.checkAttributeSemantics(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) voidurn_perun_user_facility_attribute_def_virt_login.checkAttributeSemantics(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) Calls checkAttribute on u:login-namespace:[login-namespace]voidurn_perun_user_facility_attribute_def_virt_preferredUnixGroupName.checkAttributeSemantics(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) voidurn_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.voidurn_perun_vo_attribute_def_def_applicationAffiliationRegex.checkAttributeSemantics(PerunSessionImpl sess, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_applicationAutoRejectMessages.checkAttributeSemantics(PerunSessionImpl perunSession, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_applicationExpirationRules.checkAttributeSemantics(PerunSessionImpl perunSession, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_applicationViewPreferences.checkAttributeSemantics(PerunSessionImpl sess, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_autoApproveByGroupMembership.checkAttributeSemantics(PerunSessionImpl sess, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_contactEmail.checkAttributeSemantics(PerunSessionImpl sess, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_fromEmail.checkAttributeSemantics(PerunSessionImpl sess, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_membershipExpirationRules.checkAttributeSemantics(PerunSessionImpl perunSession, Vo entity, Attribute attribute) voidurn_perun_vo_attribute_def_def_toEmail.checkAttributeSemantics(PerunSessionImpl sess, Vo vo, Attribute attribute) voidurn_perun_entityless_attribute_def_def_allowedMailDomains_mu.checkAttributeSyntax(PerunSessionImpl perunSession, String key, Attribute attribute) voidurn_perun_entityless_attribute_def_def_eduPersonORCIDConfig.checkAttributeSyntax(PerunSessionImpl perunSession, String key, Attribute attribute) voidurn_perun_entityless_attribute_def_def_identityAlertsTemplates.checkAttributeSyntax(PerunSessionImpl perunSession, String key, Attribute attribute) voidurn_perun_entityless_attribute_def_def_namespace_GIDRanges.checkAttributeSyntax(PerunSessionImpl perunSession, String key, Attribute attribute) voidurn_perun_entityless_attribute_def_def_namespace_maxUID.checkAttributeSyntax(PerunSessionImpl perunSession, String key, Attribute attribute) voidurn_perun_entityless_attribute_def_def_namespace_minUID.checkAttributeSyntax(PerunSessionImpl perunSession, String key, Attribute attribute) voidurn_perun_entityless_attribute_def_def_namespace_uid_policy.checkAttributeSyntax(PerunSessionImpl perunSession, String key, Attribute attribute) voidurn_perun_entityless_attribute_def_def_namespace_UIDRanges.checkAttributeSyntax(PerunSessionImpl perunSession, String key, Attribute attribute) voidurn_perun_entityless_attribute_def_def_nonAuthzAccActivationMailTemplate_namespace.checkAttributeSyntax(PerunSessionImpl perunSession, String key, Attribute attribute) voidurn_perun_entityless_attribute_def_def_nonAuthzPwdResetMailTemplate_namespace.checkAttributeSyntax(PerunSessionImpl perunSession, String key, Attribute attribute) voidurn_perun_entityless_attribute_def_def_orgAups.checkAttributeSyntax(PerunSessionImpl perunSession, String key, Attribute attribute) voidurn_perun_entityless_attribute_def_def_usedGids.checkAttributeSyntax(PerunSessionImpl perunSession, String key, Attribute attribute) voidurn_perun_facility_attribute_def_def_capabilities.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_fsScratchDirs.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_homeDirUmask.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Method for checking permission mask of home directory.voidurn_perun_facility_attribute_def_def_homeMountPoints.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Checks attribute facility_homeMountPoints, this attribute must be valid *nix pathvoidurn_perun_facility_attribute_def_def_ldapBaseDN.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_ldapBaseDNGroup.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_m365AllowedLicensesPriorities.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_passwdScpDestinationFile.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Method for checking path of the file.voidurn_perun_facility_attribute_def_def_quotaEnabled.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_rpEnvironment.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_rpProtocol.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_rtOutputFileName.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_scratchDirPermissions.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_scratchLocalDirPermissions.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_shell_passwd_scp.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidurn_perun_facility_attribute_def_def_shells.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Checks if the facility has properly set shells.voidurn_perun_group_attribute_def_def_adGroupName.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_adName_o365mu.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_applicationAffiliationRegex.checkAttributeSyntax(PerunSessionImpl perunSession, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_applicationAutoRejectMessages.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_applicationExpirationRules.checkAttributeSyntax(PerunSessionImpl perunSession, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_applicationViewPreferences.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_authoritativeGroup.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_autoApproveByGroupMembership.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_fromEmail.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_googleGroupName_namespace.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_groupStructureResources.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_groupStructureSynchronizationInterval.checkAttributeSyntax(PerunSessionImpl perunSession, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_groupStructureSynchronizationTimes.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_groupSynchronizationFilename.checkAttributeSyntax(PerunSessionImpl perunSession, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_groupSynchronizationTimes.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_htmlMailFooter.checkAttributeSyntax(PerunSessionImpl perunSession, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_lastSynchronizationTimestamp.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_o365EmailAddresses_o365mu.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_o365SendAsGroups.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_o365SendOnBehalfGroups.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_synchronizationEnabled.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_synchronizationInterval.checkAttributeSyntax(PerunSessionImpl perunSession, Group group, Attribute attribute) voidurn_perun_group_attribute_def_def_unixGroupName_namespace.checkAttributeSyntax(PerunSessionImpl sess, Group group, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_adName.checkAttributeSyntax(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_drupalGroupType.checkAttributeSyntax(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_isSystemUnixGroup.checkAttributeSyntax(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_o365EmailAddresses_mu.checkAttributeSyntax(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_projectDataLimit.checkAttributeSyntax(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_projectDataQuota.checkAttributeSyntax(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_projectDirPermissions.checkAttributeSyntax(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_projectName.checkAttributeSyntax(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_projectOwnerLogin.checkAttributeSyntax(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_systemUnixGID.checkAttributeSyntax(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_systemUnixGroupName.checkAttributeSyntax(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_vomsGroupName.checkAttributeSyntax(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) voidurn_perun_group_resource_attribute_def_def_vomsRoles.checkAttributeSyntax(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) voidurn_perun_member_attribute_def_def_lifecycleTimestamps.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Attribute attribute) voidurn_perun_member_attribute_def_def_mail.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Attribute attribute) voidurn_perun_member_attribute_def_def_membershipExpiration.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Attribute attribute) Checks if the corresponding attribute um:membershipExpiration is null or matches with regular expression yyyy-MM-ddvoidurn_perun_member_attribute_def_def_o365EmailAddresses_mu.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Attribute attribute) voidurn_perun_member_attribute_def_def_phone.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Attribute attribute) voidurn_perun_member_group_attribute_def_def_groupMembershipExpiration.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) voidurn_perun_member_group_attribute_def_def_lifecycleTimestamps.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) voidurn_perun_member_group_attribute_def_virt_groupStatus.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) voidurn_perun_member_resource_attribute_def_def_bucketQuota.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) voidurn_perun_member_resource_attribute_def_def_bucketQuotaOverride.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) voidurn_perun_member_resource_attribute_def_def_dataQuotas.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) voidurn_perun_member_resource_attribute_def_def_dataQuotasOverride.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) voidurn_perun_member_resource_attribute_def_def_fileQuotas.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) voidurn_perun_member_resource_attribute_def_def_fileQuotasOverride.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) voidurn_perun_member_resource_attribute_def_virt_groupStatus.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_apacheAuthzFile.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_capabilities.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_defaultBucketQuota.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_defaultDataQuotas.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_defaultFileQuotas.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_defaultHomeMountPoint.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Checks syntax of attribute value, allows valid unix paths only.voidurn_perun_resource_attribute_def_def_fairshareGroupName.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_fsScratchDirs.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_homeMountPoints.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_k4GroupCode.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_k4GroupName.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_k5loginTargetUser.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_kerberosPrincipalsFileSuffix.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_mailaliasesTargetUser.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_mailingListManagerEmail.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_maxUserBucketQuota.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_maxUserDataQuotas.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_maxUserFileQuotas.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_projectsBasePath.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_replicaDestination.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_replicaDestinationPath.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_shells.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_sshkeysTargetUser.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_unixGroupName_namespace.checkAttributeSyntax(PerunSessionImpl sess, Resource resource, Attribute attribute) voidurn_perun_resource_attribute_def_def_vomsRoles.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidurn_perun_ues_attribute_def_def_isCesnetEligibleLastSeen.checkAttributeSyntax(PerunSessionImpl perunSession, UserExtSource ues, Attribute attribute) voidurn_perun_user_attribute_def_def_cscaleCountry.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) Checks if users country has allowed valuevoidurn_perun_user_attribute_def_def_cscaleResearchField.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) Checks if users research field has allowed valuevoidurn_perun_user_attribute_def_def_cscaleUserCategory.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) Checks if users category has allowed valuevoidurn_perun_user_attribute_def_def_cscaleUserFunction.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) Checks if users function has allowed valuevoidurn_perun_user_attribute_def_def_eduroamIdentities.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_elixirScopedAffiliation.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_expirationDc2.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_expirationKos.checkAttributeSyntax(PerunSessionImpl perunSession, User member, Attribute attribute) voidurn_perun_user_attribute_def_def_expirationManual.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_isCesnetEligibleLastSeen.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_k4Nav.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_k4Staleakt.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_kerberosAdminPrincipal.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_kerberosLogins.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_login_namespace_ceitec.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) Check if the user's login is in the correct format and if it is permitted to use.voidurn_perun_user_attribute_def_def_login_namespace_eduroam_vsup.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) Check if eduroam login has permitted valuevoidurn_perun_user_attribute_def_def_login_namespace_eduteams_acc_nickname.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) Check if the user's login is in the correct format and if it is permitted to use.voidurn_perun_user_attribute_def_def_login_namespace_eduteams_nickname.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) Check if the user's login is in the correct format and if it is permitted to use.voidurn_perun_user_attribute_def_def_login_namespace_fenix_nickname.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) Check if the user's login is in the correct format and if it is permitted to use.voidurn_perun_user_attribute_def_def_login_namespace_lifescienceid_username.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_login_namespace_vsup.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) Check if the user's login is in the correct format and if it is permitted to use.voidurn_perun_user_attribute_def_def_login_namespace.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) Checks if the user's login is in the correct format and if it is permitted to usevoidurn_perun_user_attribute_def_def_mailaliasesGenericMail.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_mfaEnforceSettings.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Attribute attribute) Attribute value should be a valid JSON.voidurn_perun_user_attribute_def_def_o365SystemEmailAddresses_mu.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_o365UserEmailAddresses_mu.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_phone.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_preferredMail.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_preferredShells.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_preferredUnixGroupName_namespace.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_rootMailAliasesMail.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_sshPublicKey.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_timezone.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_userCertDNs.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_userCertificates.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_vsupExchangeMail.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_vsupExchangeMailAliases.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_vsupMail.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_attribute_def_def_vsupPreferredMail.checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) voidurn_perun_user_facility_attribute_def_def_homeMountPoint.checkAttributeSyntax(PerunSessionImpl session, User user, Facility facility, Attribute attribute) voidurn_perun_user_facility_attribute_def_def_o365AccountExtension.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) voidurn_perun_user_facility_attribute_def_def_shell_passwd_scp.checkAttributeSyntax(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) voidurn_perun_user_facility_attribute_def_def_shell.checkAttributeSyntax(PerunSessionImpl session, User user, Facility facility, Attribute attribute) voidurn_perun_user_facility_attribute_def_virt_groupStatus.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) voidurn_perun_vo_attribute_def_def_applicationAffiliationRegex.checkAttributeSyntax(PerunSessionImpl perunSession, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_applicationAutoRejectMessages.checkAttributeSyntax(PerunSessionImpl sess, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_applicationExpirationRules.checkAttributeSyntax(PerunSessionImpl perunSession, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_applicationViewPreferences.checkAttributeSyntax(PerunSessionImpl sess, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_aup.checkAttributeSyntax(PerunSessionImpl perunSession, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_autoApproveByGroupMembership.checkAttributeSyntax(PerunSessionImpl sess, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_contactEmail.checkAttributeSyntax(PerunSessionImpl sess, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_expirationDate.checkAttributeSyntax(PerunSessionImpl perunSession, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_fromEmail.checkAttributeSyntax(PerunSessionImpl sess, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_htmlMailFooter.checkAttributeSyntax(PerunSessionImpl perunSession, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_lastCheckDate.checkAttributeSyntax(PerunSessionImpl perunSession, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_notificationsDefLang.checkAttributeSyntax(PerunSessionImpl perunSession, Vo vo, Attribute attribute) voidurn_perun_vo_attribute_def_def_toEmail.checkAttributeSyntax(PerunSessionImpl sess, Vo vo, Attribute attribute) voidurn_perun_user_attribute_def_def_uid_namespace.deletedEntityHook(PerunSessionImpl sess, User user, Attribute attribute) urn_perun_facility_attribute_def_def_accountExpirationTime.fillAttribute(PerunSessionImpl perunSession, Facility facility, AttributeDefinition attribute) urn_perun_facility_attribute_def_def_homeMountPoints.fillAttribute(PerunSessionImpl session, Facility facility, AttributeDefinition attribute) urn_perun_facility_attribute_def_def_login_namespace.fillAttribute(PerunSessionImpl session, Facility facility, AttributeDefinition attribute) urn_perun_facility_attribute_def_def_passwdScpDestinationFile.fillAttribute(PerunSessionImpl perunSession, Facility facility, AttributeDefinition attribute) Method for filling path of the file.urn_perun_facility_attribute_def_def_pbsServer.fillAttribute(PerunSessionImpl session, Facility facility, AttributeDefinition attribute) urn_perun_facility_attribute_def_def_quotaEnabled.fillAttribute(PerunSessionImpl session, Facility facility, AttributeDefinition attribute) urn_perun_facility_attribute_def_def_shell_passwd_scp.fillAttribute(PerunSessionImpl session, Facility facility, AttributeDefinition attribute) urn_perun_facility_attribute_def_def_shells.fillAttribute(PerunSessionImpl session, Facility facility, AttributeDefinition attribute) Method for filling shells at specified facility is not implemented yet.urn_perun_facility_attribute_def_def_uid_namespace.fillAttribute(PerunSessionImpl session, Facility facility, AttributeDefinition attribute) urn_perun_facility_attribute_def_virt_maxUID.fillAttribute(PerunSessionImpl sess, Facility facility, AttributeDefinition attributeDefinition) urn_perun_facility_attribute_def_virt_minUID.fillAttribute(PerunSessionImpl sess, Facility facility, AttributeDefinition attributeDefinition) urn_perun_group_attribute_def_def_applicationAutoRejectMessages.fillAttribute(PerunSessionImpl perunSession, Group group, AttributeDefinition attribute) urn_perun_group_attribute_def_def_applicationExpirationRules.fillAttribute(PerunSessionImpl perunSession, Group group, AttributeDefinition attribute) urn_perun_group_attribute_def_def_groupMembershipExpirationRules.fillAttribute(PerunSessionImpl perunSession, Group group, AttributeDefinition attribute) urn_perun_group_attribute_def_def_o365EmailAddresses_o365mu.fillAttribute(PerunSessionImpl sess, Group group, AttributeDefinition attrDef) Prefills value created by joining value of urn:perun:groupe:attribute-def:def:adName:o365mu with "@group.muni.cz"urn_perun_group_attribute_def_def_uniqueID.fillAttribute(PerunSessionImpl session, Group group, AttributeDefinition attribute) urn_perun_group_attribute_def_def_unixGID_namespace.fillAttribute(PerunSessionImpl sess, Group group, AttributeDefinition attributeDefinition) urn_perun_group_resource_attribute_def_def_drupalGroupType.fillAttribute(PerunSessionImpl session, Group group, Resource resource, AttributeDefinition attribute) urn_perun_group_resource_attribute_def_def_isSystemUnixGroup.fillAttribute(PerunSessionImpl sess, Group group, Resource resource, AttributeDefinition attributeDefinition) urn_perun_group_resource_attribute_def_def_o365EmailAddresses_mu.fillAttribute(PerunSessionImpl sess, Group group, Resource resource, AttributeDefinition attrDef) Prefills value created by joining value of urn:perun:group_resource:attribute-def:def:adName with "@group.muni.cz"urn_perun_group_resource_attribute_def_def_systemUnixGID.fillAttribute(PerunSessionImpl sess, Group group, Resource resource, AttributeDefinition attributeDefinition) urn_perun_group_resource_attribute_def_def_systemUnixGroupName.fillAttribute(PerunSessionImpl sess, Group group, Resource resource, AttributeDefinition attributeDefinition) urn_perun_group_resource_attribute_def_virt_googleGroupName.fillAttribute(PerunSessionImpl sess, Group group, Resource resource, AttributeDefinition attributeDefinition) urn_perun_group_resource_attribute_def_virt_unixGID.fillAttribute(PerunSessionImpl sess, Group group, Resource resource, AttributeDefinition attributeDefinition) urn_perun_group_resource_attribute_def_virt_unixGroupName.fillAttribute(PerunSessionImpl sess, Group group, Resource resource, AttributeDefinition attributeDefinition) urn_perun_member_attribute_def_def_membershipExpiration.fillAttribute(PerunSessionImpl perunSession, Member member, AttributeDefinition attribute) Fill membership expiration time.urn_perun_resource_attribute_def_def_accountExpirationTime.fillAttribute(PerunSessionImpl perunSession, Resource resource, AttributeDefinition attribute) urn_perun_resource_attribute_def_def_defaultHomeMountPoint.fillAttribute(PerunSessionImpl perunSession, Resource resource, AttributeDefinition attribute) urn_perun_resource_attribute_def_def_defaultShell.fillAttribute(PerunSessionImpl perunSession, Resource resource, AttributeDefinition attribute) Fills the default shell at specified resource.urn_perun_resource_attribute_def_def_homeMountPoints.fillAttribute(PerunSessionImpl perunSession, Resource resource, AttributeDefinition attribute) Fill with attribute from underlying facilityurn_perun_resource_attribute_def_def_shells.fillAttribute(PerunSessionImpl perunSession, Resource resource, AttributeDefinition attribute) Fills the list of shells at the specified resource from facilityurn_perun_resource_attribute_def_def_unixGID_namespace.fillAttribute(PerunSessionImpl sess, Resource resource, AttributeDefinition attributeDefinition) urn_perun_resource_attribute_def_def_userSettingsDescription.fillAttribute(PerunSessionImpl session, Resource resource, AttributeDefinition attribute) urn_perun_resource_attribute_def_def_userSettingsName.fillAttribute(PerunSessionImpl session, Resource resource, AttributeDefinition attribute) urn_perun_resource_attribute_def_virt_unixGID.fillAttribute(PerunSessionImpl sess, Resource resource, AttributeDefinition attributeDefinition) urn_perun_resource_attribute_def_virt_unixGroupName.fillAttribute(PerunSessionImpl sess, Resource resource, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_def_cnCeitecAD.fillAttribute(PerunSessionImpl session, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_def_eduroamIdentities.fillAttribute(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_def_elixirBonaFideStatus.fillAttribute(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) Deprecated.urn_perun_user_attribute_def_def_kerberosAdminPrincipal.fillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_def_kerberosLogins.fillAttribute(PerunSessionImpl sess, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_def_login_namespace_bbmri_persistent_shadow.fillAttribute(PerunSessionImpl sess, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_def_login_namespace_bbmriid_persistent_shadow.fillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_def_login_namespace_ceitec.fillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) Filling implemented for: - namespaces configured in /etc/perun/perun.properties as property: "perun.loginNamespace.generated"urn_perun_user_attribute_def_def_login_namespace_eduroam_vsup.fillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) Fill eduroam login based on všup login.urn_perun_user_attribute_def_def_login_namespace_eduteams_acc_nickname.fillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) Filling implemented for: - namespaces configured in /etc/perun/perun.properties as property: "perun.loginNamespace.generated"urn_perun_user_attribute_def_def_login_namespace_eduteams_nickname.fillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) Filling implemented for: - namespaces configured in /etc/perun/perun.properties as property: "perun.loginNamespace.generated"urn_perun_user_attribute_def_def_login_namespace_elixir_persistent_shadow.fillAttribute(PerunSessionImpl sess, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_def_login_namespace_erasmus_username.fillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) Deprecated.Filling implemented for: - namespaces configured in /etc/perun/perun.properties as property: "perun.loginNamespace.generated"urn_perun_user_attribute_def_def_login_namespace_fenix_nickname.fillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) Filling implemented for: - namespaces configured in /etc/perun/perun.properties as property: "perun.loginNamespace.generated"urn_perun_user_attribute_def_def_login_namespace_lifescienceid_persistent_shadow.fillAttribute(PerunSessionImpl sess, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_def_login_namespace_myaccessid_persistent_shadow.fillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) Format is: "[uuid]@{getDomainName()}" where [hash] represents a version 4 UUID (randomly generated).urn_perun_user_attribute_def_def_login_namespace_researcher_access_persistent_shadow.fillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) Deprecated.Format is: "[uuid]@{getDomainName()}" where [hash] represents a version 4 UUID (randomly generated).urn_perun_user_attribute_def_def_login_namespace_umbrellaid_persistent_shadow.fillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) fillAttribute will set value from umbrellaIDIdentifier attribute or generate a version 1 UUID if there is no value set for the attributeurn_perun_user_attribute_def_def_login_namespace_vsup.fillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) Filling implemented for: - namespaces configured in /etc/perun/perun.properties as property: "perun.loginNamespace.generated"urn_perun_user_attribute_def_def_login_namespace.fillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) Filling implemented for: - namespaces configured in /etc/perun/perun.properties as property: "perun.loginNamespace.generated" - You must create own attribute module for that namespace to define filling functionurn_perun_user_attribute_def_def_ucoVsup.fillAttribute(PerunSessionImpl sess, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_def_uid_namespace.fillAttribute(PerunSessionImpl sess, User user, AttributeDefinition attribute) Fills the new UID for the user at the specified facility.urn_perun_user_attribute_def_def_userCertDNs.fillAttribute(PerunSessionImpl sess, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_def_userCertificates.fillAttribute(PerunSessionImpl sess, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_def_userPreferredCertDN.fillAttribute(PerunSessionImpl sess, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_def_vsupExchangeMail.fillAttribute(PerunSessionImpl session, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_def_vsupPreferredMail.fillAttribute(PerunSessionImpl session, User user, AttributeDefinition attribute) urn_perun_user_facility_attribute_def_def_accountExpirationTime.fillAttribute(PerunSessionImpl perunSession, User user, Facility facility, AttributeDefinition attribute) urn_perun_user_facility_attribute_def_def_basicDefaultGID.fillAttribute(PerunSessionImpl sess, User user, Facility facility, AttributeDefinition attributeDefinition) urn_perun_user_facility_attribute_def_def_homeMountPoint.fillAttribute(PerunSessionImpl session, User user, Facility facility, AttributeDefinition attribute) urn_perun_user_facility_attribute_def_def_shell_passwd_scp.fillAttribute(PerunSessionImpl sess, User user, Facility facility, AttributeDefinition attributeDefinition) urn_perun_user_facility_attribute_def_virt_login.fillAttribute(PerunSessionImpl sess, User user, Facility facility, AttributeDefinition attributeDefinition) Calls fillAttribute on u:login-namespace:[login-namespace]urn_perun_user_facility_attribute_def_virt_UID.fillAttribute(PerunSessionImpl sess, User user, Facility facility, AttributeDefinition attribute) Fills the new UID for the user at the specified facility.urn_perun_vo_attribute_def_def_applicationAutoRejectMessages.fillAttribute(PerunSessionImpl perunSession, Vo vo, AttributeDefinition attribute) urn_perun_vo_attribute_def_def_applicationExpirationRules.fillAttribute(PerunSessionImpl perunSession, Vo vo, AttributeDefinition attribute) urn_perun_vo_attribute_def_def_membershipExpirationRules.fillAttribute(PerunSessionImpl sess, Vo vo, AttributeDefinition attribute) urn_perun_vo_attribute_def_def_RTVoQueue.fillAttribute(PerunSessionImpl sess, Vo vo, AttributeDefinition attribute) booleanurn_perun_user_attribute_def_virt_eduPersonORCID.getAlsoExtLogin(PerunSessionImpl sess) urn_perun_facility_attribute_def_virt_GIDRanges.getAttributeValue(PerunSessionImpl sess, Facility facility, AttributeDefinition attributeDefinition) urn_perun_facility_attribute_def_virt_maxUID.getAttributeValue(PerunSessionImpl sess, Facility facility, AttributeDefinition attributeDefinition) urn_perun_facility_attribute_def_virt_minUID.getAttributeValue(PerunSessionImpl sess, Facility facility, AttributeDefinition attributeDefinition) urn_perun_facility_attribute_def_virt_UIDRanges.getAttributeValue(PerunSessionImpl sess, Facility facility, AttributeDefinition attributeDefinition) urn_perun_facility_attribute_def_virt_voShortNames.getAttributeValue(PerunSessionImpl sess, Facility facility, AttributeDefinition attributeDefinition) urn_perun_group_attribute_def_virt_adDisplayName_o365mu.getAttributeValue(PerunSessionImpl sess, Group group, AttributeDefinition attributeDefinition) urn_perun_group_attribute_def_virt_adGroupName.getAttributeValue(PerunSessionImpl sess, Group group, AttributeDefinition attributeDefinition) urn_perun_group_attribute_def_virt_autoRegistrationEnabled.getAttributeValue(PerunSessionImpl sess, Group group, AttributeDefinition attributeDefinition) urn_perun_group_attribute_def_virt_denbiProjectMembers.getAttributeValue(PerunSessionImpl perunSession, Group group, AttributeDefinition attribute) urn_perun_group_attribute_def_virt_groupDetailUrl.getAttributeValue(PerunSessionImpl perunSession, Group group, AttributeDefinition attributeDefinition) urn_perun_group_attribute_def_virt_voShortName.getAttributeValue(PerunSessionImpl perunSession, Group group, AttributeDefinition attributeDefinition) urn_perun_group_resource_attribute_def_virt_googleGroupName.getAttributeValue(PerunSessionImpl sess, Group group, Resource resource, AttributeDefinition attributeDefinition) urn_perun_group_resource_attribute_def_virt_unixGID.getAttributeValue(PerunSessionImpl sess, Group group, Resource resource, AttributeDefinition attributeDefinition) urn_perun_group_resource_attribute_def_virt_unixGroupName.getAttributeValue(PerunSessionImpl sess, Group group, Resource resource, AttributeDefinition attributeDefinition) urn_perun_member_attribute_def_virt_isLifecycleAlterable.getAttributeValue(PerunSessionImpl sess, Member member, AttributeDefinition attribute) urn_perun_member_attribute_def_virt_isSuspended.getAttributeValue(PerunSessionImpl sess, Member member, AttributeDefinition attributeDefinition) urn_perun_member_attribute_def_virt_mails.getAttributeValue(PerunSessionImpl sess, Member member, AttributeDefinition attributeDef) urn_perun_member_group_attribute_def_virt_groupStatus.getAttributeValue(PerunSessionImpl sess, Member member, Group group, AttributeDefinition attribute) urn_perun_member_group_attribute_def_virt_groupStatusIndirect.getAttributeValue(PerunSessionImpl sess, Member member, Group group, AttributeDefinition attribute) urn_perun_member_group_attribute_def_virt_isGroupAdmin.getAttributeValue(PerunSessionImpl sess, Member member, Group group, AttributeDefinition attributeDefinition) urn_perun_member_group_attribute_def_virt_o365SendAs.getAttributeValue(PerunSessionImpl sess, Member member, Group group, AttributeDefinition attribute) urn_perun_member_group_attribute_def_virt_o365SendOnBehalf.getAttributeValue(PerunSessionImpl sess, Member member, Group group, AttributeDefinition attribute) urn_perun_member_resource_attribute_def_virt_bucketQuota.getAttributeValue(PerunSessionImpl sess, Member member, Resource resource, AttributeDefinition attributeDefinition) urn_perun_member_resource_attribute_def_virt_dataQuotas.getAttributeValue(PerunSessionImpl sess, Member member, Resource resource, AttributeDefinition attributeDefinition) urn_perun_member_resource_attribute_def_virt_fileQuotas.getAttributeValue(PerunSessionImpl sess, Member member, Resource resource, AttributeDefinition attributeDefinition) urn_perun_member_resource_attribute_def_virt_groupStatus.getAttributeValue(PerunSessionImpl sess, Member member, Resource resource, AttributeDefinition attributeDefinition) urn_perun_member_resource_attribute_def_virt_isBanned.getAttributeValue(PerunSessionImpl sess, Member member, Resource resource, AttributeDefinition attributeDefinition) urn_perun_resource_attribute_def_virt_assignedGroups.getAttributeValue(PerunSessionImpl sess, Resource resource, AttributeDefinition attributeDefinition) urn_perun_resource_attribute_def_virt_unixGID.getAttributeValue(PerunSessionImpl sess, Resource resource, AttributeDefinition attributeDefinition) urn_perun_resource_attribute_def_virt_unixGroupName.getAttributeValue(PerunSessionImpl sess, Resource resource, AttributeDefinition attributeDefinition) urn_perun_resource_attribute_def_virt_voShortName.getAttributeValue(PerunSessionImpl sess, Resource resource, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_additionalIdentifiers.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition destinationAttributeDefinition) urn_perun_user_attribute_def_virt_anonymized.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_associatedUsersMails.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_earliestActiveLastAccess.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_eduPersonEntitlement.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition destinationAttributeDefinition) urn_perun_user_attribute_def_virt_eduPersonORCID.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition destinationAttributeDefinition) urn_perun_user_attribute_def_virt_eduPersonPrincipalNames.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_eduPersonScopedAffiliations.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition destinationAttributeDefinition) urn_perun_user_attribute_def_virt_forwardedVoPersonExternalAffiliation.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition destinationAttributeDefinition) urn_perun_user_attribute_def_virt_groupNames.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_kerberosLogins.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_loa.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_loaFenix.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition destinationAttributeDefinition) urn_perun_user_attribute_def_virt_login_namespace_erasmus_username.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) Deprecated.urn_perun_user_attribute_def_virt_login_namespace_researcher_access_persistent.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) Deprecated.urn_perun_user_attribute_def_virt_logins_namespace_google.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_mfaStatus.getAttributeValue(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_virt_optional_login_namespace_egi.getAttributeValue(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_virt_optional_login_namespace_mu.getAttributeValue(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_virt_optional_login_namespace.getAttributeValue(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_virt_preferredPhone.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_scopedLogin_namespace_mu.getAttributeValue(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) urn_perun_user_attribute_def_virt_shibbolethExtSources.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_sponsoredMembershipInOrganizations.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_tcsMails_mu.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_unscopedLogin_namespace.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_userCertDNs.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_userCertExpirations.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_userCertificatesLimited.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_userEligibilities.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_userOrganizations.getAttributeValue(PerunSessionImpl perunSession, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_vomsDiracNickname.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) urn_perun_user_attribute_def_virt_voPersonExternalAffiliation.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition destinationAttributeDefinition) urn_perun_user_facility_attribute_def_virt_dataQuotas.getAttributeValue(PerunSessionImpl sess, User user, Facility facility, AttributeDefinition attributeDefinition) urn_perun_user_facility_attribute_def_virt_defaultUnixGID.getAttributeValue(PerunSessionImpl sess, User user, Facility facility, AttributeDefinition attributeDefinition) urn_perun_user_facility_attribute_def_virt_enabledO365MailForward.getAttributeValue(PerunSessionImpl sess, User user, Facility facility, AttributeDefinition attributeDefinition) urn_perun_user_facility_attribute_def_virt_fileQuotas.getAttributeValue(PerunSessionImpl sess, User user, Facility facility, AttributeDefinition attributeDefinition) urn_perun_user_facility_attribute_def_virt_groupStatus.getAttributeValue(PerunSessionImpl sess, User user, Facility facility, AttributeDefinition attributeDefinition) urn_perun_user_facility_attribute_def_virt_isBanned.getAttributeValue(PerunSessionImpl sess, User user, Facility facility, AttributeDefinition attributeDefinition) urn_perun_user_facility_attribute_def_virt_login.getAttributeValue(PerunSessionImpl sess, User user, Facility facility, AttributeDefinition attributeDefinition) Gets the value of the attribute f:login-namespace and then finds the value of the attribute u:login-namespace:[login-namespace]urn_perun_user_facility_attribute_def_virt_preferredUnixGroupName.getAttributeValue(PerunSessionImpl sess, User user, Facility facility, AttributeDefinition attributeDefinition) urn_perun_user_facility_attribute_def_virt_shell.getAttributeValue(PerunSessionImpl sess, User user, Facility facility, AttributeDefinition attributeDefinition) urn_perun_user_facility_attribute_def_virt_UID.getAttributeValue(PerunSessionImpl sess, User user, Facility facility, AttributeDefinition attributeDefinition) Gets the value of the attribute f:uid-namespace and then finds the value of the attribute u:uid-namespace:[uid-namespace]urn_perun_user_attribute_def_virt_eduPersonORCID.getExtSourceFilter(PerunSessionImpl sess) urn_perun_user_attribute_def_virt_mails_namespace_google.getExtSourceFilter(PerunSessionImpl sess) urn_perun_user_attribute_def_virt_mails_namespace_microsoft.getExtSourceFilter(PerunSessionImpl sess) urn_perun_user_attribute_def_virt_eduPersonORCID.getValueFilter(PerunSessionImpl sess) protected cz.metacentrum.perun.core.impl.modules.attributes.DnsMapCtxurn_perun_user_attribute_def_virt_institutionsCountries.initModifyValueContext(PerunSessionImpl sess, User user, AttributeDefinition attr) Loads DNS-to-country translation map from attribute urn:perun:entityless:attribute-def:def:dnsStateMaping.voidurn_perun_facility_attribute_def_virt_maxUID.removeAttributeValue(PerunSessionImpl sess, Facility facility, AttributeDefinition attributeDefinition) voidurn_perun_facility_attribute_def_virt_minUID.removeAttributeValue(PerunSessionImpl sess, Facility facility, AttributeDefinition attributeDefinition) voidurn_perun_facility_attribute_def_virt_UIDRanges.removeAttributeValue(PerunSessionImpl sess, Facility facility, AttributeDefinition attributeDefinition) booleanurn_perun_group_resource_attribute_def_virt_googleGroupName.removeAttributeValue(PerunSessionImpl sess, Group group, Resource resource, AttributeDefinition attribute) booleanurn_perun_group_resource_attribute_def_virt_unixGID.removeAttributeValue(PerunSessionImpl sess, Group group, Resource resource, AttributeDefinition attribute) booleanurn_perun_group_resource_attribute_def_virt_unixGroupName.removeAttributeValue(PerunSessionImpl sess, Group group, Resource resource, AttributeDefinition attribute) booleanurn_perun_member_group_attribute_def_virt_isGroupAdmin.removeAttributeValue(PerunSessionImpl sess, Member member, Group group, AttributeDefinition attribute) booleanurn_perun_resource_attribute_def_virt_unixGID.removeAttributeValue(PerunSessionImpl sess, Resource resource, AttributeDefinition attribute) booleanurn_perun_resource_attribute_def_virt_unixGroupName.removeAttributeValue(PerunSessionImpl sess, Resource resource, AttributeDefinition attribute) booleanurn_perun_resource_attribute_def_virt_voShortName.removeAttributeValue(PerunSessionImpl sess, Resource resource, AttributeDefinition attribute) urn_perun_facility_attribute_def_virt_voShortNames.resolveVirtualAttributeValueChange(PerunSessionImpl sess, AuditEvent message) urn_perun_member_attribute_def_def_suspensionInfo.resolveVirtualAttributeValueChange(PerunSessionImpl session, AuditEvent message) urn_perun_member_resource_attribute_def_virt_isBanned.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) urn_perun_user_attribute_def_virt_earliestActiveLastAccess.resolveVirtualAttributeValueChange(PerunSessionImpl sess, AuditEvent message) urn_perun_user_attribute_def_virt_eduPersonScopedAffiliations.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) urn_perun_user_attribute_def_virt_groupNames.resolveVirtualAttributeValueChange(PerunSessionImpl sess, 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_kerberosLogins.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) urn_perun_user_attribute_def_virt_loa.resolveVirtualAttributeValueChange(PerunSessionImpl sess, AuditEvent message) urn_perun_user_attribute_def_virt_studentIdentifiers.resolveVirtualAttributeValueChange(PerunSessionImpl sess, AuditEvent message) urn_perun_user_attribute_def_virt_tcsMails_mu.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) urn_perun_user_attribute_def_virt_unscopedLogin_namespace_einfraid_persistent_shadow.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) urn_perun_user_attribute_def_virt_userCertDNs.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) urn_perun_user_attribute_def_virt_voPersonExternalAffiliation.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) urn_perun_user_facility_attribute_def_virt_isBanned.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) urn_perun_user_attribute_def_virt_eduPersonPrincipalNames.searchInAttributesValues(PerunSessionImpl perunSession, String login) booleanurn_perun_facility_attribute_def_virt_GIDRanges.setAttributeValue(PerunSessionImpl sess, Facility facility, Attribute attribute) booleanurn_perun_facility_attribute_def_virt_maxUID.setAttributeValue(PerunSessionImpl sess, Facility facility, Attribute attribute) booleanurn_perun_facility_attribute_def_virt_minUID.setAttributeValue(PerunSessionImpl sess, Facility facility, Attribute attribute) booleanurn_perun_group_resource_attribute_def_virt_googleGroupName.setAttributeValue(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) booleanurn_perun_group_resource_attribute_def_virt_unixGID.setAttributeValue(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) booleanurn_perun_group_resource_attribute_def_virt_unixGroupName.setAttributeValue(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) booleanurn_perun_member_group_attribute_def_virt_isGroupAdmin.setAttributeValue(PerunSessionImpl sess, Member member, Group group, Attribute attribute) booleanurn_perun_resource_attribute_def_virt_unixGID.setAttributeValue(PerunSessionImpl sess, Resource resource, Attribute attribute) booleanurn_perun_resource_attribute_def_virt_unixGroupName.setAttributeValue(PerunSessionImpl sess, Resource resource, Attribute attribute) booleanurn_perun_resource_attribute_def_virt_voShortName.setAttributeValue(PerunSessionImpl sess, Resource resource, Attribute attribute) booleanurn_perun_user_facility_attribute_def_virt_defaultUnixGID.setAttributeValue(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) booleanurn_perun_user_facility_attribute_def_virt_login.setAttributeValue(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) booleanurn_perun_user_facility_attribute_def_virt_preferredUnixGroupName.setAttributeValue(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) booleanurn_perun_user_facility_attribute_def_virt_shell.setAttributeValue(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) booleanurn_perun_user_facility_attribute_def_virt_UID.setAttributeValue(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) -
Uses of PerunSessionImpl in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi with parameters of type PerunSessionImplModifier and TypeMethodDescriptionUsersManagerImplApi.findUsersWithExtSourceAttributeValueEnding(PerunSessionImpl sess, String attributeName, String valueEnd, List<String> excludeValueEnds) Implements search for #UsersManagerBl.findUsersWithExtSourceAttributeValueEnding(). -
Uses of PerunSessionImpl in cz.metacentrum.perun.core.implApi.modules.attributes
Methods in cz.metacentrum.perun.core.implApi.modules.attributes that return PerunSessionImplModifier and TypeMethodDescriptionUserVirtualAttributeCollectedFromUserExtSource.ModifyValueContext.getSession()Methods in cz.metacentrum.perun.core.implApi.modules.attributes with parameters of type PerunSessionImplModifier and TypeMethodDescriptionvoidEntitylessAttributesModuleAbstract.changedAttributeHook(PerunSessionImpl session, String key, Attribute attribute) voidEntitylessAttributesModuleImplApi.changedAttributeHook(PerunSessionImpl session, String key, Attribute attribute) If you need to do some further work with other modules, this method do thatvoidFacilityAttributesModuleAbstract.changedAttributeHook(PerunSessionImpl session, Facility facility, Attribute attribute) voidFacilityAttributesModuleImplApi.changedAttributeHook(PerunSessionImpl session, Facility facility, Attribute attribute) If you need to do some further work with other modules, this method do thatvoidGroupAttributesModuleAbstract.changedAttributeHook(PerunSessionImpl session, Group group, Attribute attribute) voidGroupAttributesModuleImplApi.changedAttributeHook(PerunSessionImpl session, Group group, Attribute attribute) If you need to do some further work with other modules, this method do thatvoidGroupResourceAttributesModuleAbstract.changedAttributeHook(PerunSessionImpl session, Group group, Resource resource, Attribute attribute) voidGroupResourceAttributesModuleImplApi.changedAttributeHook(PerunSessionImpl session, Group group, Resource resource, Attribute attribute) If you need to do some further work with other modules, this method do thatvoidHostAttributesModuleAbstract.changedAttributeHook(PerunSessionImpl session, Host host, Attribute attribute) voidHostAttributesModuleImplApi.changedAttributeHook(PerunSessionImpl session, Host host, Attribute attribute) If you need to do some further work with other modules, this method do thatvoidMemberAttributesModuleAbstract.changedAttributeHook(PerunSessionImpl session, Member member, Attribute attribute) voidMemberAttributesModuleImplApi.changedAttributeHook(PerunSessionImpl session, Member member, Attribute attribute) If you need to do some further work with other modules, this method do thatvoidMemberGroupAttributesModuleAbstract.changedAttributeHook(PerunSessionImpl session, Member member, Group group, Attribute attribute) voidMemberGroupAttributesModuleImplApi.changedAttributeHook(PerunSessionImpl session, Member member, Group group, Attribute attribute) If you need to do some further work with other modules, this method do thatvoidMemberResourceAttributesModuleAbstract.changedAttributeHook(PerunSessionImpl session, Member member, Resource resource, Attribute attribute) voidMemberResourceAttributesModuleImplApi.changedAttributeHook(PerunSessionImpl session, Member member, Resource resource, Attribute attribute) If you need to do some further work with other modules, this method do thatvoidResourceAttributesModuleAbstract.changedAttributeHook(PerunSessionImpl session, Resource resource, Attribute attribute) voidResourceAttributesModuleImplApi.changedAttributeHook(PerunSessionImpl session, Resource resource, Attribute attribute) If you need to do some further work with other modules, this method do thatvoidUserAttributesModuleAbstract.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) voidUserAttributesModuleImplApi.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) If you need to do some further work with other modules, this method do thatvoidUserExtSourceAttributesModuleAbstract.changedAttributeHook(PerunSessionImpl session, UserExtSource ues, Attribute attribute) voidUserExtSourceAttributesModuleImplApi.changedAttributeHook(PerunSessionImpl session, UserExtSource ues, Attribute attribute) If you need to do some further work with other modules, this method do thatvoidUserFacilityAttributesModuleAbstract.changedAttributeHook(PerunSessionImpl session, User user, Facility facility, Attribute attribute) voidUserFacilityAttributesModuleImplApi.changedAttributeHook(PerunSessionImpl session, User user, Facility facility, Attribute attribute) If you need to do some further work with other modules, this method do thatvoidUserPersistentShadowAttribute.changedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) ChangedAttributeHook() sets UserExtSource with following properties: - extSourceType is IdP - extSourceName is {getExtSourceName()} - user's extSource login is the same as his persistent attributevoidVoAttributesModuleAbstract.changedAttributeHook(PerunSessionImpl session, Vo vo, Attribute attribute) voidVoAttributesModuleImplApi.changedAttributeHook(PerunSessionImpl session, Vo vo, Attribute attribute) If you need to do some further work with other modules, this method do thatvoidAbstractMembershipExpirationRulesModule.checkAttributeSemantics(PerunSessionImpl sess, T entity, Attribute attribute) voidEntitylessAttributesModuleAbstract.checkAttributeSemantics(PerunSessionImpl perunSession, String key, Attribute attribute) voidEntitylessAttributesModuleImplApi.checkAttributeSemantics(PerunSessionImpl perunSession, String key, Attribute attribute) Checks if value of this entityless attribute has valid semantics.voidFacilityAttributesModuleAbstract.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidFacilityAttributesModuleImplApi.checkAttributeSemantics(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Checks if value of this facility attribute has valid semantics.voidGroupAttributesModuleAbstract.checkAttributeSemantics(PerunSessionImpl perunSession, Group group, Attribute attribute) voidGroupAttributesModuleImplApi.checkAttributeSemantics(PerunSessionImpl perunSession, Group group, Attribute attribute) Checks if value of this group attribute has valid semantics.voidGroupResourceAttributesModuleAbstract.checkAttributeSemantics(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) voidGroupResourceAttributesModuleImplApi.checkAttributeSemantics(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) Checks if value of this group-resource attribute has valid semantics.voidHostAttributesModuleAbstract.checkAttributeSemantics(PerunSessionImpl session, Host host, Attribute attribute) voidHostAttributesModuleImplApi.checkAttributeSemantics(PerunSessionImpl session, Host host, Attribute attribute) Checks if value of assigned attribute to the host has valid semantics.voidMemberAttributesModuleAbstract.checkAttributeSemantics(PerunSessionImpl perunSession, Member member, Attribute attribute) voidMemberAttributesModuleImplApi.checkAttributeSemantics(PerunSessionImpl session, Member member, Attribute attribute) Checks if value of assigned attribute to the member has valid semantics.voidMemberGroupAttributesModuleAbstract.checkAttributeSemantics(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) voidMemberGroupAttributesModuleImplApi.checkAttributeSemantics(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) This method checks semantics of Member's attribute value in a specified group.voidMemberResourceAttributesModuleAbstract.checkAttributeSemantics(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) voidMemberResourceAttributesModuleImplApi.checkAttributeSemantics(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) This method checks semantics of Member's attribute value at a specified resource.voidResourceAttributesModuleAbstract.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidResourceAttributesModuleImplApi.checkAttributeSemantics(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Checks if value of this resource attribute has valid semantics.voidUserAttributesModuleAbstract.checkAttributeSemantics(PerunSessionImpl perunSession, User user, Attribute attribute) voidUserAttributesModuleImplApi.checkAttributeSemantics(PerunSessionImpl perunSession, User user, Attribute attribute) Checks if value of assigned attribute to the user has valid semantics.voidUserExtSourceAttributesModuleAbstract.checkAttributeSemantics(PerunSessionImpl perunSession, UserExtSource ues, Attribute attribute) voidUserExtSourceAttributesModuleImplApi.checkAttributeSemantics(PerunSessionImpl perunSession, UserExtSource ues, Attribute attribute) This method checks UserExtSource attribute value semantics.voidUserFacilityAttributesModuleAbstract.checkAttributeSemantics(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) voidUserFacilityAttributesModuleImplApi.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.voidVoAttributesModuleAbstract.checkAttributeSemantics(PerunSessionImpl perunSession, Vo vo, Attribute attribute) voidVoAttributesModuleImplApi.checkAttributeSemantics(PerunSessionImpl perunSession, Vo vo, Attribute attribute) Checks if value of this vo attribute has valid semantics.voidAbstractApplicationAutoRejectMessagesModule.checkAttributeSyntax(PerunSessionImpl perunSession, T entity, Attribute attribute) voidAbstractApplicationExpirationRulesModule.checkAttributeSyntax(PerunSessionImpl sess, T entity, Attribute attribute) voidAbstractMembershipExpirationRulesModule.checkAttributeSyntax(PerunSessionImpl sess, T entity, Attribute attribute) voidEntitylessAttributesModuleAbstract.checkAttributeSyntax(PerunSessionImpl perunSession, String key, Attribute attribute) voidEntitylessAttributesModuleImplApi.checkAttributeSyntax(PerunSessionImpl perunSession, String key, Attribute attribute) Checks if value of this entityless attribute has valid syntax.voidFacilityAttributesModuleAbstract.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) voidFacilityAttributesModuleImplApi.checkAttributeSyntax(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Checks if value of this facility attribute has valid syntax.voidGroupAttributesModuleAbstract.checkAttributeSyntax(PerunSessionImpl perunSession, Group group, Attribute attribute) voidGroupAttributesModuleImplApi.checkAttributeSyntax(PerunSessionImpl perunSession, Group group, Attribute attribute) Checks if value of this group attribute has valid syntax.voidGroupResourceAttributesModuleAbstract.checkAttributeSyntax(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) voidGroupResourceAttributesModuleImplApi.checkAttributeSyntax(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) Checks if value of this group-resource attribute has valid syntax.voidHostAttributesModuleAbstract.checkAttributeSyntax(PerunSessionImpl session, Host host, Attribute attribute) voidHostAttributesModuleImplApi.checkAttributeSyntax(PerunSessionImpl session, Host host, Attribute attribute) Checks if value of assigned attribute to the host has valid syntax.voidMemberAttributesModuleAbstract.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Attribute attribute) voidMemberAttributesModuleImplApi.checkAttributeSyntax(PerunSessionImpl session, Member member, Attribute attribute) Checks if value of assigned attribute to the member has valid syntax.voidMemberGroupAttributesModuleAbstract.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) voidMemberGroupAttributesModuleImplApi.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) This method checks syntax of Member's attribute value in a specified group.voidMemberResourceAttributesModuleAbstract.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) voidMemberResourceAttributesModuleImplApi.checkAttributeSyntax(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) This method checks syntax of Member's attribute value at a specified resource.voidResourceAttributesModuleAbstract.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) voidResourceAttributesModuleImplApi.checkAttributeSyntax(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Checks if value of this resource attribute has valid syntax.voidUserAttributesModuleAbstract.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Attribute attribute) voidUserAttributesModuleImplApi.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Attribute attribute) Checks if assigned attribute value to the user has valid syntax.voidUserExtSourceAttributesModuleAbstract.checkAttributeSyntax(PerunSessionImpl perunSession, UserExtSource ues, Attribute attribute) voidUserExtSourceAttributesModuleImplApi.checkAttributeSyntax(PerunSessionImpl perunSession, UserExtSource ues, Attribute attribute) This method checks UserExtSource attribute value syntax.voidUserFacilityAttributesModuleAbstract.checkAttributeSyntax(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) voidUserFacilityAttributesModuleImplApi.checkAttributeSyntax(PerunSessionImpl session, User user, Facility facility, Attribute attribute) Checks if value of assigned attribute in relationship between those two entities has a correct syntax.voidVoAttributesModuleAbstract.checkAttributeSyntax(PerunSessionImpl perunSession, Vo vo, Attribute attribute) voidVoAttributesModuleImplApi.checkAttributeSyntax(PerunSessionImpl perunSession, Vo vo, Attribute attribute) Checks if value of this vo attribute has valid syntax.voidUserAttributesModuleAbstract.deletedEntityHook(PerunSessionImpl perunSession, User user, Attribute attribute) voidUserAttributesModuleImplApi.deletedEntityHook(PerunSessionImpl perunSession, User user, Attribute attribute) Triggers for attributes connected to a user entity being deletedEntitylessAttributesModuleAbstract.fillAttribute(PerunSessionImpl session, String key, AttributeDefinition attribute) EntitylessAttributesModuleImplApi.fillAttribute(PerunSessionImpl perunSession, String key, AttributeDefinition attribute) This method MAY fill an attribute at the specified resource.FacilityAttributesModuleAbstract.fillAttribute(PerunSessionImpl session, Facility facility, AttributeDefinition attribute) FacilityAttributesModuleImplApi.fillAttribute(PerunSessionImpl perunSession, Facility facility, AttributeDefinition attribute) This method MAY fill an attribute at the specified resource.GroupAttributesModuleAbstract.fillAttribute(PerunSessionImpl session, Group group, AttributeDefinition attribute) GroupAttributesModuleImplApi.fillAttribute(PerunSessionImpl perunSession, Group group, AttributeDefinition attribute) This method MAY fill an attribute at the specified resource.GroupResourceAttributesModuleAbstract.fillAttribute(PerunSessionImpl session, Group group, Resource resource, AttributeDefinition attribute) GroupResourceAttributesModuleImplApi.fillAttribute(PerunSessionImpl perunSession, Group group, Resource resource, AttributeDefinition attribute) This method MAY fill an attribute at the specified resource.HostAttributesModuleAbstract.fillAttribute(PerunSessionImpl session, Host host, AttributeDefinition attribute) HostAttributesModuleImplApi.fillAttribute(PerunSessionImpl session, Host host, AttributeDefinition attribute) Tries to fill an attribute to the specified host.MemberAttributesModuleAbstract.fillAttribute(PerunSessionImpl session, Member member, AttributeDefinition attribute) MemberAttributesModuleImplApi.fillAttribute(PerunSessionImpl session, Member member, AttributeDefinition attribute) Tries to fill an attribute to the specified member.MemberGroupAttributesModuleAbstract.fillAttribute(PerunSessionImpl session, Member member, Group group, AttributeDefinition attribute) MemberGroupAttributesModuleImplApi.fillAttribute(PerunSessionImpl perunSession, Member member, Group group, AttributeDefinition attribute) This method MAY fill Member's attributes in a specified group.MemberResourceAttributesModuleAbstract.fillAttribute(PerunSessionImpl session, Member member, Resource resource, AttributeDefinition attribute) MemberResourceAttributesModuleImplApi.fillAttribute(PerunSessionImpl perunSession, Member member, Resource resource, AttributeDefinition attribute) This method MAY fill Member's attributes at a specified resource.ResourceAttributesModuleAbstract.fillAttribute(PerunSessionImpl session, Resource resource, AttributeDefinition attribute) ResourceAttributesModuleImplApi.fillAttribute(PerunSessionImpl perunSession, Resource resource, AttributeDefinition attribute) This method tries to fill a value of the resource attribute.UserAttributesModuleAbstract.fillAttribute(PerunSessionImpl session, User user, AttributeDefinition attribute) UserAttributesModuleImplApi.fillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) Tries to fill an attribute to the specified user.UserExtSourceAttributesModuleAbstract.fillAttribute(PerunSessionImpl session, UserExtSource ues, AttributeDefinition attribute) UserExtSourceAttributesModuleImplApi.fillAttribute(PerunSessionImpl perunSession, UserExtSource ues, AttributeDefinition attribute) This method fill UserExtSource attributes.UserFacilityAttributesModuleAbstract.fillAttribute(PerunSessionImpl session, User user, Facility facility, AttributeDefinition attribute) UserFacilityAttributesModuleImplApi.fillAttribute(PerunSessionImpl session, User user, Facility facility, AttributeDefinition attribute) Tries to fill an attribute in the relationship between a facility and userUserPersistentShadowAttribute.fillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) Format is: "[hash]@{getDomainName()}" where [hash] represents sha1hash counted from user's id and perun instance id a login-namespace name.VoAttributesModuleAbstract.fillAttribute(PerunSessionImpl session, Vo vo, AttributeDefinition attribute) VoAttributesModuleImplApi.fillAttribute(PerunSessionImpl perunSession, Vo vo, AttributeDefinition attribute) This method tries to fill appropriate Virtual Organization (Vo) attributes.protected booleanUserVirtualAttributeCollectedFromUserExtSource.getAlsoExtLogin(PerunSessionImpl sess) Override this method to return true to also collect logins from the user ext sources.UserAttributesModuleAbstract.getAnonymizedValue(PerunSessionImpl session, User user, Attribute attribute) UserAttributesModuleImplApi.getAnonymizedValue(PerunSessionImpl perunSession, User user, Attribute attribute) Gets anonymized value of the attribute.FacilityVirtualAttributesModuleAbstract.getAttributeValue(PerunSessionImpl perunSession, Facility facility, AttributeDefinition attribute) FacilityVirtualAttributesModuleImplApi.getAttributeValue(PerunSessionImpl perunSession, Facility facility, AttributeDefinition attribute) This method will return computed value.GroupResourceVirtualAttributesModuleAbstract.getAttributeValue(PerunSessionImpl perunSession, Group group, Resource resource, AttributeDefinition attribute) GroupResourceVirtualAttributesModuleImplApi.getAttributeValue(PerunSessionImpl sess, Group group, Resource resource, AttributeDefinition attribute) This method will return computed value.GroupVirtualAttributesModuleAbstract.getAttributeValue(PerunSessionImpl perunSession, Group group, AttributeDefinition attribute) GroupVirtualAttributesModuleImplApi.getAttributeValue(PerunSessionImpl perunSession, Group group, AttributeDefinition attribute) This method will return computed value.MemberGroupVirtualAttributesModuleAbstract.getAttributeValue(PerunSessionImpl sess, Member member, Group group, AttributeDefinition attribute) MemberGroupVirtualAttributesModuleImplApi.getAttributeValue(PerunSessionImpl sess, Member member, Group group, AttributeDefinition attribute) This method will return computed value.MemberResourceVirtualAttributesModuleAbstract.getAttributeValue(PerunSessionImpl perunSession, Member member, Resource resource, AttributeDefinition attribute) MemberResourceVirtualAttributesModuleImplApi.getAttributeValue(PerunSessionImpl sess, Member member, Resource resource, AttributeDefinition attribute) This method will return computed value.MemberVirtualAttributesModuleAbstract.getAttributeValue(PerunSessionImpl perunSession, Member member, AttributeDefinition attribute) MemberVirtualAttributesModuleImplApi.getAttributeValue(PerunSessionImpl perunSession, Member member, AttributeDefinition attribute) This method will return computed value.ResourceVirtualAttributesModuleAbstract.getAttributeValue(PerunSessionImpl perunSession, Resource resource, AttributeDefinition attribute) ResourceVirtualAttributesModuleImplApi.getAttributeValue(PerunSessionImpl sess, Resource resource, AttributeDefinition attribute) This method will return computed value.UserExtSourceVirtualAttributesModuleAbstract.getAttributeValue(PerunSessionImpl perunSession, UserExtSource ues, AttributeDefinition attribute) UserExtSourceVirtualAttributesModuleImplApi.getAttributeValue(PerunSessionImpl sess, UserExtSource ues, AttributeDefinition attribute) This method will return computed value.UserFacilityVirtualAttributesModuleAbstract.getAttributeValue(PerunSessionImpl perunSession, User user, Facility facility, AttributeDefinition attribute) UserFacilityVirtualAttributesModuleImplApi.getAttributeValue(PerunSessionImpl perunSession, User user, Facility facility, AttributeDefinition attribute) This method will return computed value.UserVirtualAttributeCollectedFromUserExtSource.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition destinationAttributeDefinition) UserVirtualAttributesModuleAbstract.getAttributeValue(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) UserVirtualAttributesModuleImplApi.getAttributeValue(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) This method will return computed value.UserVirtualPersistentAttribute.getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) protected Predicate<UserExtSource> UserVirtualAttributeCollectedFromUserExtSource.getExtSourceFilter(PerunSessionImpl sess) Override this method to filter the user ext sources (collect the value from the UES only if it passes the filter).UserVirtualAttributeCollectedFromUserExtSource.getValueFilter(PerunSessionImpl sess) Override this method to filter the collected values.protected TUserVirtualAttributeCollectedFromUserExtSource.initModifyValueContext(PerunSessionImpl sess, User user, AttributeDefinition destinationAttributeDefinition) voidFacilityVirtualAttributesModuleAbstract.removeAttributeValue(PerunSessionImpl perunSession, Facility facility, AttributeDefinition attribute) voidFacilityVirtualAttributesModuleImplApi.removeAttributeValue(PerunSessionImpl perunSession, Facility facility, AttributeDefinition attribute) Currently do nothing.booleanGroupResourceVirtualAttributesModuleAbstract.removeAttributeValue(PerunSessionImpl perunSession, Group group, Resource resource, AttributeDefinition attribute) booleanGroupResourceVirtualAttributesModuleImplApi.removeAttributeValue(PerunSessionImpl sess, Group group, Resource resource, AttributeDefinition attribute) Currently do nothing.voidGroupVirtualAttributesModuleAbstract.removeAttributeValue(PerunSessionImpl perunSession, Group group, AttributeDefinition attribute) voidGroupVirtualAttributesModuleImplApi.removeAttributeValue(PerunSessionImpl perunSession, Group group, AttributeDefinition attribute) Currently do nothing.booleanMemberGroupVirtualAttributesModuleAbstract.removeAttributeValue(PerunSessionImpl sess, Member member, Group group, AttributeDefinition attribute) booleanMemberGroupVirtualAttributesModuleImplApi.removeAttributeValue(PerunSessionImpl sess, Member member, Group group, AttributeDefinition attribute) Method remove attributes' value which are dependent on this virtual attribute.booleanMemberResourceVirtualAttributesModuleAbstract.removeAttributeValue(PerunSessionImpl perunSession, Member member, Resource resource, AttributeDefinition attribute) booleanMemberResourceVirtualAttributesModuleImplApi.removeAttributeValue(PerunSessionImpl sess, Member member, Resource resource, AttributeDefinition attribute) Currently do nothing.voidMemberVirtualAttributesModuleAbstract.removeAttributeValue(PerunSessionImpl perunSession, Member member, AttributeDefinition attribute) voidMemberVirtualAttributesModuleImplApi.removeAttributeValue(PerunSessionImpl perunSession, Member member, AttributeDefinition attribute) Currently do nothing.booleanResourceVirtualAttributesModuleAbstract.removeAttributeValue(PerunSessionImpl perunSession, Resource resource, AttributeDefinition attribute) booleanResourceVirtualAttributesModuleImplApi.removeAttributeValue(PerunSessionImpl sess, Resource resource, AttributeDefinition attribute) Currently do nothing.booleanUserExtSourceVirtualAttributesModuleAbstract.removeAttributeValue(PerunSessionImpl perunSession, UserExtSource ues, AttributeDefinition attribute) booleanUserExtSourceVirtualAttributesModuleImplApi.removeAttributeValue(PerunSessionImpl sess, UserExtSource ues, AttributeDefinition attribute) Currently do nothing.booleanUserFacilityVirtualAttributesModuleAbstract.removeAttributeValue(PerunSessionImpl perunSession, User user, Facility facility, AttributeDefinition attribute) booleanUserFacilityVirtualAttributesModuleImplApi.removeAttributeValue(PerunSessionImpl perunSession, User user, Facility facility, AttributeDefinition attribute) Currently do nothing.voidUserVirtualAttributesModuleAbstract.removeAttributeValue(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) voidUserVirtualAttributesModuleImplApi.removeAttributeValue(PerunSessionImpl perunSession, User user, 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.FacilityVirtualAttributesModuleAbstract.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) GroupResourceVirtualAttributesModuleAbstract.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) GroupVirtualAttributesModuleAbstract.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) MemberGroupVirtualAttributesModuleAbstract.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) MemberResourceVirtualAttributesModuleAbstract.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) MemberVirtualAttributesModuleAbstract.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) ResourceVirtualAttributesModuleAbstract.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) UserExtSourceVirtualAttributesModuleAbstract.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) UserFacilityVirtualAttributesModuleAbstract.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) UserVirtualAttributeCollectedFromUserExtSource.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) UserVirtualAttributesModuleAbstract.resolveVirtualAttributeValueChange(PerunSessionImpl perunSession, AuditEvent message) UserVirtualAttributesModuleAbstract.searchInAttributesValues(PerunSessionImpl perunSession, String attribute) UserVirtualAttributesModuleImplApi.searchInAttributesValues(PerunSessionImpl perunSession, String attribute) Method searches all users, who have attribute with the given value.booleanFacilityVirtualAttributesModuleAbstract.setAttributeValue(PerunSessionImpl perunSession, Facility facility, Attribute attribute) booleanFacilityVirtualAttributesModuleImplApi.setAttributeValue(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.booleanGroupResourceVirtualAttributesModuleAbstract.setAttributeValue(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) booleanGroupResourceVirtualAttributesModuleImplApi.setAttributeValue(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.booleanGroupVirtualAttributesModuleAbstract.setAttributeValue(PerunSessionImpl perunSession, Group group, Attribute attribute) booleanGroupVirtualAttributesModuleImplApi.setAttributeValue(PerunSessionImpl perunSession, Group group, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.booleanMemberGroupVirtualAttributesModuleAbstract.setAttributeValue(PerunSessionImpl sess, Member member, Group group, Attribute attribute) booleanMemberGroupVirtualAttributesModuleImplApi.setAttributeValue(PerunSessionImpl sess, Member member, Group group, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.booleanMemberResourceVirtualAttributesModuleAbstract.setAttributeValue(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) booleanMemberResourceVirtualAttributesModuleImplApi.setAttributeValue(PerunSessionImpl sess, Member member, Resource resource, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.booleanMemberVirtualAttributesModuleAbstract.setAttributeValue(PerunSessionImpl perunSession, Member member, Attribute attribute) booleanMemberVirtualAttributesModuleImplApi.setAttributeValue(PerunSessionImpl perunSession, Member member, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.booleanResourceVirtualAttributesModuleAbstract.setAttributeValue(PerunSessionImpl perunSession, Resource resource, Attribute attribute) booleanResourceVirtualAttributesModuleImplApi.setAttributeValue(PerunSessionImpl sess, Resource resource, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.booleanUserExtSourceVirtualAttributesModuleAbstract.setAttributeValue(PerunSessionImpl perunSession, UserExtSource ues, Attribute attribute) booleanUserExtSourceVirtualAttributesModuleImplApi.setAttributeValue(PerunSessionImpl sess, UserExtSource ues, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.booleanUserFacilityVirtualAttributesModuleAbstract.setAttributeValue(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) booleanUserFacilityVirtualAttributesModuleImplApi.setAttributeValue(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.booleanUserVirtualAttributesModuleAbstract.setAttributeValue(PerunSessionImpl perunSession, User user, Attribute attribute) booleanUserVirtualAttributesModuleImplApi.setAttributeValue(PerunSessionImpl perunSession, User user, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.Constructors in cz.metacentrum.perun.core.implApi.modules.attributes with parameters of type PerunSessionImplModifierConstructorDescriptionModifyValueContext(PerunSessionImpl session, User user, AttributeDefinition destinationAttributeDefinition) -
Uses of PerunSessionImpl in cz.metacentrum.perun.core.provisioning
Methods in cz.metacentrum.perun.core.provisioning with parameters of type PerunSessionImplModifier and TypeMethodDescriptionGroupsHashedDataGenerator.Builder.sess(PerunSessionImpl sess) HierarchicalHashedDataGenerator.Builder.sess(PerunSessionImpl sess) Constructors in cz.metacentrum.perun.core.provisioning with parameters of type PerunSessionImplModifierConstructorDescriptionGenDataProviderImpl(PerunSessionImpl sess, Service service, Facility facility)