Uses of Class
cz.metacentrum.perun.core.api.Attribute
Packages that use Attribute
Package
Description
Exceptions.
-
Uses of Attribute in cz.metacentrum.perun.audit.events.AttributesManagerEvents
Methods in cz.metacentrum.perun.audit.events.AttributesManagerEvents that return AttributeModifier and TypeMethodDescriptionAttributeChangedForFacilityAndUser.getAttribute()
AttributeChangedForResourceAndMember.getAttribute()
AttributeSetForFacility.getAttribute()
AttributeSetForFacilityAndUser.getAttribute()
AttributeSetForGroup.getAttribute()
AttributeSetForGroupAndResource.getAttribute()
AttributeSetForHost.getAttribute()
AttributeSetForKey.getAttribute()
AttributeSetForMember.getAttribute()
AttributeSetForMemberAndGroup.getAttribute()
AttributeSetForResource.getAttribute()
AttributeSetForResourceAndMember.getAttribute()
AttributeSetForUes.getAttribute()
AttributeSetForUser.getAttribute()
AttributeSetForVo.getAttribute()
Constructors in cz.metacentrum.perun.audit.events.AttributesManagerEvents with parameters of type AttributeModifierConstructorDescriptionAttributeChangedForFacility
(Attribute attribute, Facility facility) AttributeChangedForFacilityAndUser
(Attribute attribute, Facility facility, User user) AttributeChangedForMultipleUsers
(Attribute attribute, List<User> users) AttributeChangedForResourceAndMember
(Attribute attribute, Resource resource, Member member) AttributeChangedForUser
(Attribute attribute, User user) AttributeSetForFacility
(Attribute attribute, Facility facility) AttributeSetForFacilityAndUser
(Attribute attribute, Facility facility, User user) AttributeSetForGroup
(Attribute attribute, Group group) AttributeSetForGroupAndResource
(Attribute attribute, Group group, Resource resource) AttributeSetForHost
(Attribute attribute, Host host) AttributeSetForKey
(Attribute attribute, String key) AttributeSetForMember
(Attribute attribute, Member member) AttributeSetForMemberAndGroup
(Attribute attribute, Member member, Group group) AttributeSetForResource
(Attribute attribute, Resource resource) AttributeSetForResourceAndMember
(Attribute attribute, Resource resource, Member member) AttributeSetForUes
(Attribute attribute, UserExtSource ues) AttributeSetForUser
(Attribute attribute, User user) AttributeSetForVo
(Attribute attribute, Vo vo) -
Uses of Attribute in cz.metacentrum.perun.cabinet.model
Methods in cz.metacentrum.perun.cabinet.model that return types with arguments of type AttributeMethod parameters in cz.metacentrum.perun.cabinet.model with type arguments of type Attribute -
Uses of Attribute in cz.metacentrum.perun.core.api
Methods in cz.metacentrum.perun.core.api that return AttributeModifier and TypeMethodDescriptionAttributesManager.fillAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) This method tries to fill value of the user-facility attribute.AttributesManager.fillAttribute
(PerunSession sess, Group group, Attribute attribute) This method tries to fill group attribute.AttributesManager.fillAttribute
(PerunSession sess, Host host, Attribute attribute) This method tries to fill host attribute.AttributesManager.fillAttribute
(PerunSession sess, Member member, Attribute attribute) This method tries to fill value of the member attribute.AttributesManager.fillAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) This method tries to fill value of the member-group attribute.AttributesManager.fillAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) This method tries to fill value of the member-resource attribute.AttributesManager.fillAttribute
(PerunSession sess, Resource resource, Attribute attribute) This method tries to fill a value of the resource attribute.AttributesManager.fillAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) This method tries to fill group-resource attribute.AttributesManager.fillAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) This method tries to fill value of the user external source attribute.AttributesManager.fillAttribute
(PerunSession sess, User user, Attribute attribute) This method tries to fill value of the user attribute.AttributesManager.getAttribute
(PerunSession sess, Facility facility, User user, String attributeName) Get particular attribute for the user on this facility.AttributesManager.getAttribute
(PerunSession sess, Facility facility, String attributeName) Get particular attribute for the facility.AttributesManager.getAttribute
(PerunSession sess, Group group, String attributeName) Get particular attribute for the group.AttributesManager.getAttribute
(PerunSession sess, Host host, String attributeName) Get particular attribute for the hostAttributesManager.getAttribute
(PerunSession sess, Member member, Group group, String attributeName) Get particular attribute for the member in this group.AttributesManager.getAttribute
(PerunSession sess, Member member, Resource resource, String attributeName) Get particular attribute for the member on this resource.AttributesManager.getAttribute
(PerunSession sess, Member member, String attributeName) Get particular attribute for the member.AttributesManager.getAttribute
(PerunSession sess, Resource resource, Group group, String attributeName) Get particular group attribute on resourceAttributesManager.getAttribute
(PerunSession sess, Resource resource, String attributeName) Get particular attribute for the resource.AttributesManager.getAttribute
(PerunSession sess, UserExtSource ues, String attributeName) Get particular attribute for the user external source.AttributesManager.getAttribute
(PerunSession sess, User user, String attributeName) Get particular attribute for the user.AttributesManager.getAttribute
(PerunSession sess, Vo vo, String attributeName) Get particular attribute for the vo.AttributesManager.getAttribute
(PerunSession sess, String key, String attributeName) Get particular entityless attributeRichAttribute.getAttribute()
AttributesManager.getAttributeById
(PerunSession sess, Facility facility, int id) Get particular attribute for the facility.AttributesManager.getAttributeById
(PerunSession sess, Facility facility, User user, int id) Get particular attribute for the user on this facility.AttributesManager.getAttributeById
(PerunSession sess, Group group, int id) Get particular attribute for groupAttributesManager.getAttributeById
(PerunSession sess, Host host, int id) Get particular attribute for the hostAttributesManager.getAttributeById
(PerunSession sess, Member member, int id) Get particular attribute for the member.AttributesManager.getAttributeById
(PerunSession sess, Member member, Group group, int id) Get particular attribute for the member in this group.AttributesManager.getAttributeById
(PerunSession sess, Member member, Resource resource, int id) Get particular attribute for the member on this resource.AttributesManager.getAttributeById
(PerunSession sess, Resource resource, int id) Get particular attribute for the resource.AttributesManager.getAttributeById
(PerunSession sess, Resource resource, Group group, int id) Get particular group attribute on this resourceAttributesManager.getAttributeById
(PerunSession sess, UserExtSource ues, int id) Get particular attribute for user external sourceAttributesManager.getAttributeById
(PerunSession sess, User user, int id) Get particular attribute for the user.AttributesManager.getAttributeById
(PerunSession sess, Vo vo, int id) Get particular attribute for the vo.Methods in cz.metacentrum.perun.core.api that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributesManager.fillAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) This method tries to fill value of the user, member, member-resource and user-facility attributes.AttributesManager.fillAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Group group, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Host host, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Member member, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Resource resource, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, User user, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.getAllAttributesStartWithNameWithoutNullValue
(PerunSession sess, Group group, String startPartOfName) Get all non-empty attributes associated with the group starts with name startPartOfName.AttributesManager.getAllAttributesStartWithNameWithoutNullValue
(PerunSession sess, Resource resource, String startPartOfName) Get all non-empty attributes associated with the resource starts with name startPartOfName.AttributesManager.getAttributes
(PerunSession sess, Facility facility) Get all non-empty attributes associated with the facility.AttributesManager.getAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member) Get all non-empty member, user, member-resource and user-facility attributes.AttributesManager.getAttributes
(PerunSession sess, Facility facility, User user) Get all non-empty attributes associated with the user on the facility.AttributesManager.getAttributes
(PerunSession sess, Facility facility, List<String> attrNames) Get all attributes associated with the facility which have name in list attrNames (empty too).AttributesManager.getAttributes
(PerunSession sess, Group group) Get all non-empty attributes associated with the group.AttributesManager.getAttributes
(PerunSession sess, Group group, List<String> attrNames) Get all attributes associated with the group which have name in list attrNames (empty too).AttributesManager.getAttributes
(PerunSession sess, Host host) Get all non-empty attributes associated with the hostAttributesManager.getAttributes
(PerunSession sess, Host host, List<String> attrNames) Get all attributes associated with the host which have name in list attrNames (empty too).AttributesManager.getAttributes
(PerunSession sess, Member member) Get all non-empty attributes associated with the member.AttributesManager.getAttributes
(PerunSession sess, Member member, boolean workWithUserAttributes) Get all non-empty attributes associated with the member and if workWithUserAttributes is true, get all non-empty attributes associated with user, who is this member.AttributesManager.getAttributes
(PerunSession sess, Member member, Group group) Get all non-empty attributes associated with the member in the group.AttributesManager.getAttributes
(PerunSession sess, Member member, Group group, List<String> attrNames) Get all attributes (empty and virtual too)associated with the member in the group which have name in list attrNames.AttributesManager.getAttributes
(PerunSession sess, Member member, Group group, List<String> attrNames, boolean workWithUserAttributes) Get all attributes associated with the member in the group which have name in list attrNames (empty too).AttributesManager.getAttributes
(PerunSession sess, Member member, Resource resource) Get all non-empty attributes associated with the member on the resource.AttributesManager.getAttributes
(PerunSession sess, Member member, Resource resource, boolean workWithUserAttributes) Gets all non-empty attributes associated with the member on the resource and if workWithUserAttributes is true, gets also all non-empty user, user-facility and member attributes.AttributesManager.getAttributes
(PerunSession sess, Member member, Resource resource, List<String> attrNames, boolean workWithUserAttributes) Gets selected non-empty attributes associated with the member and the resource.AttributesManager.getAttributes
(PerunSession sess, Member member, List<String> attrNames) Get all attributes associated with the member which have name in list attrNames (empty too).AttributesManager.getAttributes
(PerunSession sess, Member member, List<String> attrNames, boolean workWithUserAttributes) Get all attributes associated with the member which have name in list attrNames (empty too) Virtual attributes too.AttributesManager.getAttributes
(PerunSession sess, Resource resource) Get all non-empty attributes associated with the resource.AttributesManager.getAttributes
(PerunSession sess, Resource resource, Group group) Get all non-empty attributes associated with the group on resourceAttributesManager.getAttributes
(PerunSession sess, Resource resource, Group group, boolean workWithGroupAttributes) Get all non-empty attributes associated with the group and resource.AttributesManager.getAttributes
(PerunSession sess, Resource resource, Group group, Member member, List<String> attrNames) Get all attributes by the list of attrNames if they are in one of these namespaces: - member - group - member-group - resource - member-resource - group-resource - user (get from member object) - facility (get from resource object) - user-facilityAttributesManager.getAttributes
(PerunSession sess, Resource resource, Group group, List<String> attrNames, boolean workWithGroupAttributes) Get all attributes associated with the group and the resource which have their name in list attrNames (empty too).AttributesManager.getAttributes
(PerunSession sess, Resource resource, List<String> attrNames) Get all attributes associated with the resource which have name in list attrNames (empty too).AttributesManager.getAttributes
(PerunSession sess, User user) Get all non-empty attributes associated with the user.AttributesManager.getAttributes
(PerunSession sess, UserExtSource ues) Get all non-empty attributes associated with the UserExtSource.AttributesManager.getAttributes
(PerunSession sess, UserExtSource ues, List<String> attrNames) Get all attributes associated with the userExtSource which have name in list attrNames (empty too).AttributesManager.getAttributes
(PerunSession sess, User user, List<String> attrNames) Get all attributes associated with the user which have name in list attrNames (empty too).AttributesManager.getAttributes
(PerunSession sess, Vo vo) Get all non-empty attributes associated with the vo.AttributesManager.getAttributes
(PerunSession sess, Vo vo, List<String> attrNames) Get all attributes associated with the vo which have name in list attrNames (empty too).AttributesManager.getAttributes
(PerunSession sess, String key) Get all entityless attributes with subject equaled String keyEnrichedGroup.getAttributes()
EnrichedResource.getAttributes()
FacilityWithAttributes.getAttributes()
RichGroup.getAttributes()
RichUserExtSource.getAttributes()
AttributesManager.getAttributesByAttributeDefinition
(PerunSession sess, AttributeDefinition attributeDefinition) Returns all attributes with not-null value which fits the attributeDefinition.AttributesManager.getEntitylessAttributes
(PerunSession sess, String attrName) Get all entityless attributes with attributeNameAttributesManager.getEntitylessAttributesWithKeys
(PerunSession sess, String attrName) Get entityless attributes mapped by their keys.AttributesManager.getEntitylessAttributesWithKeys
(PerunSession sess, String attrName, List<String> keys) Get entityless attributes mapped by their keys.EnrichedHost.getHostAttributes()
AttributesManager.getLogins
(PerunSession sess, User user) Get all attributes with user's logins.RichMember.getMemberAttributes()
AttributesManager.getRequiredAttributes
(PerunSession sess, Facility facility) Get facility attributes which are required by all services which are related to this facility.AttributesManager.getRequiredAttributes
(PerunSession sess, Facility facility, User user) Get user-facility attributes which are required by services which are related to this user-facility.AttributesManager.getRequiredAttributes
(PerunSession sess, Member member, boolean workWithUserAttributes) Get member attributes which are required by services which are relater to this member.AttributesManager.getRequiredAttributes
(PerunSession sess, Member member, Group group, boolean workWithUserAttributes) Get member, member-group attributes which are required by services which are relater to this member.AttributesManager.getRequiredAttributes
(PerunSession sess, Member member, Resource resource) Get member-resource attributes which are required by services which are relater to this member-resource.AttributesManager.getRequiredAttributes
(PerunSession sess, Member member, Resource resource, boolean workWithUserAttributes) If workWithUserAttribute is false => Get member-resource attributes which are required by services which are relater to this member-resource.AttributesManager.getRequiredAttributes
(PerunSession sess, Resource resource) Get resource attributes which are required by services which is relatod to this resource.AttributesManager.getRequiredAttributes
(PerunSession sess, Resource resource, Service service, List<Member> members) Get member attributes which are required by service for each member in list of members.AttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Facility facility) Get facility attributes which are required by the service.AttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Facility facility, List<User> users) Get user-facility attributes which are required by the service for each user in list of users.AttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Group group) Get group required attributes for the serviceAttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Host host) Get host required attributes for the serviceAttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Member member) Get member attributes which are required by the service.AttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Member member, Group group) Get member-group attributes which are required by the service.AttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Member member, Group group, boolean workWithUserAttributes) PRIVILEGE: Get only those required attributes principal has access to.AttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Member member, Resource resource) Get member-resource attributes which are required by the service.AttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Member member, Resource resource, boolean workWithUserAttributes) PRIVILEGE: Get only those required attributes principal has access to.AttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Resource resource) Get resource attributes which are required by the service.AttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, Group group) Get group-resource attributes required for the service.AttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, Group group, boolean workWithGroupAttributes) Get group-resource attributes required for the service. !!AttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, Group group, Member member, boolean workWithUserAttributes) Get member, member-resource and member-group attributes required by the specified service. if workWithUserAttributes == TRUE return also user and user-facility attributesAttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, List<Member> members) Get member-resource attributes which are required by service for each member in list of members.AttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, List<Member> members, boolean workWithUserAttributes) Get member-resource, member, user-facility and user attributes which are required by service for each member in list of members.AttributesManager.getRequiredAttributes
(PerunSession sess, Service service, Vo vo) Get vo attributes which are required by the service.AttributesManager.getRequiredAttributes
(PerunSession sess, Service service, List<User> users) Get user attributes which are required by the service for each user in list of users.AttributesManager.getRequiredAttributes
(PerunSession sess, User user) Get user attributes which are required by services which are relater to this user.AttributesManager.getRequiredAttributes
(PerunSession sess, List<Service> services, Facility facility) Get facility attributes which are required by the services.AttributesManager.getRequiredAttributes
(PerunSession sess, List<Service> services, Resource resource) Get resource attributes which are required by the services.AttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Facility facility, Resource resource, User user, Member member) Get member, user, member-resource and user-facility attributes which are required by services which are defined on "resourceToGetServicesFrom" resource.AttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Facility facility, User user) Get user-facility attributes which are required by services which are defined on specified resourceAttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Group group) Get group attributes which are required by services defined on specified resourceAttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Host host) Get host attributes which are required by services defined on specified resourceAttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member) Get member attributes which are required by services defined on specified resourceAttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Group group) Get member-group attributes which are required by services defined on specified resource Services are known from the resourceToGetServicesFrom.AttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Group group, boolean workWithUserAttributes) Get member-group attributes which are required by services defined on specified resource and if workWithUserAttributes is true also user and member attributes.AttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Resource resource) Get member-resource attributes which are required by services which are defined on "resourceToGetServicesFrom" resource.AttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Resource resource, boolean workWithUserAttributes) Get member-resource attributes which are required by services and if workWithUserAttributes is true also user, user-facility and member attributes.AttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource, Group group) Get group-resource attributes which are required by services defined on specified resourceAttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource, Group group, boolean workWithGroupAttributes) Get group-resource attributes which are required by services defined on specified resource Get also group attributes, if workWithGroupAttributes is true.AttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource, Group group, Member member, boolean workWithUserAttributes) Get member-group and member-resource attributes required by the services specified on resource Get also user, member, user-facility attributes, if workWithUserAttributes is true.AttributesManager.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, User user) Get user attributes which are required by services defined on specified resourceRichMember.getUserAttributes()
RichUser.getUserAttributes()
Sponsor.getUserAttributes()
Methods in cz.metacentrum.perun.core.api with parameters of type AttributeModifier and TypeMethodDescriptionvoid
RichMember.addMemberAttribute
(Attribute attribute) void
RichMember.addUserAttribute
(Attribute attribute) static String
BeansUtils.attributeValueToString
(Attribute attribute) Converts attribute value to string (for storing into DB)void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Facility facility, Attribute attribute) Check if value of this facility attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Facility facility, User user, Attribute attribute) Check if value of this user-facility attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Group group, Attribute attribute) Checks if value of this group attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Host host, Attribute attribute) Checks if value of this host attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Member member, Attribute attribute) Check if value of this member attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Member member, Group group, Attribute attribute) Check if value of this member-group attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Member member, Resource resource, Attribute attribute) Check if value of this member-resource attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Resource resource, Attribute attribute) Check if value of this resource attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Resource resource, Group group, Attribute attribute) Checks if value of this group-resource attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, UserExtSource ues, Attribute attribute) Checks if value of this user external source attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, User user, Attribute attribute) Check if value of this user attribute has valid semantics.void
AttributesManager.checkAttributeSemantics
(PerunSession sess, Vo vo, Attribute attribute) Check if value of this vo attribute has valid semantics.void
AttributesManager.checkAttributeSyntax
(PerunSession sess, Facility facility, Attribute attribute) Check if value of this facility attribute has valid syntax.void
AttributesManager.checkAttributeSyntax
(PerunSession sess, Facility facility, User user, Attribute attribute) Check if value of this user-facility attribute has valid syntax.void
AttributesManager.checkAttributeSyntax
(PerunSession sess, Group group, Attribute attribute) Checks if value of this group attribute has valid syntaxvoid
AttributesManager.checkAttributeSyntax
(PerunSession sess, Host host, Attribute attribute) Checks if value of this host attribute has valid syntaxvoid
AttributesManager.checkAttributeSyntax
(PerunSession sess, Member member, Attribute attribute) Check if value of this member attribute has valid syntax.void
AttributesManager.checkAttributeSyntax
(PerunSession sess, Member member, Group group, Attribute attribute) Check if value of this member-group attribute has valid syntax.void
AttributesManager.checkAttributeSyntax
(PerunSession sess, Member member, Resource resource, Attribute attribute) Check if value of this member-resource attribute has valid syntax.void
AttributesManager.checkAttributeSyntax
(PerunSession sess, Resource resource, Attribute attribute) Check if value of this resource attribute has valid syntax.void
AttributesManager.checkAttributeSyntax
(PerunSession sess, Resource resource, Group group, Attribute attribute) Checks if value of this group-resource attribute has valid syntaxvoid
AttributesManager.checkAttributeSyntax
(PerunSession sess, UserExtSource ues, Attribute attribute) Checks if value of this user external source attribute has valid syntaxvoid
AttributesManager.checkAttributeSyntax
(PerunSession sess, User user, Attribute attribute) Check if value of this user attribute has valid syntax.void
AttributesManager.checkAttributeSyntax
(PerunSession sess, Vo vo, Attribute attribute) Check if value of this vo attribute has valid syntax.AttributesManager.fillAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) This method tries to fill value of the user-facility attribute.AttributesManager.fillAttribute
(PerunSession sess, Group group, Attribute attribute) This method tries to fill group attribute.AttributesManager.fillAttribute
(PerunSession sess, Host host, Attribute attribute) This method tries to fill host attribute.AttributesManager.fillAttribute
(PerunSession sess, Member member, Attribute attribute) This method tries to fill value of the member attribute.AttributesManager.fillAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) This method tries to fill value of the member-group attribute.AttributesManager.fillAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) This method tries to fill value of the member-resource attribute.AttributesManager.fillAttribute
(PerunSession sess, Resource resource, Attribute attribute) This method tries to fill a value of the resource attribute.AttributesManager.fillAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) This method tries to fill group-resource attribute.AttributesManager.fillAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) This method tries to fill value of the user external source attribute.AttributesManager.fillAttribute
(PerunSession sess, User user, Attribute attribute) This method tries to fill value of the user attribute.GroupsManager.getMemberGroupsByAttribute
(PerunSession sess, Member member, Attribute attribute) Method return list of groups for selected member which (groups) has set specific attribute.UsersManager.getUsersByAttribute
(PerunSession sess, Attribute attribute) Returns all users who have set the attribute with the value.void
AttributesManager.setAttribute
(PerunSession sess, Facility facility, Attribute attribute) Store the particular attribute associated with the facility.void
AttributesManager.setAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) Store the attribute associated with the facility and user combination.void
AttributesManager.setAttribute
(PerunSession sess, Group group, Attribute attribute) Store the particular attribute associated with the group.void
AttributesManager.setAttribute
(PerunSession sess, Host host, Attribute attribute) Store the attribute associated with the host.void
AttributesManager.setAttribute
(PerunSession sess, Member member, Attribute attribute) Store the particular attribute associated with the member.void
AttributesManager.setAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) Store the particular attribute associated with the group and member combination.void
AttributesManager.setAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) Store the particular attribute associated with the resource and member combination.void
AttributesManager.setAttribute
(PerunSession sess, Resource resource, Attribute attribute) Store the particular attribute associated with the resource.void
AttributesManager.setAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) Stores attribute associated with group resource combination.void
AttributesManager.setAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) Store the attribute associated with the user external source.void
AttributesManager.setAttribute
(PerunSession sess, User user, Attribute attribute) Store the attribute associated with the user.void
AttributesManager.setAttribute
(PerunSession sess, Vo vo, Attribute attribute) Store the particular attribute associated with the vo.void
AttributesManager.setAttribute
(PerunSession sess, String key, Attribute attribute) Stores entityless attribute (associateed witk string key).void
RichAttribute.setAttribute
(Attribute attribute) Method parameters in cz.metacentrum.perun.core.api with type arguments of type AttributeModifier and TypeMethodDescriptionUsersManager.addUserExtSourceWithAttributes
(PerunSession sess, User user, UserExtSource userExtSource, List<Attribute> uesAttributes) Adds userExternalSource to the user along with the ues attributes.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Check if value of attributes has valid semantics.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on themvoid
AttributesManager.checkAttributesSemantics
(PerunSession sess, Facility facility, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Host host, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Member member, Group group, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Member member, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on themvoid
AttributesManager.checkAttributesSemantics
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Resource resource, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, User user, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSemantics
(PerunSession sess, Vo vo, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSyntax
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Check if value of attributes has valid syntax.void
AttributesManager.checkAttributesSyntax
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on themvoid
AttributesManager.checkAttributesSyntax
(PerunSession sess, Facility facility, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSyntax
(PerunSession sess, Host host, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSyntax
(PerunSession sess, Member member, Group group, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSyntax
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSyntax
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSyntax
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSyntax
(PerunSession sess, Member member, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on themvoid
AttributesManager.checkAttributesSyntax
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSyntax
(PerunSession sess, Resource resource, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSyntax
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSyntax
(PerunSession sess, User user, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.void
AttributesManager.checkAttributesSyntax
(PerunSession sess, Vo vo, List<Attribute> attributes) PRIVILEGE: Check attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) This method tries to fill value of the user, member, member-resource and user-facility attributes.AttributesManager.fillAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Group group, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Host host, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Member member, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, Resource resource, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.AttributesManager.fillAttributes
(PerunSession sess, User user, List<Attribute> attributes) PRIVILEGE: Fill attributes only when principal has access to write on them.void
AttributesManager.setAttributes
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<Attribute> attributes) Store the member, user, member-group, member-resource and user-facility attributes.void
AttributesManager.setAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Store the member, user, member-resource and user-facility attributes.void
AttributesManager.setAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) Store the attributes associated with the facility and user combination.void
AttributesManager.setAttributes
(PerunSession sess, Facility facility, List<Attribute> attributes) Store the attributes associated with the facility.void
AttributesManager.setAttributes
(PerunSession sess, Group group, List<Attribute> attributes) Store the attributes associated with the group.void
AttributesManager.setAttributes
(PerunSession sess, Host host, List<Attribute> attributes) Store the attributes associated with the host.void
AttributesManager.setAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes) Store the attributes associated with the member and group combination.void
AttributesManager.setAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) Store the attributes associated with the member and group combination.void
AttributesManager.setAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) Store the attributes associated with the resource and member combination.void
AttributesManager.setAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) Store the attributes associated with the resource and member combination.void
AttributesManager.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes) Store the attributes associated with the resource.void
AttributesManager.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes, boolean workWithUserAttributes) Store the attributes associated with member and user (which we get from this member) if workWithUserAttributes is true.void
AttributesManager.setAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) Store the attributes associated with the group on resource.void
AttributesManager.setAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttributes) Store the attributes associated with group and resource if workWithUserAttributes is true then also from group itself.void
AttributesManager.setAttributes
(PerunSession sess, Resource resource, List<Attribute> attributes) Store the attributes associated with the resource.void
AttributesManager.setAttributes
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) Store the attributes associated with the user external source.void
AttributesManager.setAttributes
(PerunSession sess, User user, List<Attribute> attributes) Store the attributes associated with the user.void
AttributesManager.setAttributes
(PerunSession sess, Vo vo, List<Attribute> attributes) Store the attributes associated with the vo.void
EnrichedGroup.setAttributes
(List<Attribute> attributes) void
EnrichedResource.setAttributes
(List<Attribute> attributes) void
FacilityWithAttributes.setAttributes
(List<Attribute> attributes) void
RichGroup.setAttributes
(List<Attribute> attributes) void
RichUserExtSource.setAttributes
(List<Attribute> attributes) void
EnrichedHost.setHostAttributes
(List<Attribute> hostAttributes) void
RichMember.setMemberAttributes
(List<Attribute> memberAttributes) void
RichMember.setUserAttributes
(List<Attribute> userAttributes) void
RichUser.setUserAttributes
(List<Attribute> userAttributes) void
Sponsor.setUserAttributes
(List<Attribute> userAttributes) Constructors in cz.metacentrum.perun.core.api with parameters of type AttributeModifierConstructorDescriptionRichAttribute
(P primaryHolder, S secondaryHolder, Attribute attribute) Constructor parameters in cz.metacentrum.perun.core.api with type arguments of type AttributeModifierConstructorDescriptionEnrichedGroup
(Group group, List<Attribute> attributes) EnrichedHost
(Host host, List<Attribute> hostAttributes) EnrichedResource
(Resource resource, List<Attribute> attributes) FacilityWithAttributes
(Facility facility, List<Attribute> attributes) RichUserExtSource
(UserExtSource userExtSource, List<Attribute> attributes) -
Uses of Attribute in cz.metacentrum.perun.core.api.exceptions
Methods in cz.metacentrum.perun.core.api.exceptions that return AttributeModifier and TypeMethodDescriptionWrongAttributeValueException.getAttribute()
Getter for the attributeConstructors in cz.metacentrum.perun.core.api.exceptions with parameters of type AttributeModifierConstructorDescriptionAttributeValueException
(Attribute attribute) Constructor with an attribute in which the problem occurredAttributeValueException
(Attribute attribute, String message) Constructor with an attribute in which the problem occurred and the message with detailsAttributeValueException
(Attribute attribute, String message, Throwable cause) Constructor with an attribute in which the problem occurred, the throwable and the message with detailsAttributeValueException
(Attribute attribute, Throwable cause) Constructor with an attribute in which the problem occurred and the throwable objectWrongAttributeValueException
(Attribute attribute) Constructor with the attributeWrongAttributeValueException
(Attribute attribute, Object attributeHolder, Object attributeHolderSecondary) Constructor with the attribute, primary attributeHolder and secondary attributeHolderWrongAttributeValueException
(Attribute attribute, Object attributeHolder, Object attributeHolderSecondary, String message) Constructor with the attribute, primary attributeHolder, secondary attributeHolder and a messageWrongAttributeValueException
(Attribute attribute, Object attributeHolder, String message) Constructor with the attribute, attributeHolder and a messageWrongAttributeValueException
(Attribute attribute, Object attributeHolder, String message, Throwable cause) Constructor with the attribute, attributeHolder, a message and the Throwable objectWrongAttributeValueException
(Attribute attribute, String message) Constructor with the attribute and a messageWrongAttributeValueException
(Attribute attribute, String message, Throwable cause) Constructor with the attribute, the message and the Throwable objectWrongAttributeValueException
(Attribute attribute, Throwable cause) Constructor with the attribute and the Throwable object -
Uses of Attribute in cz.metacentrum.perun.core.bl
Methods in cz.metacentrum.perun.core.bl that return AttributeModifier and TypeMethodDescriptionAttributesManagerBl.fillAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) This method try to fill value of the user-facility attribute.AttributesManagerBl.fillAttribute
(PerunSession sess, Group group, Attribute attribute) AttributesManagerBl.fillAttribute
(PerunSession sess, Host host, Attribute attribute) This method tries to fill value of the host attribute.AttributesManagerBl.fillAttribute
(PerunSession sess, Member member, Attribute attribute) This method try to fill value of the member attribute.AttributesManagerBl.fillAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) This method tries to fill value of the member-group attribute.AttributesManagerBl.fillAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) This method try to fill value of the member-resource attribute.AttributesManagerBl.fillAttribute
(PerunSession sess, Resource resource, Attribute attribute) This method try to fill a value of the resource attribute.AttributesManagerBl.fillAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) This method tries to fill value of group-resource attribute.AttributesManagerBl.fillAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) This method tries to fill value of the user external source attribute.AttributesManagerBl.fillAttribute
(PerunSession sess, User user, Attribute attribute) This method try to fill value of the user attribute.AttributesManagerBl.getAnonymizedValue
(PerunSession sess, User user, Attribute attribute) Gets anonymized value of the attribute.AttributesManagerBl.getAttribute
(PerunSession sess, Facility facility, User user, String attributeName) Get particular attribute for the user on this facility.AttributesManagerBl.getAttribute
(PerunSession sess, Facility facility, String attributeName) Get particular attribute for the facility.AttributesManagerBl.getAttribute
(PerunSession sess, Group group, String attributeName) Get particular attribute for the group.AttributesManagerBl.getAttribute
(PerunSession sess, Host host, String attributeName) Get particular attribute for the hostAttributesManagerBl.getAttribute
(PerunSession sess, Member member, Group group, String attributeName) Get particular attribute for the member in this group.AttributesManagerBl.getAttribute
(PerunSession sess, Member member, Resource resource, String attributeName) Get particular attribute for the member on this resource.AttributesManagerBl.getAttribute
(PerunSession sess, Member member, String attributeName) Get particular attribute for the member.AttributesManagerBl.getAttribute
(PerunSession sess, Resource resource, Group group, String attributeName) Get particular group attribute on the resourceAttributesManagerBl.getAttribute
(PerunSession sess, Resource resource, String attributeName) Get particular attribute for the resource.AttributesManagerBl.getAttribute
(PerunSession sess, UserExtSource ues, String attributeName) Get particular attribute for the User External Source.AttributesManagerBl.getAttribute
(PerunSession sess, User user, String attributeName) Get particular attribute for the user.AttributesManagerBl.getAttribute
(PerunSession sess, Vo vo, String attributeName) Get particular attribute for the vo.AttributesManagerBl.getAttribute
(PerunSession sess, String key, String attributeName) Get particular entityless attributeAttributesManagerBl.getAttributeById
(PerunSession sess, Facility facility, int id) Get particular attribute for the facility.AttributesManagerBl.getAttributeById
(PerunSession sess, Facility facility, User user, int id) Get particular attribute for the user on this facility.AttributesManagerBl.getAttributeById
(PerunSession sess, Group group, int id) Get particular group attributeAttributesManagerBl.getAttributeById
(PerunSession sess, Host host, int id) Get particular attribute for the hostAttributesManagerBl.getAttributeById
(PerunSession sess, Member member, int id) Get particular attribute for the member.AttributesManagerBl.getAttributeById
(PerunSession sess, Member member, Group group, int id) Get particular attribute for the member in this group.AttributesManagerBl.getAttributeById
(PerunSession sess, Member member, Resource resource, int id) Get particular attribute for the member on this resource.AttributesManagerBl.getAttributeById
(PerunSession sess, Resource resource, int id) Get particular attribute for the resource.AttributesManagerBl.getAttributeById
(PerunSession sess, Resource resource, Group group, int id) Get particular group-resource attributeAttributesManagerBl.getAttributeById
(PerunSession sess, UserExtSource ues, int id) Get particular attribute for the user external sourceAttributesManagerBl.getAttributeById
(PerunSession sess, User user, int id) Get particular attribute for the user.AttributesManagerBl.getAttributeById
(PerunSession sess, Vo vo, int id) Get particular attribute for the vo.AttributesManagerBl.getAttributeForUpdate
(PerunSession sess, User user, String attributeName) Get particular attribute for the user for update - locking the attribute for user.AttributesManagerBl.getEntitylessAttributeForUpdate
(PerunSession sess, String key, String attrName) Returns entityless attribute by attr_id and key (subject) for update!ModulesUtilsBl.getGoogleGroupNameNamespaceAttributeWithNotNullValue
(PerunSessionImpl sess, Resource resource) Get value of attribute A_F_Def_googleGroupName-Namespace If this value is null, throw WrongReferenceAttributeValueExceptionModulesUtilsBl.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 WrongReferenceAttributeValueExceptionAttributesManagerBl.mergeAttributeValue
(PerunSession sess, Group group, Attribute attribute) Merges attribute value if the attribute type is list or map.AttributesManagerBl.mergeAttributeValue
(PerunSession sess, Member member, Attribute attribute) Merges attribute value if the attribute type is list or map.AttributesManagerBl.mergeAttributeValue
(PerunSession sess, User user, Attribute attribute) Merges attribute value if the attribute type is list or map.AttributesManagerBl.mergeAttributeValueInNestedTransaction
(PerunSession sess, Member member, Attribute attribute) Merges attribute value if the attribute type is list or map.AttributesManagerBl.mergeAttributeValueInNestedTransaction
(PerunSession sess, User user, Attribute attribute) Merges attribute value if the attribute type is list or map.Methods in cz.metacentrum.perun.core.bl that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributesManagerBl.fillAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) This method try to fill value of the user, member, member-resource and user-facility attributes.AttributesManagerBl.fillAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes, boolean returnOnlyAttributesWithChangedValue) This method try to fill value of the user, member, member-resource and user-facility attributes.AttributesManagerBl.fillAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) Batch version of fillAttribute.AttributesManagerBl.fillAttributes
(PerunSession sess, Group group, List<Attribute> groupReqAttributes) AttributesManagerBl.fillAttributes
(PerunSession sess, Host host, List<Attribute> attributes) Batch version of fillAttribute.AttributesManagerBl.fillAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes) Batch version of fillAttribute.AttributesManagerBl.fillAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) AttributesManagerBl.fillAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) Batch version of fillAttribute.AttributesManagerBl.fillAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) AttributesManagerBl.fillAttributes
(PerunSession sess, Member member, List<Attribute> attributes) Batch version of fillAttribute.AttributesManagerBl.fillAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attribute) Batch version of fillAttribute.AttributesManagerBl.fillAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attribute, boolean workWithGroupAttributes) AttributesManagerBl.fillAttributes
(PerunSession sess, Resource resource, List<Attribute> attributes) Batch version of fillAttribute.AttributesManagerBl.fillAttributes
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) Batch version of fillAttribute.AttributesManagerBl.fillAttributes
(PerunSession sess, User user, List<Attribute> attributes) Batch version of fillAttribute.AttributesManagerBl.getAllAttributesStartWithNameWithoutNullValue
(PerunSession sess, Group group, String startPartOfName) Get all non-empty attributes associated with the group starts with name startPartOfName.AttributesManagerBl.getAllAttributesStartWithNameWithoutNullValue
(PerunSession sess, Resource resource, String startPartOfName) Get all non-empty attributes associated with the resource starts with name startPartOfName.AttributesManagerBl.getAttributes
(PerunSession sess, Facility facility) Get all non-empty attributes associated with the facility.AttributesManagerBl.getAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member) Get all non-empty member, user, member-resource and user-facility attributes.AttributesManagerBl.getAttributes
(PerunSession sess, Facility facility, User user) Get all non-empty attributes associated with the user on the facility.AttributesManagerBl.getAttributes
(PerunSession sess, Facility facility, List<String> attrNames) Get all attributes associated with the facility which have name in list attrNames (empty too).AttributesManagerBl.getAttributes
(PerunSession sess, Group group) Get all non-empty attributes associated with the group.AttributesManagerBl.getAttributes
(PerunSession sess, Group group, Member member, Resource resource, List<String> attrNames, boolean workWithUserAttributes) Gets selected attributes associated with the member, group and the resource.AttributesManagerBl.getAttributes
(PerunSession sess, Group group, List<String> attrNames) Get all attributes associated with the group which have name in list attrNames (empty too).AttributesManagerBl.getAttributes
(PerunSession sess, Host host) Get all non-empty attributes associated with the hostAttributesManagerBl.getAttributes
(PerunSession sess, Host host, List<String> attrNames) Get all attributes associated with the host which have name in list attrNames (empty and virtual too).AttributesManagerBl.getAttributes
(PerunSession sess, Member member) Get all non-empty attributes associated with the member.AttributesManagerBl.getAttributes
(PerunSession sess, Member member, boolean workWithUserAttributes) Get all non-empty attributes associated with the member and if workWithUserAttributes is true, get all non-empty attributes associated with user, who is this member.AttributesManagerBl.getAttributes
(PerunSession sess, Member member, Group group) Get all non-empty attributes associated with the member in the group.AttributesManagerBl.getAttributes
(PerunSession sess, Member member, Group group, boolean workWithUserAttributes) Get all attributes associated with the member in the group and if workWithUserAttributes is true, gets also all non-empty user and member attributes.AttributesManagerBl.getAttributes
(PerunSession sess, Member member, Group group, List<String> attrNames) Get all attributes (empty and virtual too) associated with the member in the group which have name in list attrNames.AttributesManagerBl.getAttributes
(PerunSession sess, Member member, Group group, List<String> attrNames, boolean workWithUserAttributes) Get all attributes associated with the member in the group which have name in list attrNames (empty too).AttributesManagerBl.getAttributes
(PerunSession sess, Member member, Resource resource) Get all non-empty attributes associated with the member on the resource.AttributesManagerBl.getAttributes
(PerunSession sess, Member member, Resource resource, boolean workWithUserAttributes) Gets all non-empty attributes associated with the member on the resource and if workWithUserAttributes is true, gets also all non-empty user, user-facility and member attributes.AttributesManagerBl.getAttributes
(PerunSession sess, Member member, Resource resource, List<String> attrNames, boolean workWithUserAttributes) Gets selected non-empty attributes associated with the member and the resource.AttributesManagerBl.getAttributes
(PerunSession sess, Member member, List<String> attrNames) Get all attributes associated with the member which have name in list attrNames (empty and virtual too).AttributesManagerBl.getAttributes
(PerunSession sess, Member member, List<String> attrNames, boolean workWithUserAttributes) Get all attributes associated with the member which have name in list attrNames (empty too) Virtual attributes too.AttributesManagerBl.getAttributes
(PerunSession sess, Resource resource) Get all non-empty attributes associated with the resource.AttributesManagerBl.getAttributes
(PerunSession sess, Resource resource, Group group) Get all non-empty attributes associated with the group on resource.AttributesManagerBl.getAttributes
(PerunSession sess, Resource resource, Group group, boolean workWithGroupAttributes) AttributesManagerBl.getAttributes
(PerunSession sess, Resource resource, Group group, Member member, List<String> attrNames) Get all attributes by the list of attrNames if they are in one of these namespaces: - member - group - member-group - resource - member-resource - group-resource - user (get from member object) - facility (get from resource object) - user-facilityAttributesManagerBl.getAttributes
(PerunSession sess, Resource resource, Group group, List<String> attrNames, boolean workWithGroupAttributes) Get selected attributes associated with the group on resource.AttributesManagerBl.getAttributes
(PerunSession sess, Resource resource, List<String> attrNames) Get all attributes associated with the resource which have name in list attrNames (empty too).AttributesManagerBl.getAttributes
(PerunSession sess, User user) Get all non-empty attributes associated with the user.AttributesManagerBl.getAttributes
(PerunSession sess, UserExtSource ues) Get all non-empty attributes associated with the UserExtSource.AttributesManagerBl.getAttributes
(PerunSession sess, UserExtSource ues, List<String> attrNames) Get all attributes associated with the UserExtSource which have name in list attrNames (empty and virtual too).AttributesManagerBl.getAttributes
(PerunSession sess, User user, List<String> attrNames) Get all attributes associated with the user which have name in list attrNames (empty and virtual too).AttributesManagerBl.getAttributes
(PerunSession sess, Vo vo) Get all non-empty attributes associated with the vo.AttributesManagerBl.getAttributes
(PerunSession sess, Vo vo, List<String> attrNames) Get all attributes associated with the vo which have name in list attrNames (empty and virtual too).AttributesManagerBl.getAttributes
(PerunSession sess, String key) Get all entityless attributes with subject equaled String keyAttributesManagerBl.getAttributesByAttributeDefinition
(PerunSession sess, AttributeDefinition attributeDefinition) Returns all attributes with not-null value which fits the attributeDefinition.AttributesManagerBl.getEntitylessAttributes
(PerunSession sess, String attrName) Get all entityless attributes with attributeNameAttributesManagerBl.getEntitylessAttributesWithKeys
(PerunSession sess, String attrName) Get entityless attributes mapped by their keys.AttributesManagerBl.getEntitylessAttributesWithKeys
(PerunSession sess, String attrName, List<String> keys) Get entityless attributes mapped by their keys.ModulesUtilsBl.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)AttributesManagerBl.getLogins
(PerunSession sess, User user) Get all non-empty attributes with user's logins.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Facility facility) Get facility attributes which are required by all services which are connected to this facility.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Facility facility, User user) Get user-facility attributes which are required by services which are related to this user-facility.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Member member, boolean workWithUserAttributes) Get member attributes which are required by services which are relater to this member and if is workWithUserAttributes = true, then also user required attributesAttributesManagerBl.getRequiredAttributes
(PerunSession sess, Member member, Group group, boolean workWithUserAttributes) Get member, member-group attributes which are required by services which are related to this member and group.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Member member, Resource resource) Get member-resource attributes which are required by services which are relater to this member-resource.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Member member, Resource resource, boolean workWithUserAttributes) If workWithUserAttribute is false => Get member-resource attributes which are required by services which are relater to this member-resource.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Resource resource) Get resource attributes which are required by services which is related to this resource.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Resource resource, Service service, List<Member> members) Get member attributes which are required by service for each member in list of members. !!!AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Facility facility) Get facility attributes which are required by the service.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Facility facility, Resource resource, User user, Member member) Get memner, user, member-resource, user-facility attributes which are required by the service.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Facility facility, Resource resource, List<Member> members, boolean workWithUserAttributes) Get member-resource, member, user-facility and user attributes which are required by service for each member in list of members.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Facility facility, User user) Get user-facility attributes which are required by the service.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Facility facility, List<User> users) Get user-facility attributes which are required by the service for each user in list of users. !!!AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Group group) AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Host host) Get host attributes which are required by serviceAttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Member member) Get member attributes which are required by the service.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Member member, Group group) Get member-group attributes which are required by the service.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Member member, Group group, boolean workWithUserAttributes) AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Member member, Resource resource) Get member-resource attributes which are required by the service.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Member member, Resource resource, boolean workWithUserAttributes) AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Resource resource) Get resource attributes which are required by the service.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, Group group) AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, Group group, boolean withGroupAttributes) Get group-resource attributes which are required by the service.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, Group group, Member member, boolean workWithUserAttributes) Get member, member-resource and member-group attributes which are required by the service. if workWithUserAttributes == TRUE return also user and user-facility attributesAttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, List<Member> members) Get member-resource attributes which are required by service for each member in list of members. !!!AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, User user) Get user attributes which are required by the service.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, Vo vo) Get vo attributes which are required by the service.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, List<Member> members, Group group) Get member-group attributes which are required by the service, for the given members and the given group.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, Service service, List<User> users) Get user attributes which are required by the service for each user in list of users. !!!AttributesManagerBl.getRequiredAttributes
(PerunSession sess, User user) Get user attributes which are required by services which are relater to this user.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, List<Service> services, Facility facility, Resource resource, User user, Member member) Get member, user, member-resource, user-facility attributes which are required by the services.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, List<Service> services, Resource resource) Get resource attributes which are required by selected services.AttributesManagerBl.getRequiredAttributes
(PerunSession sess, List<Service> services, Resource resource, Group group, boolean withGroupAttributes) Get group-resource attributes which are required by the services.AttributesManagerBl.getRequiredAttributesForGroups
(PerunSession sess, Service service, List<Group> groups) Get group attributes which are required by the given service for given groups.AttributesManagerBl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Facility facility) Get facility attributes which are required by services.AttributesManagerBl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Facility facility, Resource resource, User user, Member member) Get member, user, member-resource and user-facility attributes which are required by services which are defined on "resourceToGetServicesFrom" resource.AttributesManagerBl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Facility facility, User user) Get user-facility attributes which are required by services.AttributesManagerBl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Group group) AttributesManagerBl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Host host) Get the host attributes which are required by services.AttributesManagerBl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member) Get member attributes which are required by services defined on specified resourceAttributesManagerBl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Group group) Get member-group attributes which are required by services.AttributesManagerBl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Group group, boolean workWithUserAttributes) Get member-group attributes which are required by services if workWithUserAttributes is true also user and member attributes.AttributesManagerBl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Resource resource) Get member-resource attributes which are required by services.AttributesManagerBl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Resource resource, boolean workWithUserAttributes) Get member-resource attributes which are required by services and if workWithUserAttributes is true also user, user-facility and member attributes.AttributesManagerBl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource) Get resource attributes which are required by services.AttributesManagerBl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource, Group group) Get the group-resource attributes which are required by services.AttributesManagerBl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource, Group group, boolean workWithGroupAttributes) AttributesManagerBl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, User user) Get user attributes which are required by services.AttributesManagerBl.getUserFacilityAttributesForAnyUser
(PerunSession sess, Facility facility) Get All user_facility attributes for any existing userAttributesManagerBl.getVirtualAttributes
(PerunSession sess, Facility facility, User user) Get all virtual attributes associated with the user on the facility.AttributesManagerBl.getVirtualAttributes
(PerunSession sess, Member member, Resource resource) Get all virtual attributes associated with the member-resource attributes.AttributesManagerBl.getVirtualAttributes
(PerunSession sess, User user) Get all virtual attributes associated with the user.AttributesManagerBl.setWritableTrue
(PerunSession sess, List<Attribute> attributes) Set all Attributes in list to "writable = true".Methods in cz.metacentrum.perun.core.bl with parameters of type AttributeModifier and TypeMethodDescriptionvoid
AttributesManagerBl.blockAttributeValue
(PerunSession session, Attribute attribute) Blocks the attribute value for future use (optionally in the attribute namespace)ModulesUtilsBl.checkAndConvertIDRanges
(Attribute idRangesAttribute) Take attribute with idRanges value (map of strings) and check if all records of this value are valid ranges.ModulesUtilsBl.checkAndTransferBucketQuota
(Attribute quotasAttribute, PerunBean firstPlaceholder, PerunBean secondPlaceholder) Checks the format of and extracts soft and hard quota from the attribute's value (the expected format is: `softQuota:hardQuota`).ModulesUtilsBl.checkAndTransferQuotas
(Attribute quotasAttribute, PerunBean firstPlaceholder, PerunBean secondPlaceholder, boolean withMetrics) Check if value in quotas attribute are in the right format.void
ModulesUtilsBl.checkAttributeRegex
(Attribute attribute, Pattern defaultRegex) Check if value of attribute (friendlyName) suits regex in perun-namespaces.properties file.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Facility facility, Attribute attribute) Check if value of this facility attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Facility facility, User user, Attribute attribute) Check if value of this user-facility attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Group group, Attribute attribute) Check if value of this group attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Host host, Attribute attribute) Check if the value of this host attribute has valid semanticsvoid
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Member member, Attribute attribute) Check if value of this member attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Member member, Group group, Attribute attribute) Check if value of this member-group attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Member member, Resource resource, Attribute attribute) Check if value of this member-resource attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Resource resource, Attribute attribute) Check if value of this resource attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Resource resource, Group group, Attribute attribute) Check if value of this group-resource attribute has valid semanticsvoid
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, UserExtSource ues, Attribute attribute) Check if value of this user ext source attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, User user, Attribute attribute) Check if value of this user attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, Vo vo, Attribute attribute) Check if value of this vo attribute has valid semantics.void
AttributesManagerBl.checkAttributeSemantics
(PerunSession sess, String key, Attribute attribute) Check if the value of this entityless attribute has valid semanticsvoid
AttributesManagerBl.checkAttributeSyntax
(PerunSession sess, Facility facility, Attribute attribute) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributeSyntax
(PerunSession sess, Facility facility, User user, Attribute attribute) Check if value of this user-facility attribute has valid syntax.void
AttributesManagerBl.checkAttributeSyntax
(PerunSession sess, Group group, Attribute attribute) Check if value of this group attribute has valid syntax.void
AttributesManagerBl.checkAttributeSyntax
(PerunSession sess, Host host, Attribute attribute) Check if the value of this host attribute has valid syntax.void
AttributesManagerBl.checkAttributeSyntax
(PerunSession sess, Member member, Attribute attribute) Check if value of this member attribute has valid syntax.void
AttributesManagerBl.checkAttributeSyntax
(PerunSession sess, Member member, Group group, Attribute attribute) Check if value of this member-group attribute has valid syntax.void
AttributesManagerBl.checkAttributeSyntax
(PerunSession sess, Member member, Resource resource, Attribute attribute) Check if value of this member-resource attribute has valid syntax.void
AttributesManagerBl.checkAttributeSyntax
(PerunSession sess, Resource resource, Attribute attribute) Check if value of this resource attribute has valid syntax.void
AttributesManagerBl.checkAttributeSyntax
(PerunSession sess, Resource resource, Group group, Attribute attribute) Check if value of this group-resource attribute has valid syntaxvoid
AttributesManagerBl.checkAttributeSyntax
(PerunSession sess, UserExtSource ues, Attribute attribute) Check if value of this user external source attribute has valid syntax.void
AttributesManagerBl.checkAttributeSyntax
(PerunSession sess, User user, Attribute attribute) Check if value of this user attribute has valid syntax.void
AttributesManagerBl.checkAttributeSyntax
(PerunSession sess, Vo vo, Attribute attribute) Check if value of this vo attribute has valid syntax.void
AttributesManagerBl.checkAttributeSyntax
(PerunSession sess, String key, Attribute attribute) Check if the value of this entityless attribute has valid syntaxvoid
ModulesUtilsBl.checkAttributeValueIsIncludedOrSubgroupId
(PerunSessionImpl sess, Group group, Attribute attribute) Checks whether all values of attribute are ids of group's included groups or subgroups.void
ModulesUtilsBl.checkFormatOfShell
(String shell, Attribute attribute) Check if shell has the right format.void
ModulesUtilsBl.checkIfGIDIsWithinRange
(PerunSessionImpl sess, Attribute attribute) Check if gid in arguments is free in the namespacevoid
ModulesUtilsBl.checkIfListOfGIDIsWithinRange
(PerunSessionImpl sess, User user, Attribute attribute) Check if list of gids in arguments is free in the namespacevoid
ModulesUtilsBl.checkReservedUnixGroupNames
(Attribute groupNameAttribute) Check if value of groupName attribute is not reserved String.void
AttributesManagerBl.deletedEntityHook
(PerunSession sess, User user, Attribute attribute) Executes extra logic for attribute module connected to a user entity being deletedAttributesManagerBl.fillAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) This method try to fill value of the user-facility attribute.AttributesManagerBl.fillAttribute
(PerunSession sess, Group group, Attribute attribute) AttributesManagerBl.fillAttribute
(PerunSession sess, Host host, Attribute attribute) This method tries to fill value of the host attribute.AttributesManagerBl.fillAttribute
(PerunSession sess, Member member, Attribute attribute) This method try to fill value of the member attribute.AttributesManagerBl.fillAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) This method tries to fill value of the member-group attribute.AttributesManagerBl.fillAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) This method try to fill value of the member-resource attribute.AttributesManagerBl.fillAttribute
(PerunSession sess, Resource resource, Attribute attribute) This method try to fill a value of the resource attribute.AttributesManagerBl.fillAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) This method tries to fill value of group-resource attribute.AttributesManagerBl.fillAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) This method tries to fill value of the user external source attribute.AttributesManagerBl.fillAttribute
(PerunSession sess, User user, Attribute attribute) This method try to fill value of the user attribute.void
AttributesManagerBl.forceCheckAttributeSemantics
(PerunSession sess, Group group, Attribute attribute) Check if value of this group attribute has valid semantics no matter if attribute is required or not.void
AttributesManagerBl.forceCheckAttributeSemantics
(PerunSession sess, Resource resource, Attribute attribute) Check if value of this resource attribute has valid semantics no matter if attribute is required or not.AttributesManagerBl.getAnonymizedValue
(PerunSession sess, User user, Attribute attribute) Gets anonymized value of the attribute.ModulesUtilsBl.getFreeGID
(PerunSessionImpl sess, Attribute attribute) Get free gid for resource or group.GroupsManagerBl.getGroupResourcePairsByAttribute
(PerunSession sess, Attribute attribute) Returns all group-resource which have set the attribute with the value.GroupsManagerBl.getGroupsByAttribute
(PerunSession sess, Attribute attribute) Returns all groups which have set the attribute with the value.SearcherBl.getGroupsByGroupResourceSetting
(PerunSession sess, Attribute groupResourceAttribute, Attribute resourceAttribute) Return all groups assigned to any resource with following conditions: 1] resource has set "resourceAttribute" attribute with same value 2] group and resource has set "groupResourceAttribute" attribute with same value Attribute values can't be empty.GroupsManagerBl.getMemberGroupsByAttribute
(PerunSession sess, Member member, Attribute attribute) Method return list of groups for selected member which (groups) has set specific attribute.AttributesManagerBl.getPerunBeanIdsForUniqueAttributeValue
(PerunSession sess, Attribute attribute) Finds ids of PerunBeans that have the attribute's value for the attribute.ResourcesManagerBl.getResourcesByAttribute
(PerunSession sess, Attribute attribute) Returns all resource which have set the attribute with the value.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.UsersManagerBl.getUsersByAttribute
(PerunSession sess, Attribute attribute) Returns all users who have set the attribute with the value.UsersManagerBl.getUsersByAttribute
(PerunSession sess, Attribute attribute, boolean ignoreCase) Returns all users who have set the attribute with the value IGNORING CASE in the comparison.int
ModulesUtilsBl.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 valuesint
ModulesUtilsBl.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 valuesAttributesManagerBl.isAttributeValueBlocked
(PerunSession session, Attribute attribute) Checks whether the value of the passed attribute (checks separate key-value pairs and list items as well) is blocked (in namespace if the attribute is namespace based).boolean
ModulesUtilsBl.isGroupUnixGIDNamespaceFillable
(PerunSessionImpl sess, Group group, Attribute groupUnixGIDNamespace) This method return true if there exists some Facility (get from assigned resources) where is facility_unixGID-namespace attribute with value same like group_unixGID-namespace namespace and if the group has unixGroupName-namespace with notNull value in the same namespace like value of attribute facility_unixGroupName-namespace.AttributesManagerBl.mergeAttributeValue
(PerunSession sess, Group group, Attribute attribute) Merges attribute value if the attribute type is list or map.AttributesManagerBl.mergeAttributeValue
(PerunSession sess, Member member, Attribute attribute) Merges attribute value if the attribute type is list or map.AttributesManagerBl.mergeAttributeValue
(PerunSession sess, User user, Attribute attribute) Merges attribute value if the attribute type is list or map.AttributesManagerBl.mergeAttributeValueInNestedTransaction
(PerunSession sess, Member member, Attribute attribute) Merges attribute value if the attribute type is list or map.AttributesManagerBl.mergeAttributeValueInNestedTransaction
(PerunSession sess, User user, Attribute attribute) Merges attribute value if the attribute type is list or map.void
AttributesManagerBl.setAttribute
(PerunSession sess, Facility facility, Attribute attribute) Store the particular attribute associated with the facility.void
AttributesManagerBl.setAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) Store the attribute associated with the facility and user combination.void
AttributesManagerBl.setAttribute
(PerunSession sess, Group group, Attribute attribute) Store the particular attribute associated with the group.void
AttributesManagerBl.setAttribute
(PerunSession sess, Host host, Attribute attribute) Store the attribute associated with the host.void
AttributesManagerBl.setAttribute
(PerunSession sess, Member member, Attribute attribute) Store the particular attribute associated with the member.void
AttributesManagerBl.setAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) Store the particular attribute associated with the group and member combination.void
AttributesManagerBl.setAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) Store the particular attribute associated with the resource and member combination.void
AttributesManagerBl.setAttribute
(PerunSession sess, Resource resource, Attribute attribute) Store the particular attribute associated with the resource.void
AttributesManagerBl.setAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) Store the group-resource attributevoid
AttributesManagerBl.setAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) Store the attribute associated with the user external source.void
AttributesManagerBl.setAttribute
(PerunSession sess, User user, Attribute attribute) Store the attribute associated with the user.void
AttributesManagerBl.setAttribute
(PerunSession sess, Vo vo, Attribute attribute) Store the particular attribute associated with the vo.void
AttributesManagerBl.setAttribute
(PerunSession sess, String key, Attribute attribute) Stores entityless attribute (associated with string key).void
AttributesManagerBl.setAttributeInNestedTransaction
(PerunSession sess, Group group, Attribute attribute) Store the particular attribute associated with the group.void
AttributesManagerBl.setAttributeInNestedTransaction
(PerunSession sess, Member member, Attribute attribute) Store the particular attribute associated with the member.void
AttributesManagerBl.setAttributeInNestedTransaction
(PerunSession sess, Member member, Group group, Attribute attribute) Store the particular attribute associated with the member-group relationship.void
AttributesManagerBl.setAttributeInNestedTransaction
(PerunSession sess, UserExtSource ues, Attribute attribute) Store the particular attribute associated with the user external source.void
AttributesManagerBl.setAttributeInNestedTransaction
(PerunSession sess, User user, Attribute attribute) Store the attribute associated with the user.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, Facility facility, Attribute attribute) Just store the particular attribute associated with the facility, doesn't preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, Facility facility, User user, Attribute attribute) Just store the particular attribute associated with the user-facility, doesn't preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, Group group, Attribute attribute) Just store the particular attribute associated with the group, doesn't preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, Host host, Attribute attribute) Just store the particular attribute associated with the host, doesn't preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, Member member, Attribute attribute) Just store the particular attribute associated with the member, doesn't preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, Member member, Group group, Attribute attribute, boolean workWithUserAttributes) Just store the particular attribute associated with the member-group, doesn't preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, Member member, Resource resource, Attribute attribute, boolean workWithUserAttributes) Just store the particular attribute associated with the member-resource, doesn't preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, Resource resource, Attribute attribute) Just store the particular attribute associated with the resource, doesn't preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, Resource resource, Group group, Attribute attribute) Just store the group-resource attribute, do not preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, User user, Attribute attribute) Just store the attribute associated with the user, doesn't preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, Vo vo, Attribute attribute) Just store the particular attribute associated with the vo, doesn't preform any value check.boolean
AttributesManagerBl.setAttributeWithoutCheck
(PerunSession sess, String key, Attribute attribute) Just store the particular attribute associated with the entityless, doesn't preform any value check.Method parameters in cz.metacentrum.perun.core.bl with type arguments of type AttributeModifier and TypeMethodDescriptionvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<Attribute> attributes) Check if value of attributes has valid semantics.void
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Check if value of attributes has valid semantics.void
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Facility facility, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Group group, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Host host, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Member member, Group group, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Member mber, Resource resource, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Member member, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Resource resource, Group group, List<Attribute> attribute) batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Resource resource, Group group, List<Attribute> attribute, boolean workWithGroupAttribute) batch version of checkAttributeSemantics with workWithGroupAttributes parameter If workWithGroupAttributes is true, checks whether attribute is group-resource or group attribute.void
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Resource resource, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, User user, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSemantics
(PerunSession sess, Vo vo, List<Attribute> attributes) Batch version of checkAttributeSemanticsvoid
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<Attribute> attributes) Check if value of attributes has valid syntax.void
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Check if value of attributes has valid syntax.void
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) Batch version of checkAttributeSyntaxvoid
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, Facility facility, List<Attribute> attributes) Batch version of checkAttributeSyntaxvoid
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, Group group, List<Attribute> attributes) Batch version of checkAttributeSyntaxvoid
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, Host host, List<Attribute> attributes) Batch version of checkAttributeSyntaxvoid
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, Member member, Group group, List<Attribute> attributes) Batch version of checkAttributeSyntaxvoid
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) Batch version of checkAttributeSyntaxvoid
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) Batch version of checkAttributeSyntaxvoid
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) Batch version of checkAttributeSyntaxvoid
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, Member member, List<Attribute> attributes) Batch version of checkAttributeSyntaxvoid
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, Resource resource, Group group, List<Attribute> attribute) batch version of checkAttributeSyntaxvoid
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, Resource resource, Group group, List<Attribute> attribute, boolean workWithGroupAttribute) batch version of checkAttributeSyntax with workWithGroupAttributes parameter.void
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, Resource resource, List<Attribute> attributes) Batch version of checkAttributeSyntaxvoid
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) Batch version of checkAttributeSyntaxvoid
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, User user, List<Attribute> attributes) Batch version of checkAttributeSyntaxvoid
AttributesManagerBl.checkAttributesSyntax
(PerunSession sess, Vo vo, List<Attribute> attributes) Batch version of checkAttributeSyntaxAttributesManagerBl.fillAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) This method try to fill value of the user, member, member-resource and user-facility attributes.AttributesManagerBl.fillAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes, boolean returnOnlyAttributesWithChangedValue) This method try to fill value of the user, member, member-resource and user-facility attributes.AttributesManagerBl.fillAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) Batch version of fillAttribute.AttributesManagerBl.fillAttributes
(PerunSession sess, Group group, List<Attribute> groupReqAttributes) AttributesManagerBl.fillAttributes
(PerunSession sess, Host host, List<Attribute> attributes) Batch version of fillAttribute.AttributesManagerBl.fillAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes) Batch version of fillAttribute.AttributesManagerBl.fillAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) AttributesManagerBl.fillAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) Batch version of fillAttribute.AttributesManagerBl.fillAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) AttributesManagerBl.fillAttributes
(PerunSession sess, Member member, List<Attribute> attributes) Batch version of fillAttribute.AttributesManagerBl.fillAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attribute) Batch version of fillAttribute.AttributesManagerBl.fillAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attribute, boolean workWithGroupAttributes) AttributesManagerBl.fillAttributes
(PerunSession sess, Resource resource, List<Attribute> attributes) Batch version of fillAttribute.AttributesManagerBl.fillAttributes
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) Batch version of fillAttribute.AttributesManagerBl.fillAttributes
(PerunSession sess, User user, List<Attribute> attributes) Batch version of fillAttribute.void
AttributesManagerBl.forceCheckAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Check if value of attributes has valid semantics.ModulesUtilsBl.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)void
AttributesManagerBl.mergeAttributesValues
(PerunSession sess, Member member, List<Attribute> attributes) Merges attributes values if the attribute type is list or map.void
AttributesManagerBl.mergeAttributesValues
(PerunSession sess, User user, List<Attribute> attributes) Merges attributes values if the attribute type is list or map.void
AttributesManagerBl.setAttributes
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<Attribute> attributes) Store the member, user, member-group, member-resource and user-facility attributes.void
AttributesManagerBl.setAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Store the member, user, member-resource and user-facility attributes.void
AttributesManagerBl.setAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) Store the attributes associated with the facility and user combination.void
AttributesManagerBl.setAttributes
(PerunSession sess, Facility facility, List<Attribute> attributes) Store the attributes associated with the facility.void
AttributesManagerBl.setAttributes
(PerunSession sess, Group group, List<Attribute> attributes) Store the attributes associated with the group.void
AttributesManagerBl.setAttributes
(PerunSession sess, Host host, List<Attribute> attributes) Store the attributes associated with the host.void
AttributesManagerBl.setAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes) Store the attributes associated with the group and member combination.void
AttributesManagerBl.setAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) Store the attributes associated with the resource and member combination.void
AttributesManagerBl.setAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) Store the attributes associated with the resource and member combination.void
AttributesManagerBl.setAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) Store the attributes associated with the resource and member combination.void
AttributesManagerBl.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes) Store the attributes associated with the resource.void
AttributesManagerBl.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes, boolean workWithUserAttributes) Store the attributes associated with member and user (which we get from this member) if workWithUserAttributes is true.void
AttributesManagerBl.setAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) Stores the group-resource attributes.void
AttributesManagerBl.setAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttributes) void
AttributesManagerBl.setAttributes
(PerunSession sess, Resource resource, List<Attribute> attributes) Store the attributes associated with the resource.void
AttributesManagerBl.setAttributes
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) Store the attributes associated with the user external source.void
AttributesManagerBl.setAttributes
(PerunSession sess, User user, List<Attribute> attributes) Store the attributes associated with the user.void
AttributesManagerBl.setAttributes
(PerunSession sess, Vo vo, List<Attribute> attributes) Store the attributes associated with the vo.void
AttributesManagerBl.setRequiredAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) Take list of required attributes and set those which are empty and can be filled, then check them all.void
AttributesManagerBl.setRequiredAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes, boolean forceAttributesChecks) Take list of required attributes and set those which are empty and can be filled, then check them all.AttributesManagerBl.setWritableTrue
(PerunSession sess, List<Attribute> attributes) Set all Attributes in list to "writable = true". -
Uses of Attribute in cz.metacentrum.perun.core.blImpl
Methods in cz.metacentrum.perun.core.blImpl that return AttributeModifier and TypeMethodDescriptionAttributesManagerBlImpl.fillAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, Group group, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, Host host, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, Member member, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, Resource resource, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, User user, Attribute attribute) AttributesManagerBlImpl.getAnonymizedValue
(PerunSession sess, User user, Attribute attribute) AttributesManagerBlImpl.getAttribute
(PerunSession sess, Facility facility, User user, String attributeName) AttributesManagerBlImpl.getAttribute
(PerunSession sess, Facility facility, String attributeName) AttributesManagerBlImpl.getAttribute
(PerunSession sess, Group group, String attributeName) AttributesManagerBlImpl.getAttribute
(PerunSession sess, Host host, String attributeName) AttributesManagerBlImpl.getAttribute
(PerunSession sess, Member member, Group group, String attributeName) AttributesManagerBlImpl.getAttribute
(PerunSession sess, Member member, Resource resource, String attributeName) AttributesManagerBlImpl.getAttribute
(PerunSession sess, Member member, String attributeName) AttributesManagerBlImpl.getAttribute
(PerunSession sess, Resource resource, Group group, String attributeName) AttributesManagerBlImpl.getAttribute
(PerunSession sess, Resource resource, String attributeName) AttributesManagerBlImpl.getAttribute
(PerunSession sess, UserExtSource ues, String attributeName) AttributesManagerBlImpl.getAttribute
(PerunSession sess, User user, String attributeName) AttributesManagerBlImpl.getAttribute
(PerunSession sess, Vo vo, String attributeName) AttributesManagerBlImpl.getAttribute
(PerunSession sess, String key, String attributeName) AttributesManagerBlImpl.getAttributeById
(PerunSession sess, Facility facility, int id) AttributesManagerBlImpl.getAttributeById
(PerunSession sess, Facility facility, User user, int id) AttributesManagerBlImpl.getAttributeById
(PerunSession sess, Group group, int id) AttributesManagerBlImpl.getAttributeById
(PerunSession sess, Host host, int id) AttributesManagerBlImpl.getAttributeById
(PerunSession sess, Member member, int id) AttributesManagerBlImpl.getAttributeById
(PerunSession sess, Member member, Group group, int id) AttributesManagerBlImpl.getAttributeById
(PerunSession sess, Member member, Resource resource, int id) AttributesManagerBlImpl.getAttributeById
(PerunSession sess, Resource resource, int id) AttributesManagerBlImpl.getAttributeById
(PerunSession sess, Resource resource, Group group, int id) AttributesManagerBlImpl.getAttributeById
(PerunSession sess, UserExtSource ues, int id) AttributesManagerBlImpl.getAttributeById
(PerunSession sess, User user, int id) AttributesManagerBlImpl.getAttributeById
(PerunSession sess, Vo vo, int id) AttributesManagerBlImpl.getAttributeForUpdate
(PerunSession sess, User user, String attributeName) AttributesManagerBlImpl.getEntitylessAttributeForUpdate
(PerunSession sess, String key, String attrName) ModulesUtilsBlImpl.getGoogleGroupNameNamespaceAttributeWithNotNullValue
(PerunSessionImpl sess, Resource resource) ModulesUtilsBlImpl.getUnixGIDNamespaceAttributeWithNotNullValue
(PerunSessionImpl sess, Resource resource) ModulesUtilsBlImpl.getUnixGroupNameNamespaceAttributeWithNotNullValue
(PerunSessionImpl sess, Resource resource) AttributesManagerBlImpl.mergeAttributeValue
(PerunSession sess, Group group, Attribute attribute) AttributesManagerBlImpl.mergeAttributeValue
(PerunSession sess, Member member, Attribute attribute) AttributesManagerBlImpl.mergeAttributeValue
(PerunSession sess, User user, Attribute attribute) AttributesManagerBlImpl.mergeAttributeValueInNestedTransaction
(PerunSession sess, Member member, Attribute attribute) AttributesManagerBlImpl.mergeAttributeValueInNestedTransaction
(PerunSession sess, User user, Attribute attribute) Methods in cz.metacentrum.perun.core.blImpl that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributesManagerBlImpl.fillAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes, boolean returnOnlyAttributesWithChangedValue) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Group group, List<Attribute> groupReqAttributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Host host, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Member member, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Resource resource, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, User user, List<Attribute> attributes) AuthzResolverBlImpl.filterNotAllowedAttributes
(PerunSession sess, PerunBean bean, List<Attribute> attributes) From given attributes filter out the ones which are not allowed for the current principal.AttributesManagerBlImpl.getAllAttributesStartWithNameWithoutNullValue
(PerunSession sess, Group group, String startPartOfName) AttributesManagerBlImpl.getAllAttributesStartWithNameWithoutNullValue
(PerunSession sess, Resource resource, String startPartOfName) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Facility facility) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Facility facility, User user) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Facility facility, List<String> attrNames) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Group group) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Group group, Member member, Resource resource, List<String> attrNames, boolean workWithUserAttributes) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Group group, List<String> attrNames) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Host host) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Host host, List<String> attrNames) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Member member) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Member member, boolean workWithUserAttributes) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Member member, Group group) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Member member, Group group, boolean workWithUserAttributes) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Member member, Group group, List<String> attrNames) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Member member, Group group, List<String> attrNames, boolean workWithUserAttributes) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Member member, Resource resource) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Member member, Resource resource, boolean workWithUserAttributes) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Member member, Resource resource, List<String> attrNames, boolean workWithUserAttributes) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Member member, List<String> attrNames) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Member member, List<String> attrNames, boolean workWithUserAttributes) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Resource resource) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Resource resource, Group group) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Resource resource, Group group, boolean workWithGroupAttributes) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Resource resource, Group group, Member member, List<String> attrNames) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Resource resource, Group group, List<String> attrNames, boolean workWithGroupAttributes) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Resource resource, List<String> attrNames) AttributesManagerBlImpl.getAttributes
(PerunSession sess, User user) AttributesManagerBlImpl.getAttributes
(PerunSession sess, UserExtSource ues) AttributesManagerBlImpl.getAttributes
(PerunSession sess, UserExtSource ues, List<String> attrNames) AttributesManagerBlImpl.getAttributes
(PerunSession sess, User user, List<String> attrNames) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Vo vo) AttributesManagerBlImpl.getAttributes
(PerunSession sess, Vo vo, List<String> attrNames) AttributesManagerBlImpl.getAttributes
(PerunSession sess, String key) AttributesManagerBlImpl.getAttributesByAttributeDefinition
(PerunSession sess, AttributeDefinition attributeDefinition) AttributesManagerBlImpl.getEntitylessAttributes
(PerunSession sess, String attrName) AttributesManagerBlImpl.getEntitylessAttributesWithKeys
(PerunSession sess, String attrName) AttributesManagerBlImpl.getEntitylessAttributesWithKeys
(PerunSession sess, String attrName, List<String> keys) ModulesUtilsBlImpl.getListOfGroupGIDsFromListOfResourceGIDs
(PerunSessionImpl sess, List<Attribute> resourceGIDs) ModulesUtilsBlImpl.getListOfResourceGIDsFromListOfGroupGIDs
(PerunSessionImpl sess, List<Attribute> groupGIDs) AttributesManagerBlImpl.getLogins
(PerunSession sess, User user) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Facility facility) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Facility facility, User user) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Member member, boolean workWithUserAttributes) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Member member, Group group, boolean workWithUserAttributes) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Member member, Resource resource) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Member member, Resource resource, boolean workWithUserAttributes) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Resource resource) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Resource resource, Service service, List<Member> members) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Facility facility) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Facility facility, Resource resource, User user, Member member) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Facility facility, Resource resource, List<Member> members, boolean workWithUserAttributes) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Facility facility, User user) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Facility facility, List<User> users) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Group group) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Host host) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Member member) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Member member, Group group) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Member member, Group group, boolean workWithUserAttributes) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Member member, Resource resource) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Member member, Resource resource, boolean workWithUserAttributes) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Resource resource) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, Group group) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, Group group, boolean withGroupAttributes) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, Group group, Member member, boolean workWithUserAttributes) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, List<Member> members) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, User user) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, Vo vo) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, List<Member> members, Group group) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, Service service, List<User> users) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, User user) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, List<Service> services, Facility facility, Resource resource, User user, Member member) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, List<Service> services, Resource resource) AttributesManagerBlImpl.getRequiredAttributes
(PerunSession sess, List<Service> services, Resource resource, Group group, boolean withGroupAttributes) AttributesManagerBlImpl.getRequiredAttributesForGroups
(PerunSession sess, Service service, List<Group> groups) AttributesManagerBlImpl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Facility facility) AttributesManagerBlImpl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Facility facility, Resource resource, User user, Member member) AttributesManagerBlImpl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Facility facility, User user) AttributesManagerBlImpl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Group group) AttributesManagerBlImpl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Host host) AttributesManagerBlImpl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member) AttributesManagerBlImpl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Group group) AttributesManagerBlImpl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Group group, boolean workWithUserAttributes) AttributesManagerBlImpl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Resource resource) AttributesManagerBlImpl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Resource resource, boolean workWithUserAttributes) AttributesManagerBlImpl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource) AttributesManagerBlImpl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource, Group group) AttributesManagerBlImpl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource, Group group, boolean workWithGroupAttributes) AttributesManagerBlImpl.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, User user) AttributesManagerBlImpl.getUserFacilityAttributesForAnyUser
(PerunSession sess, Facility facility) AttributesManagerBlImpl.getVirtualAttributes
(PerunSession sess, Facility facility, User user) AttributesManagerBlImpl.getVirtualAttributes
(PerunSession sess, Member member, Resource resource) AttributesManagerBlImpl.getVirtualAttributes
(PerunSession sess, User user) AttributesManagerBlImpl.setWritableTrue
(PerunSession sess, List<Attribute> attributes) Methods in cz.metacentrum.perun.core.blImpl with parameters of type AttributeModifier and TypeMethodDescriptionvoid
AttributesManagerBlImpl.blockAttributeValue
(PerunSession session, Attribute attribute) ModulesUtilsBlImpl.checkAndConvertIDRanges
(Attribute idRangesAttribute) ModulesUtilsBlImpl.checkAndTransferBucketQuota
(Attribute quotasAttribute, PerunBean firstPlaceholder, PerunBean secondPlaceholder) ModulesUtilsBlImpl.checkAndTransferQuotas
(Attribute quotasAttribute, PerunBean firstPlaceholder, PerunBean secondPlaceholder, boolean withMetrics) void
ModulesUtilsBlImpl.checkAttributeRegex
(Attribute attribute, Pattern defaultRegex) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Facility facility, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Host host, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Member member, Group group, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Member member, Resource resource, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Resource resource, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Resource resource, Group group, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, UserExtSource ues, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, Vo vo, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSemantics
(PerunSession sess, String key, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSyntax
(PerunSession sess, Facility facility, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSyntax
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSyntax
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSyntax
(PerunSession sess, Host host, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSyntax
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSyntax
(PerunSession sess, Member member, Group group, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSyntax
(PerunSession sess, Member member, Resource resource, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSyntax
(PerunSession sess, Resource resource, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSyntax
(PerunSession sess, Resource resource, Group group, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSyntax
(PerunSession sess, UserExtSource ues, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSyntax
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSyntax
(PerunSession sess, Vo vo, Attribute attribute) void
AttributesManagerBlImpl.checkAttributeSyntax
(PerunSession sess, String key, Attribute attribute) void
ModulesUtilsBlImpl.checkAttributeValueIsIncludedOrSubgroupId
(PerunSessionImpl sess, Group group, Attribute attribute) void
ModulesUtilsBlImpl.checkFormatOfShell
(String shell, Attribute attribute) void
ModulesUtilsBlImpl.checkIfGIDIsWithinRange
(PerunSessionImpl sess, Attribute attribute) void
ModulesUtilsBlImpl.checkIfListOfGIDIsWithinRange
(PerunSessionImpl sess, User user, Attribute attribute) void
ModulesUtilsBlImpl.checkReservedUnixGroupNames
(Attribute groupNameAttribute) void
AttributesManagerBlImpl.deletedEntityHook
(PerunSession sess, User user, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, Group group, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, Host host, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, Member member, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, Resource resource, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) AttributesManagerBlImpl.fillAttribute
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerBlImpl.forceCheckAttributeSemantics
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerBlImpl.forceCheckAttributeSemantics
(PerunSession sess, Resource resource, Attribute attribute) AttributesManagerBlImpl.getAnonymizedValue
(PerunSession sess, User user, Attribute attribute) ModulesUtilsBlImpl.getFreeGID
(PerunSessionImpl sess, Attribute attribute) GroupsManagerBlImpl.getGroupResourcePairsByAttribute
(PerunSession sess, Attribute attribute) GroupsManagerBlImpl.getGroupsByAttribute
(PerunSession sess, Attribute attribute) SearcherBlImpl.getGroupsByGroupResourceSetting
(PerunSession sess, Attribute groupResourceAttribute, Attribute resourceAttribute) GroupsManagerBlImpl.getMemberGroupsByAttribute
(PerunSession sess, Member member, Attribute attribute) AttributesManagerBlImpl.getPerunBeanIdsForUniqueAttributeValue
(PerunSession sess, Attribute attribute) ResourcesManagerBlImpl.getResourcesByAttribute
(PerunSession sess, Attribute attribute) ModulesUtilsBlImpl.getSetOfGIDNamespacesWhereFacilitiesHasTheSameGroupNameNamespace
(PerunSessionImpl sess, List<Facility> facilities, Attribute unixGroupNameNamespace) ModulesUtilsBlImpl.getSetOfGroupNameNamespacesWhereFacilitiesHasTheSameGIDNamespace
(PerunSessionImpl sess, List<Facility> facilities, Attribute unixGIDNamespace) UsersManagerBlImpl.getUsersByAttribute
(PerunSession sess, Attribute attribute) UsersManagerBlImpl.getUsersByAttribute
(PerunSession sess, Attribute attribute, boolean ignoreCase) int
ModulesUtilsBlImpl.haveTheSameAttributeWithTheSameNamespace
(PerunSessionImpl sess, Group group, Attribute attr) int
ModulesUtilsBlImpl.haveTheSameAttributeWithTheSameNamespace
(PerunSessionImpl sess, Resource resource, Attribute attr) AttributesManagerBlImpl.isAttributeValueBlocked
(PerunSession session, Attribute attribute) boolean
ModulesUtilsBlImpl.isGroupUnixGIDNamespaceFillable
(PerunSessionImpl sess, Group group, Attribute groupUnixGIDNamespace) AttributesManagerBlImpl.mergeAttributeValue
(PerunSession sess, Group group, Attribute attribute) AttributesManagerBlImpl.mergeAttributeValue
(PerunSession sess, Member member, Attribute attribute) AttributesManagerBlImpl.mergeAttributeValue
(PerunSession sess, User user, Attribute attribute) AttributesManagerBlImpl.mergeAttributeValueInNestedTransaction
(PerunSession sess, Member member, Attribute attribute) AttributesManagerBlImpl.mergeAttributeValueInNestedTransaction
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Facility facility, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Host host, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Resource resource, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, Vo vo, Attribute attribute) void
AttributesManagerBlImpl.setAttribute
(PerunSession sess, String key, Attribute attribute) void
AttributesManagerBlImpl.setAttributeInNestedTransaction
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerBlImpl.setAttributeInNestedTransaction
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerBlImpl.setAttributeInNestedTransaction
(PerunSession sess, Member member, Group group, Attribute attribute) void
AttributesManagerBlImpl.setAttributeInNestedTransaction
(PerunSession sess, UserExtSource userExtSource, Attribute attribute) void
AttributesManagerBlImpl.setAttributeInNestedTransaction
(PerunSession sess, User user, Attribute attribute) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, Facility facility, Attribute attribute) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, Facility facility, User user, Attribute attribute) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, Group group, Attribute attribute) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, Host host, Attribute attribute) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, Member member, Attribute attribute) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, Member member, Group group, Attribute attribute, boolean workWithUserAttributes) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, Member member, Resource resource, Attribute attribute, boolean workWithUserAttributes) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, Resource resource, Attribute attribute) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, Resource resource, Group group, Attribute attribute) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, User user, Attribute attribute) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, Vo vo, Attribute attribute) boolean
AttributesManagerBlImpl.setAttributeWithoutCheck
(PerunSession sess, String key, Attribute attribute) Method parameters in cz.metacentrum.perun.core.blImpl with type arguments of type AttributeModifier and TypeMethodDescriptionvoid
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Facility facility, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Group group, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Host host, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Member member, Group group, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttribute) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Resource resource, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, User user, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSemantics
(PerunSession sess, Vo vo, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, Facility facility, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, Group group, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, Host host, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, Member member, Group group, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttribute) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, Resource resource, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, User user, List<Attribute> attributes) void
AttributesManagerBlImpl.checkAttributesSyntax
(PerunSession sess, Vo vo, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes, boolean returnOnlyAttributesWithChangedValue) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Group group, List<Attribute> groupReqAttributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Host host, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Member member, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, Resource resource, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) AttributesManagerBlImpl.fillAttributes
(PerunSession sess, User user, List<Attribute> attributes) AuthzResolverBlImpl.filterNotAllowedAttributes
(PerunSession sess, PerunBean bean, List<Attribute> attributes) From given attributes filter out the ones which are not allowed for the current principal.void
AttributesManagerBlImpl.forceCheckAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) ModulesUtilsBlImpl.getListOfGroupGIDsFromListOfResourceGIDs
(PerunSessionImpl sess, List<Attribute> resourceGIDs) ModulesUtilsBlImpl.getListOfResourceGIDsFromListOfGroupGIDs
(PerunSessionImpl sess, List<Attribute> groupGIDs) void
AttributesManagerBlImpl.mergeAttributesValues
(PerunSession sess, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.mergeAttributesValues
(PerunSession sess, User user, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Facility facility, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Group group, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Host host, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Resource resource, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, User user, List<Attribute> attributes) void
AttributesManagerBlImpl.setAttributes
(PerunSession sess, Vo vo, List<Attribute> attributes) void
AttributesManagerBlImpl.setRequiredAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) void
AttributesManagerBlImpl.setRequiredAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes, boolean forceAttributesChecks) AttributesManagerBlImpl.setWritableTrue
(PerunSession sess, List<Attribute> attributes) -
Uses of Attribute in cz.metacentrum.perun.core.entry
Methods in cz.metacentrum.perun.core.entry that return AttributeModifier and TypeMethodDescriptionAttributesManagerEntry.fillAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, Group group, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, Host host, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, Member member, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, Resource resource, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, User user, Attribute attribute) AttributesManagerEntry.getAttribute
(PerunSession sess, Facility facility, User user, String attributeName) AttributesManagerEntry.getAttribute
(PerunSession sess, Facility facility, String attributeName) AttributesManagerEntry.getAttribute
(PerunSession sess, Group group, String attributeName) AttributesManagerEntry.getAttribute
(PerunSession sess, Host host, String attributeName) AttributesManagerEntry.getAttribute
(PerunSession sess, Member member, Group group, String attributeName) AttributesManagerEntry.getAttribute
(PerunSession sess, Member member, Resource resource, String attributeName) AttributesManagerEntry.getAttribute
(PerunSession sess, Member member, String attributeName) AttributesManagerEntry.getAttribute
(PerunSession sess, Resource resource, Group group, String attributeName) AttributesManagerEntry.getAttribute
(PerunSession sess, Resource resource, String attributeName) AttributesManagerEntry.getAttribute
(PerunSession sess, UserExtSource ues, String attributeName) AttributesManagerEntry.getAttribute
(PerunSession sess, User user, String attributeName) AttributesManagerEntry.getAttribute
(PerunSession sess, Vo vo, String attributeName) AttributesManagerEntry.getAttribute
(PerunSession sess, String key, String attributeName) AttributesManagerEntry.getAttributeById
(PerunSession sess, Facility facility, int id) AttributesManagerEntry.getAttributeById
(PerunSession sess, Facility facility, User user, int id) AttributesManagerEntry.getAttributeById
(PerunSession sess, Group group, int id) AttributesManagerEntry.getAttributeById
(PerunSession sess, Host host, int id) AttributesManagerEntry.getAttributeById
(PerunSession sess, Member member, int id) AttributesManagerEntry.getAttributeById
(PerunSession sess, Member member, Group group, int id) AttributesManagerEntry.getAttributeById
(PerunSession sess, Member member, Resource resource, int id) AttributesManagerEntry.getAttributeById
(PerunSession sess, Resource resource, int id) AttributesManagerEntry.getAttributeById
(PerunSession sess, Resource resource, Group group, int id) AttributesManagerEntry.getAttributeById
(PerunSession sess, UserExtSource ues, int id) AttributesManagerEntry.getAttributeById
(PerunSession sess, User user, int id) AttributesManagerEntry.getAttributeById
(PerunSession sess, Vo vo, int id) Methods in cz.metacentrum.perun.core.entry that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributesManagerEntry.fillAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Group group, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Host host, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Member member, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Resource resource, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, User user, List<Attribute> attributes) AttributesManagerEntry.getAllAttributesStartWithNameWithoutNullValue
(PerunSession sess, Group group, String startPartOfName) AttributesManagerEntry.getAllAttributesStartWithNameWithoutNullValue
(PerunSession sess, Resource resource, String startPartOfName) AttributesManagerEntry.getAttributes
(PerunSession sess, Facility facility) AttributesManagerEntry.getAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member) AttributesManagerEntry.getAttributes
(PerunSession sess, Facility facility, User user) AttributesManagerEntry.getAttributes
(PerunSession sess, Facility facility, List<String> attrNames) AttributesManagerEntry.getAttributes
(PerunSession sess, Group group) AttributesManagerEntry.getAttributes
(PerunSession sess, Group group, List<String> attrNames) AttributesManagerEntry.getAttributes
(PerunSession sess, Host host) AttributesManagerEntry.getAttributes
(PerunSession sess, Host host, List<String> attrNames) AttributesManagerEntry.getAttributes
(PerunSession sess, Member member) AttributesManagerEntry.getAttributes
(PerunSession sess, Member member, boolean workWithUserAttributes) AttributesManagerEntry.getAttributes
(PerunSession sess, Member member, Group group) AttributesManagerEntry.getAttributes
(PerunSession sess, Member member, Group group, List<String> attrNames) AttributesManagerEntry.getAttributes
(PerunSession sess, Member member, Group group, List<String> attrNames, boolean workWithUserAttributes) AttributesManagerEntry.getAttributes
(PerunSession sess, Member member, Resource resource) AttributesManagerEntry.getAttributes
(PerunSession sess, Member member, Resource resource, boolean workWithUserAttributes) AttributesManagerEntry.getAttributes
(PerunSession sess, Member member, Resource resource, List<String> attrNames, boolean workWithUserAttributes) AttributesManagerEntry.getAttributes
(PerunSession sess, Member member, List<String> attrNames) AttributesManagerEntry.getAttributes
(PerunSession sess, Member member, List<String> attrNames, boolean workWithUserAttributes) AttributesManagerEntry.getAttributes
(PerunSession sess, Resource resource) AttributesManagerEntry.getAttributes
(PerunSession sess, Resource resource, Group group) AttributesManagerEntry.getAttributes
(PerunSession sess, Resource resource, Group group, boolean workWithGroupAttributes) AttributesManagerEntry.getAttributes
(PerunSession sess, Resource resource, Group group, Member member, List<String> attrNames) AttributesManagerEntry.getAttributes
(PerunSession sess, Resource resource, Group group, List<String> attrNames, boolean workWithGroupAttributes) AttributesManagerEntry.getAttributes
(PerunSession sess, Resource resource, List<String> attrNames) AttributesManagerEntry.getAttributes
(PerunSession sess, User user) AttributesManagerEntry.getAttributes
(PerunSession sess, UserExtSource ues) AttributesManagerEntry.getAttributes
(PerunSession sess, UserExtSource ues, List<String> attrNames) AttributesManagerEntry.getAttributes
(PerunSession sess, User user, List<String> attrNames) AttributesManagerEntry.getAttributes
(PerunSession sess, Vo vo) AttributesManagerEntry.getAttributes
(PerunSession sess, Vo vo, List<String> attrNames) AttributesManagerEntry.getAttributes
(PerunSession sess, String key) AttributesManagerEntry.getAttributesByAttributeDefinition
(PerunSession sess, AttributeDefinition attributeDefinition) AttributesManagerEntry.getEntitylessAttributes
(PerunSession sess, String attrName) AttributesManagerEntry.getEntitylessAttributesWithKeys
(PerunSession sess, String attrName) AttributesManagerEntry.getEntitylessAttributesWithKeys
(PerunSession sess, String attrName, List<String> keys) AttributesManagerEntry.getLogins
(PerunSession sess, User user) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Facility facility) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Facility facility, User user) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Member member, boolean workWithUserAttributes) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Member member, Group group, boolean workWithUserAttributes) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Member member, Resource resource) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Member member, Resource resource, boolean workWithUserAttributes) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Resource resource) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Resource resource, Service service, List<Member> members) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Facility facility) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Facility facility, List<User> users) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Group group) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Host host) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Member member) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Member member, Group group) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Member member, Group group, boolean workWithUserAttributes) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Member member, Resource resource) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Member member, Resource resource, boolean workWithUserAttributes) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Resource resource) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, Group group) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, Group group, boolean workWithGroupAttributes) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, Group group, Member member, boolean workWithUserAttributes) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, List<Member> members) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, List<Member> members, boolean workWithUserAttributes) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, Vo vo) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, Service service, List<User> users) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, User user) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, List<Service> services, Facility facility) AttributesManagerEntry.getRequiredAttributes
(PerunSession sess, List<Service> services, Resource resource) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Facility facility, Resource resource, User user, Member member) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Facility facility, User user) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Group group) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Host host) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Group group) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Group group, boolean workWithUserAttributes) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Resource resource) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Resource resource, boolean workWithUserAttributes) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource, Group group) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource, Group group, boolean workWithGroupAttributes) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource, Group group, Member member, boolean workWithUserAttributes) AttributesManagerEntry.getResourceRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, User user) Methods in cz.metacentrum.perun.core.entry with parameters of type AttributeModifier and TypeMethodDescriptionvoid
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Facility facility, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Host host, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Member member, Group group, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Member member, Resource resource, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Resource resource, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Resource resource, Group group, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, UserExtSource ues, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerEntry.checkAttributeSemantics
(PerunSession sess, Vo vo, Attribute attribute) void
AttributesManagerEntry.checkAttributeSyntax
(PerunSession sess, Facility facility, Attribute attribute) void
AttributesManagerEntry.checkAttributeSyntax
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerEntry.checkAttributeSyntax
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerEntry.checkAttributeSyntax
(PerunSession sess, Host host, Attribute attribute) void
AttributesManagerEntry.checkAttributeSyntax
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerEntry.checkAttributeSyntax
(PerunSession sess, Member member, Group group, Attribute attribute) void
AttributesManagerEntry.checkAttributeSyntax
(PerunSession sess, Member member, Resource resource, Attribute attribute) void
AttributesManagerEntry.checkAttributeSyntax
(PerunSession sess, Resource resource, Attribute attribute) void
AttributesManagerEntry.checkAttributeSyntax
(PerunSession sess, Resource resource, Group group, Attribute attribute) void
AttributesManagerEntry.checkAttributeSyntax
(PerunSession sess, UserExtSource ues, Attribute attribute) void
AttributesManagerEntry.checkAttributeSyntax
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerEntry.checkAttributeSyntax
(PerunSession sess, Vo vo, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, Group group, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, Host host, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, Member member, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, Resource resource, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) AttributesManagerEntry.fillAttribute
(PerunSession sess, User user, Attribute attribute) GroupsManagerEntry.getMemberGroupsByAttribute
(PerunSession sess, Member member, Attribute attribute) UsersManagerEntry.getUsersByAttribute
(PerunSession sess, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Facility facility, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Host host, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Resource resource, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, Vo vo, Attribute attribute) void
AttributesManagerEntry.setAttribute
(PerunSession sess, String key, Attribute attribute) Method parameters in cz.metacentrum.perun.core.entry with type arguments of type AttributeModifier and TypeMethodDescriptionUsersManagerEntry.addUserExtSourceWithAttributes
(PerunSession sess, User user, UserExtSource userExtSource, List<Attribute> uesAttributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Facility facility, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Host host, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Member member, Group group, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Member member, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttribute) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Resource resource, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, User user, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSemantics
(PerunSession sess, Vo vo, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, Facility facility, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, Host host, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, Member member, Group group, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, Member member, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttribute) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, Resource resource, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, User user, List<Attribute> attributes) void
AttributesManagerEntry.checkAttributesSyntax
(PerunSession sess, Vo vo, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Group group, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Host host, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Member member, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, Resource resource, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) AttributesManagerEntry.fillAttributes
(PerunSession sess, User user, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Facility facility, Resource resource, Group group, User user, Member member, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Facility facility, Resource resource, User user, Member member, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Facility facility, User user, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Facility facility, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Group group, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Host host, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Member member, Group group, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Member member, Resource resource, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Member member, List<Attribute> attributes, boolean workWithUserAttributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Resource resource, Group group, List<Attribute> attributes, boolean workWithGroupAttributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Resource resource, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, UserExtSource ues, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, User user, List<Attribute> attributes) void
AttributesManagerEntry.setAttributes
(PerunSession sess, Vo vo, List<Attribute> attributes) -
Uses of Attribute in cz.metacentrum.perun.core.impl
Methods in cz.metacentrum.perun.core.impl that return AttributeModifier and TypeMethodDescriptionstatic Attribute
Utils.copyAttributeToViAttributeWithoutValue
(Attribute copyFrom, Attribute copyTo) static Attribute
Utils.copyAttributeToVirtualAttributeWithValue
(Attribute copyFrom, Attribute copyTo) AttributesManagerImpl.fillAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, Group group, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, Host host, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, Member member, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, Resource resource, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, User user, Attribute attribute) AttributesManagerImpl.getAnonymizedValue
(PerunSession sess, User user, Attribute attribute) AttributesManagerImpl.getAttribute
(PerunSession sess, Facility facility, User user, String attributeName) AttributesManagerImpl.getAttribute
(PerunSession sess, Facility facility, String attributeName) AttributesManagerImpl.getAttribute
(PerunSession sess, Group group, String attributeName) AttributesManagerImpl.getAttribute
(PerunSession sess, Host host, String attributeName) AttributesManagerImpl.getAttribute
(PerunSession sess, Member member, Group group, String attributeName) AttributesManagerImpl.getAttribute
(PerunSession sess, Member member, Resource resource, String attributeName) AttributesManagerImpl.getAttribute
(PerunSession sess, Member member, String attributeName) AttributesManagerImpl.getAttribute
(PerunSession sess, Resource resource, Group group, String attributeName) AttributesManagerImpl.getAttribute
(PerunSession sess, Resource resource, String attributeName) AttributesManagerImpl.getAttribute
(PerunSession sess, UserExtSource ues, String attributeName) AttributesManagerImpl.getAttribute
(PerunSession sess, User user, String attributeName) AttributesManagerImpl.getAttribute
(PerunSession sess, Vo vo, String attributeName) AttributesManagerImpl.getAttribute
(PerunSession sess, String key, String attributeName) AttributesManagerImpl.getAttributeById
(PerunSession sess, Facility facility, int id) AttributesManagerImpl.getAttributeById
(PerunSession sess, Facility facility, User user, int id) AttributesManagerImpl.getAttributeById
(PerunSession sess, Group group, int id) AttributesManagerImpl.getAttributeById
(PerunSession sess, Host host, int id) AttributesManagerImpl.getAttributeById
(PerunSession sess, Member member, int id) AttributesManagerImpl.getAttributeById
(PerunSession sess, Member member, Group group, int id) AttributesManagerImpl.getAttributeById
(PerunSession sess, Member member, Resource resource, int id) AttributesManagerImpl.getAttributeById
(PerunSession sess, Resource resource, int id) AttributesManagerImpl.getAttributeById
(PerunSession sess, Resource resource, Group group, int id) AttributesManagerImpl.getAttributeById
(PerunSession sess, UserExtSource ues, int id) AttributesManagerImpl.getAttributeById
(PerunSession sess, User user, int id) AttributesManagerImpl.getAttributeById
(PerunSession sess, Vo vo, int id) Methods in cz.metacentrum.perun.core.impl that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributesManagerImpl.getAllAttributesStartWithNameWithoutNullValue
(PerunSession sess, Group group, String startPartOfName) AttributesManagerImpl.getAllAttributesStartWithNameWithoutNullValue
(PerunSession sess, Resource resource, String startPartOfName) AttributesManagerImpl.getAttributes
(PerunSession sess, Facility facility) AttributesManagerImpl.getAttributes
(PerunSession sess, Facility facility, User user) AttributesManagerImpl.getAttributes
(PerunSession sess, Facility facility, List<String> attrNames) AttributesManagerImpl.getAttributes
(PerunSession sess, Group group) AttributesManagerImpl.getAttributes
(PerunSession sess, Group group, List<String> attrNames) AttributesManagerImpl.getAttributes
(PerunSession sess, Host host) AttributesManagerImpl.getAttributes
(PerunSession sess, Host host, List<String> attrNames) AttributesManagerImpl.getAttributes
(PerunSession sess, Member member) AttributesManagerImpl.getAttributes
(PerunSession sess, Member member, Group group) AttributesManagerImpl.getAttributes
(PerunSession sess, Member member, Group group, List<String> attrNames) AttributesManagerImpl.getAttributes
(PerunSession sess, Member member, Resource resource) AttributesManagerImpl.getAttributes
(PerunSession sess, Member member, Resource resource, List<String> attrNames) AttributesManagerImpl.getAttributes
(PerunSession sess, Member member, List<String> attrNames) AttributesManagerImpl.getAttributes
(PerunSession sess, Resource resource) AttributesManagerImpl.getAttributes
(PerunSession sess, Resource resource, Group group) AttributesManagerImpl.getAttributes
(PerunSession sess, Resource resource, Group group, List<String> attrNames) AttributesManagerImpl.getAttributes
(PerunSession sess, Resource resource, List<String> attrNames) AttributesManagerImpl.getAttributes
(PerunSession sess, User user) AttributesManagerImpl.getAttributes
(PerunSession sess, UserExtSource ues) AttributesManagerImpl.getAttributes
(PerunSession sess, UserExtSource ues, List<String> attrNames) AttributesManagerImpl.getAttributes
(PerunSession sess, User user, Facility facility, List<String> attrNames) AttributesManagerImpl.getAttributes
(PerunSession sess, User user, List<String> attrNames) AttributesManagerImpl.getAttributes
(PerunSession sess, Vo vo) AttributesManagerImpl.getAttributes
(PerunSession sess, Vo vo, List<String> attrNames) AttributesManagerImpl.getAttributes
(PerunSession sess, String key) AttributesManagerImpl.getAttributesByAttributeDefinition
(PerunSession sess, AttributeDefinition attributeDefinition) AttributesManagerImpl.getEntitylessAttributes
(PerunSession sess, String attrName) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Facility facility) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Resource resource, Facility facility) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Resource resource, Facility facility, User user) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Group group) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Host host) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Group group) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Resource resource) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource, Group group) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Resource resource, Service service, List<Member> members) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Resource resource, User user) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Resource resource, List<Integer> serviceIds) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Service service, Facility facility) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Service service, Facility facility, User user) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Service service, Facility facility, List<User> users) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Service service, Group group) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Service service, Host host) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Service service, Member member) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Service service, Member member, Group group) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Service service, Member member, Resource resource) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Service service, Resource resource) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, Group group) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, List<Member> members) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Service service, User user) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Service service, Vo vo) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Service service, List<Member> members, Group group) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, Service service, List<User> users) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, List<Service> services, Group group) AttributesManagerImpl.getRequiredAttributes
(PerunSession sess, List<Service> services, Resource resource, Group group) AttributesManagerImpl.getRequiredAttributesForGroups
(PerunSession sess, Service service, List<Group> groups) AttributesManagerImpl.getUserFacilityAttributesForAnyUser
(PerunSession sess, Facility facility) AttributesManagerImpl.getVirtualAttributes
(PerunSession sess, Facility facility) AttributesManagerImpl.getVirtualAttributes
(PerunSession sess, Facility facility, User user) AttributesManagerImpl.getVirtualAttributes
(PerunSession sess, Group group) AttributesManagerImpl.getVirtualAttributes
(PerunSession sess, Host host) AttributesManagerImpl.getVirtualAttributes
(PerunSession sess, Member member) AttributesManagerImpl.getVirtualAttributes
(PerunSession sess, Member member, Group group) AttributesManagerImpl.getVirtualAttributes
(PerunSession sess, Member member, Resource resource) AttributesManagerImpl.getVirtualAttributes
(PerunSession sess, Resource resource) AttributesManagerImpl.getVirtualAttributes
(PerunSession sess, User user) AttributesManagerImpl.getVirtualAttributes
(PerunSession sess, UserExtSource ues) AttributesManagerImpl.getVirtualAttributes
(PerunSession sess, Vo vo) Methods in cz.metacentrum.perun.core.impl with parameters of type AttributeModifier and TypeMethodDescriptionvoid
AttributesManagerImpl.blockAttributeValue
(PerunSession session, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, Facility facility, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, Host host, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, Member member, Group group, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, Member member, Resource resource, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, Resource resource, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, Resource resource, Group group, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, UserExtSource ues, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, Vo vo, Attribute attribute) void
AttributesManagerImpl.changedAttributeHook
(PerunSession sess, String key, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Facility facility, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Host host, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Member member, Group group, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Member member, Resource resource, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Resource resource, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Resource resource, Group group, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, UserExtSource ues, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, Vo vo, Attribute attribute) void
AttributesManagerImpl.checkAttributeSemantics
(PerunSession sess, String key, Attribute attribute) void
AttributesManagerImpl.checkAttributeSyntax
(PerunSession sess, Facility facility, Attribute attribute) void
AttributesManagerImpl.checkAttributeSyntax
(PerunSession sess, Facility facility, User user, Attribute attribute) void
AttributesManagerImpl.checkAttributeSyntax
(PerunSession sess, Group group, Attribute attribute) void
AttributesManagerImpl.checkAttributeSyntax
(PerunSession sess, Host host, Attribute attribute) void
AttributesManagerImpl.checkAttributeSyntax
(PerunSession sess, Member member, Attribute attribute) void
AttributesManagerImpl.checkAttributeSyntax
(PerunSession sess, Member member, Group group, Attribute attribute) void
AttributesManagerImpl.checkAttributeSyntax
(PerunSession sess, Member member, Resource resource, Attribute attribute) void
AttributesManagerImpl.checkAttributeSyntax
(PerunSession sess, Resource resource, Attribute attribute) void
AttributesManagerImpl.checkAttributeSyntax
(PerunSession sess, Resource resource, Group group, Attribute attribute) void
AttributesManagerImpl.checkAttributeSyntax
(PerunSession sess, UserExtSource ues, Attribute attribute) void
AttributesManagerImpl.checkAttributeSyntax
(PerunSession sess, User user, Attribute attribute) void
AttributesManagerImpl.checkAttributeSyntax
(PerunSession sess, Vo vo, Attribute attribute) void
AttributesManagerImpl.checkAttributeSyntax
(PerunSession sess, String key, Attribute attribute) static Attribute
Utils.copyAttributeToViAttributeWithoutValue
(Attribute copyFrom, Attribute copyTo) static Attribute
Utils.copyAttributeToVirtualAttributeWithValue
(Attribute copyFrom, Attribute copyTo) void
AttributesManagerImpl.deletedEntityHook
(PerunSession sess, User user, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, Group group, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, Host host, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, Member member, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, Resource resource, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) AttributesManagerImpl.fillAttribute
(PerunSession sess, User user, Attribute attribute) AttributesManagerImpl.getAnonymizedValue
(PerunSession sess, User user, Attribute attribute) FacilitiesManagerImpl.getFacilitiesByAttribute
(PerunSession sess, Attribute attribute) GroupsManagerImpl.getGroupResourcePairsByAttribute
(PerunSession sess, Attribute attribute) GroupsManagerImpl.getGroupsByAttribute
(PerunSession sess, Attribute attribute) SearcherImpl.getGroupsByGroupResourceSetting
(PerunSession sess, Attribute groupResourceAttribute, Attribute resourceAttribute) AttributesManagerImpl.getPerunBeanIdsForUniqueAttributeValue
(PerunSession sess, Attribute attribute) ResourcesManagerImpl.getResourcesByAttribute
(PerunSession sess, Attribute attribute) UsersManagerImpl.getUsersByAttribute
(PerunSession sess, Attribute attribute) UsersManagerImpl.getUsersByAttribute
(PerunSession sess, Attribute attribute, boolean ignoreCase) boolean
AttributesManagerImpl.insertAttribute
(PerunSession sess, Attribute attribute, String tableName, List<String> columnNames, List<Object> columnValues) AttributesManagerImpl.isAttributeValueBlocked
(PerunSession session, Attribute attribute) boolean
AttributesManagerImpl.setAttribute
(PerunSession sess, PerunBean bean1, PerunBean bean2, Attribute attribute) boolean
AttributesManagerImpl.setAttribute
(PerunSession sess, Object object, Attribute attribute) boolean
AttributesManagerImpl.setAttributeWithNullValue
(PerunSession sess, int userId, Attribute attribute) boolean
AttributesManagerImpl.setAttributeWithNullValue
(PerunSession sess, String key, Attribute attribute) boolean
AttributesManagerImpl.setVirtualAttribute
(PerunSession sess, Facility facility, Attribute attribute) boolean
AttributesManagerImpl.setVirtualAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) boolean
AttributesManagerImpl.setVirtualAttribute
(PerunSession sess, Group group, Attribute attribute) boolean
AttributesManagerImpl.setVirtualAttribute
(PerunSession sess, Member member, Attribute attribute) boolean
AttributesManagerImpl.setVirtualAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) boolean
AttributesManagerImpl.setVirtualAttribute
(PerunSession sess, Resource resource, Attribute attribute) boolean
AttributesManagerImpl.setVirtualAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) boolean
AttributesManagerImpl.setVirtualAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) boolean
AttributesManagerImpl.setVirtualAttribute
(PerunSession sess, User user, Attribute attribute) boolean
AttributesManagerImpl.updateAttribute
(PerunSession sess, Attribute attribute, String tableName, List<String> columnNames, List<Object> columnValues) Method parameters in cz.metacentrum.perun.core.impl with type arguments of type AttributeModifier and TypeMethodDescriptionvoid
AttributesManagerImpl.checkAttributesSemantics
(PerunSession sess, Resource resource, List<Attribute> attributes) void
AttributesManagerImpl.checkAttributeSyntax
(PerunSession sess, Resource resource, List<Attribute> attributes) SearcherImpl.getFacilities
(PerunSession sess, Map<Attribute, String> attributesWithSearchingValues) SearcherImpl.getGroups
(PerunSession sess, Map<Attribute, String> attributesWithSearchingValues) SearcherImpl.getMembers
(PerunSession sess, Vo vo, Map<String, Map<Attribute, String>> mapOfEntityToMapOfAttrsWithValues) SearcherImpl.getResources
(PerunSession sess, Map<Attribute, String> attributesWithSearchingValues, boolean allowPartialMatchForString) SearcherImpl.getUsers
(PerunSession sess, Map<Attribute, String> attributesWithSearchingValues) static void
Utils.sendIdentityRemovedAlerts
(PerunSession sess, UserExtSource removedUes, List<Attribute> uesAttrs) Sends all alerts about an identity being removed. -
Uses of Attribute in cz.metacentrum.perun.core.impl.modules.attributes
Methods in cz.metacentrum.perun.core.impl.modules.attributes that return AttributeModifier and TypeMethodDescriptionurn_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) 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]Methods in cz.metacentrum.perun.core.impl.modules.attributes with parameters of type AttributeModifier and TypeMethodDescriptionvoid
urn_perun_group_attribute_def_def_applicationAutoRejectMessages.changedAttributeHook
(PerunSessionImpl session, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_applicationExpirationRules.changedAttributeHook
(PerunSessionImpl session, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupMembershipExpirationRules.changedAttributeHook
(PerunSessionImpl session, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupStructureSynchronizationEnabled.changedAttributeHook
(PerunSessionImpl session, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_unixGID_namespace.changedAttributeHook
(PerunSessionImpl session, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_unixGroupName_namespace.changedAttributeHook
(PerunSessionImpl session, Group group, Attribute attribute) void
urn_perun_member_attribute_def_def_address.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_mail.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_membershipExpiration.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_organization.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_phone.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_suspensionInfo.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_workplace.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) void
urn_perun_member_group_attribute_def_def_groupMembershipExpiration.changedAttributeHook
(PerunSessionImpl session, Member member, Group group, Attribute attribute) void
urn_perun_resource_attribute_def_def_unixGID_namespace.changedAttributeHook
(PerunSessionImpl session, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_unixGroupName_namespace.changedAttributeHook
(PerunSessionImpl session, Resource resource, Attribute attribute) void
urn_perun_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.void
urn_perun_user_attribute_def_def_login_namespace_ceitec.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_login_namespace_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 attributevoid
urn_perun_user_attribute_def_def_login_namespace_lifescienceid_username.changedAttributeHook
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_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 attributevoid
urn_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 attributevoid
urn_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 attributevoid
urn_perun_user_attribute_def_def_login_namespace_vsup.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) When login changes: first set / changed always change eduroam-vsup login too !!void
urn_perun_user_attribute_def_def_titleBeforeDc2.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) When title before name from DC2 changes, update User.void
urn_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).void
urn_perun_user_attribute_def_def_ucoVsup.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) When UCO changes: add UserExtSource, since UCOs are generated in Perun.void
urn_perun_user_attribute_def_def_userCertDNs.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_userPreferredCertDN.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_vsupExchangeMail.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_vsupExchangeMailAliases.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_vsupMail.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_vsupPreferredMail.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) void
urn_perun_vo_attribute_def_def_applicationAutoRejectMessages.changedAttributeHook
(PerunSessionImpl session, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_applicationExpirationRules.changedAttributeHook
(PerunSessionImpl session, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_membershipExpirationRules.changedAttributeHook
(PerunSessionImpl session, Vo vo, Attribute attribute) void
urn_perun_entityless_attribute_def_def_disableIDGeneration.checkAttributeSemantics
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_entityless_attribute_def_def_namespace_maxUID.checkAttributeSemantics
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_entityless_attribute_def_def_namespace_minUID.checkAttributeSemantics
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_facility_attribute_def_def_accountExpirationTime.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_fsScratchDirs.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_googleGroupsDomain.checkAttributeSemantics
(PerunSessionImpl sess, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_homeMountPoints.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Checks attribute facility_homeMountPoints, this attribute must not be nullvoid
urn_perun_facility_attribute_def_def_ldapBaseDN.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_login_namespace.checkAttributeSemantics
(PerunSessionImpl session, Facility facility, Attribute attribute) Checks if the corresponding attribute uf:login-namespace:[namespace] exists.void
urn_perun_facility_attribute_def_def_m365AllowedLicensesPriorities.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_passwdScpDestinationFile.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_pbsServer.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_reqAups.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_shell_passwd_scp.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_shells.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_uid_namespace.checkAttributeSemantics
(PerunSessionImpl session, Facility facility, Attribute attribute) Checks if the corresponding attribute u:uid-namespace:[namespace] exists.void
urn_perun_facility_attribute_def_def_unixGID_namespace.checkAttributeSemantics
(PerunSessionImpl sess, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_unixGroupName_namespace.checkAttributeSemantics
(PerunSessionImpl sess, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_virt_GIDRanges.checkAttributeSemantics
(PerunSessionImpl sess, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_virt_maxUID.checkAttributeSemantics
(PerunSessionImpl sess, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_virt_minUID.checkAttributeSemantics
(PerunSessionImpl sess, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_virt_UIDRanges.checkAttributeSemantics
(PerunSessionImpl sess, Facility facility, Attribute attribute) void
urn_perun_group_attribute_def_def_adGroupName.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_adName_o365mu.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_applicationAffiliationRegex.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_applicationAutoRejectMessages.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_applicationExpirationRules.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_applicationViewPreferences.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_authoritativeGroup.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_autoApproveByGroupMembership.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_collectionID.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_flatGroupStructureEnabled.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_fromEmail.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_googleGroupName_namespace.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupExtSource.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupMembershipExpirationRules.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupStructureResources.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupStructureSynchronizationEnabled.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupStructureSynchronizationInterval.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupStructureSynchronizationTimes.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupSynchronizationTimes.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_o365EmailAddresses_o365mu.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_o365SendAsGroups.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_o365SendOnBehalfGroups.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_synchronizationEnabled.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_synchronizationInterval.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_unixGID_namespace.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_unixGroupName_namespace.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_adName.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_drupalGroupType.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_isSystemUnixGroup.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_o365EmailAddresses_mu.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_projectDataLimit.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_projectDataQuota.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_projectName.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_projectOwnerLogin.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_systemUnixGID.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_systemUnixGroupName.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_virt_googleGroupName.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_virt_unixGID.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_virt_unixGroupName.checkAttributeSemantics
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_member_attribute_def_def_mail.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_memberOrganizations.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_memberOrganizationsHistory.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_phone.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Attribute attribute) void
urn_perun_member_resource_attribute_def_def_bucketQuota.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) void
urn_perun_member_resource_attribute_def_def_dataQuotas.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) void
urn_perun_member_resource_attribute_def_def_fileQuotas.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_accountExpirationTime.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_apacheAuthzFile.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_defaultBucketQuota.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_defaultDataQuotas.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_defaultFileQuotas.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_defaultHomeMountPoint.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Checks if the homemountpoint is contained in list of homemountpoint at underlying facilityvoid
urn_perun_resource_attribute_def_def_defaultShell.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Checks the attribute with a default shell at the specified resource.void
urn_perun_resource_attribute_def_def_fairshareGroupName.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_fsScratchDirs.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_homeMountPoints.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Allows only homeMountPoints which are contained in underlying facilityvoid
urn_perun_resource_attribute_def_def_k4GroupCode.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_k4GroupPriority.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_k5loginTargetUser.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_m365LicenseGroup.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_mailaliasesTargetUser.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_mailingListManagerEmail.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_projectsBasePath.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_replicaDestination.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_replicaDestinationPath.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_shells.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Checks the attribute with all available shells from resource's facilityvoid
urn_perun_resource_attribute_def_def_sshkeysTargetUser.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_unixGID_namespace.checkAttributeSemantics
(PerunSessionImpl sess, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_unixGroupName_namespace.checkAttributeSemantics
(PerunSessionImpl sess, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_virt_unixGID.checkAttributeSemantics
(PerunSessionImpl sess, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_virt_unixGroupName.checkAttributeSemantics
(PerunSessionImpl sess, Resource resource, Attribute attribute) void
urn_perun_user_attribute_def_def_cnCeitecAD.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_kerberosAdminPrincipal.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_kerberosLogins.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_login_namespace_admin_meta.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_login_namespace_eduroam_vsup.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) Checks if the user's login is unique in the namespace organization.void
urn_perun_user_attribute_def_def_login_namespace_einfra.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) Checks if the user's login is unique in the namespace organizationvoid
urn_perun_user_attribute_def_def_login_namespace_lifescienceid_username.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_login_namespace_mu_adm.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_login_namespace.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) Checks if the user's login is unique in the namespace organizationvoid
urn_perun_user_attribute_def_def_mfaEnforceSettings.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) The following restrictions are placed on the attribute value: {"include_categories":["str1","str2"]} str1, str2 is an existing key in the entityless attribute mfaCategories {"include_categories":["str1","str2"],"exclude_rps":["rp1","rp2"]} str1, str2 is an existing key in the entityless attribute mfaCategories and rp1, rp2 must exist inside the categoryvoid
urn_perun_user_attribute_def_def_o365SystemEmailAddresses_mu.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_o365UserEmailAddresses_mu.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_osbIddc2.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_phone.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_preferredMail.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_timezone.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_ucoVsup.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_uid_namespace.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) Checks the new UID of the user.void
urn_perun_user_attribute_def_def_userCertDNs.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_userPreferredCertDN.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_vsupExchangeMail.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_vsupMail.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_virt_loa.checkAttributeSemantics
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_facility_attribute_def_def_accountExpirationTime.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) void
urn_perun_user_facility_attribute_def_def_basicDefaultGID.checkAttributeSemantics
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) void
urn_perun_user_facility_attribute_def_def_defaultUnixGID.checkAttributeSemantics
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) Checks the new default GID of the user at the specified facility.void
urn_perun_user_facility_attribute_def_def_homeMountPoint.checkAttributeSemantics
(PerunSessionImpl session, User user, Facility facility, Attribute attribute) void
urn_perun_user_facility_attribute_def_def_shell_passwd_scp.checkAttributeSemantics
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) void
urn_perun_user_facility_attribute_def_def_shell.checkAttributeSemantics
(PerunSessionImpl session, User user, Facility facility, Attribute attribute) Checks an attribute with shell for the user at the specified facility.void
urn_perun_user_facility_attribute_def_virt_defaultUnixGID.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) void
urn_perun_user_facility_attribute_def_virt_login.checkAttributeSemantics
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) Calls checkAttribute on u:login-namespace:[login-namespace]void
urn_perun_user_facility_attribute_def_virt_preferredUnixGroupName.checkAttributeSemantics
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) void
urn_perun_user_facility_attribute_def_virt_UID.checkAttributeSemantics
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) Checks the new UID of the user at the specified facility.void
urn_perun_vo_attribute_def_def_applicationAffiliationRegex.checkAttributeSemantics
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_applicationAutoRejectMessages.checkAttributeSemantics
(PerunSessionImpl perunSession, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_applicationExpirationRules.checkAttributeSemantics
(PerunSessionImpl perunSession, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_applicationViewPreferences.checkAttributeSemantics
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_autoApproveByGroupMembership.checkAttributeSemantics
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_contactEmail.checkAttributeSemantics
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_fromEmail.checkAttributeSemantics
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_membershipExpirationRules.checkAttributeSemantics
(PerunSessionImpl perunSession, Vo entity, Attribute attribute) void
urn_perun_vo_attribute_def_def_toEmail.checkAttributeSemantics
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_entityless_attribute_def_def_allowedMailDomains_mu.checkAttributeSyntax
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_entityless_attribute_def_def_eduPersonORCIDConfig.checkAttributeSyntax
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_entityless_attribute_def_def_identityAlertsTemplates.checkAttributeSyntax
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_entityless_attribute_def_def_namespace_GIDRanges.checkAttributeSyntax
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_entityless_attribute_def_def_namespace_maxUID.checkAttributeSyntax
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_entityless_attribute_def_def_namespace_minUID.checkAttributeSyntax
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_entityless_attribute_def_def_namespace_uid_policy.checkAttributeSyntax
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_entityless_attribute_def_def_namespace_UIDRanges.checkAttributeSyntax
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_entityless_attribute_def_def_nonAuthzAccActivationMailTemplate_namespace.checkAttributeSyntax
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_entityless_attribute_def_def_nonAuthzPwdResetMailTemplate_namespace.checkAttributeSyntax
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_entityless_attribute_def_def_orgAups.checkAttributeSyntax
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_entityless_attribute_def_def_usedGids.checkAttributeSyntax
(PerunSessionImpl perunSession, String key, Attribute attribute) void
urn_perun_facility_attribute_def_def_capabilities.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_fsScratchDirs.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_homeDirUmask.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Method for checking permission mask of home directory.void
urn_perun_facility_attribute_def_def_homeMountPoints.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Checks attribute facility_homeMountPoints, this attribute must be valid *nix pathvoid
urn_perun_facility_attribute_def_def_ldapBaseDN.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_m365AllowedLicensesPriorities.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_passwdScpDestinationFile.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Method for checking path of the file.void
urn_perun_facility_attribute_def_def_quotaEnabled.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_rpEnvironment.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_rpProtocol.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_rtOutputFileName.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_scratchDirPermissions.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_scratchLocalDirPermissions.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_shell_passwd_scp.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
urn_perun_facility_attribute_def_def_shells.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Checks if the facility has properly set shells.void
urn_perun_group_attribute_def_def_adGroupName.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_adName_o365mu.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_applicationAffiliationRegex.checkAttributeSyntax
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_applicationAutoRejectMessages.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_applicationExpirationRules.checkAttributeSyntax
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_applicationViewPreferences.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_authoritativeGroup.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_autoApproveByGroupMembership.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_fromEmail.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_googleGroupName_namespace.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupStructureResources.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupStructureSynchronizationInterval.checkAttributeSyntax
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupStructureSynchronizationTimes.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupSynchronizationFilename.checkAttributeSyntax
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_groupSynchronizationTimes.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_htmlMailFooter.checkAttributeSyntax
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_lastSynchronizationTimestamp.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_o365EmailAddresses_o365mu.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_o365SendAsGroups.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_o365SendOnBehalfGroups.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_synchronizationEnabled.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_synchronizationInterval.checkAttributeSyntax
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
urn_perun_group_attribute_def_def_unixGroupName_namespace.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_adName.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_drupalGroupType.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_isSystemUnixGroup.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_o365EmailAddresses_mu.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_projectDataLimit.checkAttributeSyntax
(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_projectDataQuota.checkAttributeSyntax
(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_projectDirPermissions.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_projectName.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_projectOwnerLogin.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_systemUnixGID.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_systemUnixGroupName.checkAttributeSyntax
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_vomsGroupName.checkAttributeSyntax
(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) void
urn_perun_group_resource_attribute_def_def_vomsRoles.checkAttributeSyntax
(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) void
urn_perun_member_attribute_def_def_mail.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Attribute attribute) void
urn_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-ddvoid
urn_perun_member_attribute_def_def_o365EmailAddresses_mu.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Attribute attribute) void
urn_perun_member_attribute_def_def_phone.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Attribute attribute) void
urn_perun_member_group_attribute_def_def_groupMembershipExpiration.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) void
urn_perun_member_group_attribute_def_virt_groupStatus.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) void
urn_perun_member_resource_attribute_def_def_bucketQuota.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) void
urn_perun_member_resource_attribute_def_def_bucketQuotaOverride.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) void
urn_perun_member_resource_attribute_def_def_dataQuotas.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) void
urn_perun_member_resource_attribute_def_def_dataQuotasOverride.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) void
urn_perun_member_resource_attribute_def_def_fileQuotas.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) void
urn_perun_member_resource_attribute_def_def_fileQuotasOverride.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) void
urn_perun_member_resource_attribute_def_virt_groupStatus.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_apacheAuthzFile.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_capabilities.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_defaultBucketQuota.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_defaultDataQuotas.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_defaultFileQuotas.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_defaultHomeMountPoint.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Checks syntax of attribute value, allows valid unix paths only.void
urn_perun_resource_attribute_def_def_fairshareGroupName.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_fsScratchDirs.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_homeMountPoints.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_k4GroupCode.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_k4GroupName.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_k5loginTargetUser.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_kerberosPrincipalsFileSuffix.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_mailaliasesTargetUser.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_mailingListManagerEmail.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_maxUserBucketQuota.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_maxUserDataQuotas.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_maxUserFileQuotas.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_projectsBasePath.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_replicaDestination.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_replicaDestinationPath.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_shells.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_sshkeysTargetUser.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_unixGroupName_namespace.checkAttributeSyntax
(PerunSessionImpl sess, Resource resource, Attribute attribute) void
urn_perun_resource_attribute_def_def_vomsRoles.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
urn_perun_ues_attribute_def_def_isCesnetEligibleLastSeen.checkAttributeSyntax
(PerunSessionImpl perunSession, UserExtSource ues, Attribute attribute) void
urn_perun_user_attribute_def_def_cscaleCountry.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) Checks if users country has allowed valuevoid
urn_perun_user_attribute_def_def_cscaleResearchField.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) Checks if users research field has allowed valuevoid
urn_perun_user_attribute_def_def_cscaleUserCategory.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) Checks if users category has allowed valuevoid
urn_perun_user_attribute_def_def_cscaleUserFunction.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) Checks if users function has allowed valuevoid
urn_perun_user_attribute_def_def_eduroamIdentities.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_elixirScopedAffiliation.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_expirationDc2.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_expirationKos.checkAttributeSyntax
(PerunSessionImpl perunSession, User member, Attribute attribute) void
urn_perun_user_attribute_def_def_expirationManual.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_isCesnetEligibleLastSeen.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_k4Nav.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_k4Staleakt.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_kerberosAdminPrincipal.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_kerberosLogins.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_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.void
urn_perun_user_attribute_def_def_login_namespace_eduroam_vsup.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) Check if eduroam login has permitted valuevoid
urn_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.void
urn_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.void
urn_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.void
urn_perun_user_attribute_def_def_login_namespace_lifescienceid_username.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_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.void
urn_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 usevoid
urn_perun_user_attribute_def_def_mailaliasesGenericMail.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_mfaEnforceSettings.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) Attribute value should be a valid JSON.void
urn_perun_user_attribute_def_def_o365SystemEmailAddresses_mu.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_o365UserEmailAddresses_mu.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_phone.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_preferredMail.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_preferredShells.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_preferredUnixGroupName_namespace.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_rootMailAliasesMail.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_sshPublicKey.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_timezone.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_userCertDNs.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_userCertificates.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_vsupExchangeMail.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_vsupExchangeMailAliases.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_vsupMail.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_attribute_def_def_vsupPreferredMail.checkAttributeSyntax
(PerunSessionImpl sess, User user, Attribute attribute) void
urn_perun_user_facility_attribute_def_def_homeMountPoint.checkAttributeSyntax
(PerunSessionImpl session, User user, Facility facility, Attribute attribute) void
urn_perun_user_facility_attribute_def_def_o365AccountExtension.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) void
urn_perun_user_facility_attribute_def_def_shell_passwd_scp.checkAttributeSyntax
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) void
urn_perun_user_facility_attribute_def_def_shell.checkAttributeSyntax
(PerunSessionImpl session, User user, Facility facility, Attribute attribute) void
urn_perun_user_facility_attribute_def_virt_groupStatus.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) void
urn_perun_vo_attribute_def_def_applicationAffiliationRegex.checkAttributeSyntax
(PerunSessionImpl perunSession, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_applicationAutoRejectMessages.checkAttributeSyntax
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_applicationExpirationRules.checkAttributeSyntax
(PerunSessionImpl perunSession, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_applicationViewPreferences.checkAttributeSyntax
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_aup.checkAttributeSyntax
(PerunSessionImpl perunSession, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_autoApproveByGroupMembership.checkAttributeSyntax
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_contactEmail.checkAttributeSyntax
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_fromEmail.checkAttributeSyntax
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_htmlMailFooter.checkAttributeSyntax
(PerunSessionImpl perunSession, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_notificationsDefLang.checkAttributeSyntax
(PerunSessionImpl perunSession, Vo vo, Attribute attribute) void
urn_perun_vo_attribute_def_def_toEmail.checkAttributeSyntax
(PerunSessionImpl sess, Vo vo, Attribute attribute) void
urn_perun_user_attribute_def_def_uid_namespace.deletedEntityHook
(PerunSessionImpl sess, User user, Attribute attribute) boolean
urn_perun_facility_attribute_def_virt_GIDRanges.setAttributeValue
(PerunSessionImpl sess, Facility facility, Attribute attribute) boolean
urn_perun_facility_attribute_def_virt_maxUID.setAttributeValue
(PerunSessionImpl sess, Facility facility, Attribute attribute) boolean
urn_perun_facility_attribute_def_virt_minUID.setAttributeValue
(PerunSessionImpl sess, Facility facility, Attribute attribute) boolean
urn_perun_group_resource_attribute_def_virt_googleGroupName.setAttributeValue
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) boolean
urn_perun_group_resource_attribute_def_virt_unixGID.setAttributeValue
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) boolean
urn_perun_group_resource_attribute_def_virt_unixGroupName.setAttributeValue
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) boolean
urn_perun_member_group_attribute_def_virt_isGroupAdmin.setAttributeValue
(PerunSessionImpl sess, Member member, Group group, Attribute attribute) boolean
urn_perun_resource_attribute_def_virt_unixGID.setAttributeValue
(PerunSessionImpl sess, Resource resource, Attribute attribute) boolean
urn_perun_resource_attribute_def_virt_unixGroupName.setAttributeValue
(PerunSessionImpl sess, Resource resource, Attribute attribute) boolean
urn_perun_resource_attribute_def_virt_voShortName.setAttributeValue
(PerunSessionImpl sess, Resource resource, Attribute attribute) boolean
urn_perun_user_facility_attribute_def_virt_defaultUnixGID.setAttributeValue
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) boolean
urn_perun_user_facility_attribute_def_virt_login.setAttributeValue
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) boolean
urn_perun_user_facility_attribute_def_virt_preferredUnixGroupName.setAttributeValue
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) boolean
urn_perun_user_facility_attribute_def_virt_shell.setAttributeValue
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) boolean
urn_perun_user_facility_attribute_def_virt_UID.setAttributeValue
(PerunSessionImpl sess, User user, Facility facility, Attribute attribute) -
Uses of Attribute in cz.metacentrum.perun.core.implApi
Methods in cz.metacentrum.perun.core.implApi that return AttributeModifier and TypeMethodDescriptionAttributesManagerImplApi.fillAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) This method try to fill value of the user-facility attribute.AttributesManagerImplApi.fillAttribute
(PerunSession sess, Group group, Attribute attribute) AttributesManagerImplApi.fillAttribute
(PerunSession sess, Host host, Attribute attribute) AttributesManagerImplApi.fillAttribute
(PerunSession sess, Member member, Attribute attribute) This method try to fill value of the member attribute.AttributesManagerImplApi.fillAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) This method tries to fill value of the member-group attribute.AttributesManagerImplApi.fillAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) This method try to fill value of the member-resource attribute.AttributesManagerImplApi.fillAttribute
(PerunSession sess, Resource resource, Attribute attribute) This method try to fill a value of the resource attribute.AttributesManagerImplApi.fillAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) AttributesManagerImplApi.fillAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) This method try to fill value of the user external source attribute.AttributesManagerImplApi.fillAttribute
(PerunSession sess, User user, Attribute attribute) This method try to fill value of the user attribute.AttributesManagerImplApi.getAnonymizedValue
(PerunSession sess, User user, Attribute attribute) Gets anonymized value of the attribute.AttributesManagerImplApi.getAttribute
(PerunSession sess, Facility facility, User user, String attributeName) Get particular attribute for the user on this facility.AttributesManagerImplApi.getAttribute
(PerunSession sess, Facility facility, String attributeName) Get particular attribute for the facility.AttributesManagerImplApi.getAttribute
(PerunSession sess, Group group, String attributeName) Get particular attribute for the group.AttributesManagerImplApi.getAttribute
(PerunSession sess, Host host, String attributeName) AttributesManagerImplApi.getAttribute
(PerunSession sess, Member member, Group group, String attributeName) Get particular attribute for the member in this group.AttributesManagerImplApi.getAttribute
(PerunSession sess, Member member, Resource resource, String attributeName) Get particular attribute for the member on this resource.AttributesManagerImplApi.getAttribute
(PerunSession sess, Member member, String attributeName) Get particular attribute for the member.AttributesManagerImplApi.getAttribute
(PerunSession sess, Resource resource, Group group, String attributeName) AttributesManagerImplApi.getAttribute
(PerunSession sess, Resource resource, String attributeName) Get particular attribute for the resource.AttributesManagerImplApi.getAttribute
(PerunSession sess, UserExtSource ues, String attributeName) Get particular attribute for the User External Source.AttributesManagerImplApi.getAttribute
(PerunSession sess, User user, String attributeName) Get particular attribute for the user.AttributesManagerImplApi.getAttribute
(PerunSession sess, Vo vo, String attributeName) Get particular attribute for the vo.AttributesManagerImplApi.getAttribute
(PerunSession sess, String key, String attributeName) Get particular entityless attributeAttributesManagerImplApi.getAttributeById
(PerunSession sess, Facility facility, int id) Get particular attribute for the facility.AttributesManagerImplApi.getAttributeById
(PerunSession sess, Facility facility, User user, int id) Get particular attribute for the user on this facility.AttributesManagerImplApi.getAttributeById
(PerunSession sess, Group group, int id) AttributesManagerImplApi.getAttributeById
(PerunSession sess, Host host, int id) AttributesManagerImplApi.getAttributeById
(PerunSession sess, Member member, int id) Get particular attribute for the member.AttributesManagerImplApi.getAttributeById
(PerunSession sess, Member member, Group group, int id) Get particular attribute for the member in this group.AttributesManagerImplApi.getAttributeById
(PerunSession sess, Member member, Resource resource, int id) Get particular attribute for the member on this resource.AttributesManagerImplApi.getAttributeById
(PerunSession sess, Resource resource, int id) Get particular attribute for the resource.AttributesManagerImplApi.getAttributeById
(PerunSession sess, Resource resource, Group group, int id) AttributesManagerImplApi.getAttributeById
(PerunSession sess, UserExtSource ues, int id) Get particular attribute for the user external source.AttributesManagerImplApi.getAttributeById
(PerunSession sess, User user, int id) Get particular attribute for the user.AttributesManagerImplApi.getAttributeById
(PerunSession sess, Vo vo, int id) Get particular attribute for the vo.Methods in cz.metacentrum.perun.core.implApi that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributesManagerImplApi.getAllAttributesStartWithNameWithoutNullValue
(PerunSession sess, Group group, String startPartOfName) Get all non-empty attributes associated with the group starts with name startPartOfName.AttributesManagerImplApi.getAllAttributesStartWithNameWithoutNullValue
(PerunSession sess, Resource resource, String startPartOfName) Get all non-empty attributes associated with the resource starts with name startPartOfName.AttributesManagerImplApi.getAttributes
(PerunSession sess, Facility facility) Get all non-empty attributes associated with the facility.AttributesManagerImplApi.getAttributes
(PerunSession sess, Facility facility, User user) Get all non-empty attributes associated with the user on the facility.AttributesManagerImplApi.getAttributes
(PerunSession sess, Facility facility, List<String> attrNames) Get all attributes associated with the facility which have name in list attrNames (empty too).AttributesManagerImplApi.getAttributes
(PerunSession sess, Group group) Get all non-empty attributes associated with the group.AttributesManagerImplApi.getAttributes
(PerunSession sess, Group group, List<String> attrNames) Get all attributes associated with the group which have name in list attrNames (empty too).AttributesManagerImplApi.getAttributes
(PerunSession sess, Host host) AttributesManagerImplApi.getAttributes
(PerunSession sess, Host host, List<String> attrNames) Get all attributes associated with the host which have name in list attrNames (empty and virtual too).AttributesManagerImplApi.getAttributes
(PerunSession sess, Member member) Get all non-empty attributes associated with the member.AttributesManagerImplApi.getAttributes
(PerunSession sess, Member member, Group group) Get all non-empty, non-virtual attributes associated with the member in the group.AttributesManagerImplApi.getAttributes
(PerunSession sess, Member member, Group group, List<String> attrNames) Get all attributes (empty and virtual too) associated with the member in the group which have name in list attrNames.AttributesManagerImplApi.getAttributes
(PerunSession sess, Member member, Resource resource) Get all non-empty attributes associated with the member on the resource.AttributesManagerImplApi.getAttributes
(PerunSession sess, Member member, Resource resource, List<String> attrNames) Get all attributes (empty and virtual too) associated with the member on the resource which have name in list attrNames.AttributesManagerImplApi.getAttributes
(PerunSession sess, Member member, List<String> attrNames) Get all attributes associated with the member which have name in list attrNames (empty and virtual too).AttributesManagerImplApi.getAttributes
(PerunSession sess, Resource resource) Get all non-empty attributes associated with the resource.AttributesManagerImplApi.getAttributes
(PerunSession sess, Resource resource, Group group) AttributesManagerImplApi.getAttributes
(PerunSession sess, Resource resource, Group group, List<String> attrNames) Get all attributes (empty and virtual too) associated with the group on the resource which have name in list attrNames.AttributesManagerImplApi.getAttributes
(PerunSession sess, Resource resource, List<String> attrNames) Get all attributes associated with the resource which have name in list attrNames (empty too).AttributesManagerImplApi.getAttributes
(PerunSession sess, User user) Get all non-empty attributes associated with the user.AttributesManagerImplApi.getAttributes
(PerunSession sess, UserExtSource ues) Get all non-empty attributes associated with the UserExtSource.AttributesManagerImplApi.getAttributes
(PerunSession sess, UserExtSource ues, List<String> attrNames) Get all attributes associated with the UserExtSource which have name in list attrNames (empty and virtual too).AttributesManagerImplApi.getAttributes
(PerunSession sess, User user, Facility facility, List<String> attrNames) Get all attributes (empty and virtual too) associated with the user on the facility which have name in list attrNames.AttributesManagerImplApi.getAttributes
(PerunSession sess, User user, List<String> attrNames) Get all attributes associated with the user which have name in list attrNames (empty and virtual too).AttributesManagerImplApi.getAttributes
(PerunSession sess, Vo vo) Get all non-empty attributes associated with the vo.AttributesManagerImplApi.getAttributes
(PerunSession sess, Vo vo, List<String> attrNames) Get all attributes associated with the vo which have name in list attrNames (empty and virtual too).AttributesManagerImplApi.getAttributes
(PerunSession sess, String key) Get all entiteless attributes with subject equaled String keyAttributesManagerImplApi.getAttributesByAttributeDefinition
(PerunSession sess, AttributeDefinition attributeDefinition) Returns all attributes with not-null value which fits the attributeDefinition.AttributesManagerImplApi.getEntitylessAttributes
(PerunSession sess, String attrName) Get all entityless attributes with attributeNameAttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Facility facility) Get facility attributes which are required by all services which are connected to this facility.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Facility facility) Get facility attributes which are required by services.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Facility facility, User user) Get user-facility attributes which are required by services.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Group group) AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Host host) AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member) Get member attributes which are required by services.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Group group) Get member-group attributes which are required by services.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Member member, Resource resource) Get member-resource attributes which are required by services.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource) Get resource attributes which are required by services.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, Resource resource, Group group) AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Resource resource, Service service, List<Member> members) Get member attributes which are required by service for each member in list of members.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Resource resourceToGetServicesFrom, User user) Get user attributes which are required by services.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Resource resource, List<Integer> serviceIds) Get resource attributes which are required by services.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Service service, Facility facility) Get facility attributes which are required by the service.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Service service, Facility facility, User user) Get user-facility attributes which are required by the service.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Service service, Facility facility, List<User> users) Get user-facility attributes which are required by the service for each user in list of users.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Service service, Group group) AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Service service, Host host) AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Service service, Member member) Get member attributes which are required by the service.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Service service, Member member, Group group) Get member-group attributes which are required by the service.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Service service, Member member, Resource resource) Get member-resource attributes which are required by the service.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Service service, Resource resource) Get resource attributes which are required by the service.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, Group group) AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Service service, Resource resource, List<Member> members) Get member-resource attributes which are required by service for each member in list of members.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Service service, User user) Get user attributes which are required by the service.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Service service, Vo vo) Get vo attributes which are required by the service.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Service service, List<Member> members, Group group) Get member-group attributes which are required by the service, for the given members and the given group.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, Service service, List<User> users) Get user attributes which are required by the service for each user in list of users.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, List<Service> services, Group group) Get group attributes which are required by the given services.AttributesManagerImplApi.getRequiredAttributes
(PerunSession sess, List<Service> services, Resource resource, Group group) Get group-resource attributes which are required by the services.AttributesManagerImplApi.getRequiredAttributesForGroups
(PerunSession sess, Service service, List<Group> groups) Get group attributes which are required by the given service for given groups.AttributesManagerImplApi.getUserFacilityAttributesForAnyUser
(PerunSession sess, Facility facility) Get all non-empty attributes associated with any user on the facility.AttributesManagerImplApi.getVirtualAttributes
(PerunSession sess, Facility facility) Get all virtual attributes associated with the facility.AttributesManagerImplApi.getVirtualAttributes
(PerunSession sess, Facility facility, User user) Get all virtual attributes associated with the user on the facility.AttributesManagerImplApi.getVirtualAttributes
(PerunSession sess, Group group) Get all virtual attributes associated with the group.AttributesManagerImplApi.getVirtualAttributes
(PerunSession sess, Host host) Get all virtual attributes associated with the host.AttributesManagerImplApi.getVirtualAttributes
(PerunSession sess, Member member) Get all virtual attributes associated with the member.AttributesManagerImplApi.getVirtualAttributes
(PerunSession sess, Member member, Group group) Get all virtual attributes associated with the member in the group.AttributesManagerImplApi.getVirtualAttributes
(PerunSession sess, Member member, Resource resource) Get all virtual attributes associated with the member on the resource.AttributesManagerImplApi.getVirtualAttributes
(PerunSession sess, Resource resource) Get all virtual attributes associated with the resource.AttributesManagerImplApi.getVirtualAttributes
(PerunSession sess, User user) Get all virtual attributes associated with the user.AttributesManagerImplApi.getVirtualAttributes
(PerunSession sess, UserExtSource ues) Get all virtual attributes associated with the UserExtSource.AttributesManagerImplApi.getVirtualAttributes
(PerunSession sess, Vo vo) Get all virtual attributes associated with the vo.Methods in cz.metacentrum.perun.core.implApi with parameters of type AttributeModifier and TypeMethodDescriptionvoid
AttributesManagerImplApi.blockAttributeValue
(PerunSession session, Attribute attribute) Blocks the attribute value for future use (optionally in the attribute namespace)void
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, Facility facility, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, Facility facility, User user, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, Group group, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, Host host, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, Member member, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, Member member, Group group, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, Member member, Resource resource, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, Resource resource, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, Resource resource, Group group, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, UserExtSource ues, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, User user, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, Vo vo, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.changedAttributeHook
(PerunSession sess, String key, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Facility facility, Attribute attribute) Check if value of this facility attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Facility facility, User user, Attribute attribute) Check if value of this user-facility attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Group group, Attribute attribute) Check if value of this group attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Host host, Attribute attribute) Check if value of this host attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Member member, Attribute attribute) Check if value of this member attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Member member, Group group, Attribute attribute) Check if value of this member-group attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Member member, Resource resource, Attribute attribute) Check if value of this member-resource attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Resource resource, Attribute attribute) Check if value of this resource attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Resource resource, Group group, Attribute attribute) Check if value of this group-resource attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, UserExtSource ues, Attribute attribute) Check if value of this user external source attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, User user, Attribute attribute) Check if value of this user attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, Vo vo, Attribute attribute) Check if value of this vo attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSemantics
(PerunSession sess, String key, Attribute attribute) Check if value of this entityless attribute has valid semantics.void
AttributesManagerImplApi.checkAttributeSyntax
(PerunSession sess, Facility facility, Attribute attribute) Check if value of this facility attribute has valid syntax.void
AttributesManagerImplApi.checkAttributeSyntax
(PerunSession sess, Facility facility, User user, Attribute attribute) Check if value of this user-facility attribute has valid syntax.void
AttributesManagerImplApi.checkAttributeSyntax
(PerunSession sess, Group group, Attribute attribute) Check if value of this group attribute has valid syntax.void
AttributesManagerImplApi.checkAttributeSyntax
(PerunSession sess, Host host, Attribute attribute) Check if value of this host attribute has valid syntax.void
AttributesManagerImplApi.checkAttributeSyntax
(PerunSession sess, Member member, Attribute attribute) Check if value of this member attribute has valid syntax.void
AttributesManagerImplApi.checkAttributeSyntax
(PerunSession sess, Member member, Group group, Attribute attribute) Check if value of this member-group attribute has valid syntax.void
AttributesManagerImplApi.checkAttributeSyntax
(PerunSession sess, Member member, Resource resource, Attribute attribute) Check if value of this member-resource attribute has valid syntax.void
AttributesManagerImplApi.checkAttributeSyntax
(PerunSession sess, Resource resource, Attribute attribute) Check if value of this resource attribute has valid syntax.void
AttributesManagerImplApi.checkAttributeSyntax
(PerunSession sess, Resource resource, Group group, Attribute attribute) Check if value of this group-resource attribute has valid syntax.void
AttributesManagerImplApi.checkAttributeSyntax
(PerunSession sess, UserExtSource ues, Attribute attribute) Check if value of this user external source attribute has valid syntax.void
AttributesManagerImplApi.checkAttributeSyntax
(PerunSession sess, User user, Attribute attribute) Check if value of this user attribute has valid syntax.void
AttributesManagerImplApi.checkAttributeSyntax
(PerunSession sess, Vo vo, Attribute attribute) Check if value of this vo attribute has valid syntax.void
AttributesManagerImplApi.checkAttributeSyntax
(PerunSession sess, String key, Attribute attribute) Check if value of this entityless attribute has valid syntax.void
AttributesManagerImplApi.deletedEntityHook
(PerunSession sess, User user, Attribute attribute) Executes extra logic for attribute module connected to a user entity being deletedAttributesManagerImplApi.fillAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) This method try to fill value of the user-facility attribute.AttributesManagerImplApi.fillAttribute
(PerunSession sess, Group group, Attribute attribute) AttributesManagerImplApi.fillAttribute
(PerunSession sess, Host host, Attribute attribute) AttributesManagerImplApi.fillAttribute
(PerunSession sess, Member member, Attribute attribute) This method try to fill value of the member attribute.AttributesManagerImplApi.fillAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) This method tries to fill value of the member-group attribute.AttributesManagerImplApi.fillAttribute
(PerunSession sess, Member member, Resource resource, Attribute attribute) This method try to fill value of the member-resource attribute.AttributesManagerImplApi.fillAttribute
(PerunSession sess, Resource resource, Attribute attribute) This method try to fill a value of the resource attribute.AttributesManagerImplApi.fillAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) AttributesManagerImplApi.fillAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) This method try to fill value of the user external source attribute.AttributesManagerImplApi.fillAttribute
(PerunSession sess, User user, Attribute attribute) This method try to fill value of the user attribute.AttributesManagerImplApi.getAnonymizedValue
(PerunSession sess, User user, Attribute attribute) Gets anonymized value of the attribute.FacilitiesManagerImplApi.getFacilitiesByAttribute
(PerunSession sess, Attribute attribute) Returns all facilities which have set the attribute with the value.GroupsManagerImplApi.getGroupResourcePairsByAttribute
(PerunSession sess, Attribute attribute) Returns all group-resource which have set the attribute with the value.GroupsManagerImplApi.getGroupsByAttribute
(PerunSession sess, Attribute attribute) Returns all groups which have set the attribute with the value.SearcherImplApi.getGroupsByGroupResourceSetting
(PerunSession sess, Attribute groupResourceAttribute, Attribute resourceAttribute) Return all groups assigned to any resource with following conditions: 1] resource has set "resourceAttribute" attribute with same value 2] group and resource has set "groupResourceAttribute" attribute with same value Attribute values can't be empty.AttributesManagerImplApi.getPerunBeanIdsForUniqueAttributeValue
(PerunSession sess, Attribute attribute) Finds ids of PerunBeans that have the attribute's value for the attribute.ResourcesManagerImplApi.getResourcesByAttribute
(PerunSession sess, Attribute attribute) Returns all resources which have set the attribute with the value.UsersManagerImplApi.getUsersByAttribute
(PerunSession sess, Attribute attribute) Returns all users who have set the attribute with the value.UsersManagerImplApi.getUsersByAttribute
(PerunSession sess, Attribute attribute, boolean ignoreCase) Returns all users who have set the attribute with the value IGNORING CASE in the comparison.boolean
AttributesManagerImplApi.insertAttribute
(PerunSession sess, Attribute attribute, String tableName, List<String> columnNames, List<Object> columnValues) Insert attribute value in DB.AttributesManagerImplApi.isAttributeValueBlocked
(PerunSession session, Attribute attribute) Checks whether the value of the passed attribute (checks separate key-value pairs and list items as well) is blocked (in namespace if the attribute is namespace based).boolean
AttributesManagerImplApi.setAttribute
(PerunSession sess, PerunBean bean1, PerunBean bean2, Attribute attribute) Store the particular attribute associated with the bean1 and bean2.boolean
AttributesManagerImplApi.setAttribute
(PerunSession sess, Object object, Attribute attribute) Store the particular attribute associated with the given perun bean.boolean
AttributesManagerImplApi.setAttributeWithNullValue
(PerunSession sess, int userId, Attribute attribute) Set user attribute with null value (for user and attribute).boolean
AttributesManagerImplApi.setAttributeWithNullValue
(PerunSession sess, String key, Attribute attribute) Set entityless attribute with null value (for key and attribute).boolean
AttributesManagerImplApi.setVirtualAttribute
(PerunSession sess, Facility facility, Attribute attribute) Store the particular virtual attribute associated with the facility.boolean
AttributesManagerImplApi.setVirtualAttribute
(PerunSession sess, Facility facility, User user, Attribute attribute) Store the particular virtual attribute associated with the facility and user combination.boolean
AttributesManagerImplApi.setVirtualAttribute
(PerunSession sess, Group group, Attribute attribute) Store the particular virtual attribute associated with the group.boolean
AttributesManagerImplApi.setVirtualAttribute
(PerunSession sess, Member member, Attribute attribute) Store the particular virtual attribute associated with the member.boolean
AttributesManagerImplApi.setVirtualAttribute
(PerunSession sess, Member member, Group group, Attribute attribute) Store the particular virtual attribute associated with the member and group combination.boolean
AttributesManagerImplApi.setVirtualAttribute
(PerunSession sess, Resource resource, Attribute attribute) Store the particular virtual attribute associated with the resource.boolean
AttributesManagerImplApi.setVirtualAttribute
(PerunSession sess, Resource resource, Group group, Attribute attribute) Store the particular virtual attribute associated with the resource and group combination.boolean
AttributesManagerImplApi.setVirtualAttribute
(PerunSession sess, UserExtSource ues, Attribute attribute) Store the particular virtual attribute associated with the user external source.boolean
AttributesManagerImplApi.setVirtualAttribute
(PerunSession sess, User user, Attribute attribute) Store the particular virtual attribute associated with the user.boolean
AttributesManagerImplApi.updateAttribute
(PerunSession sess, Attribute attribute, String tableName, List<String> columnNames, List<Object> columnValues) Update attribute value in DB.Method parameters in cz.metacentrum.perun.core.implApi with type arguments of type AttributeModifier and TypeMethodDescriptionSearcherImplApi.getFacilities
(PerunSession sess, Map<Attribute, String> attributesWithSearchingValues) This method get Map of Attributes with searching values and try to find all facilities, which have specific attributes in format.SearcherImplApi.getGroups
(PerunSession sess, Map<Attribute, String> attributesWithSearchingValues) This method get Map of Attributes with searching values and try to find all groups, which have specific attributes in format.SearcherImplApi.getMembers
(PerunSession sess, Vo vo, Map<String, Map<Attribute, String>> mapOfEntityToMapOfAttrsWithValues) This method takes a map of entity (member or user) to maps of Attributes with values to search by, for the members in the given vo.SearcherImplApi.getResources
(PerunSession sess, Map<Attribute, String> attributesWithSearchingValues, boolean allowPartialMatchForString) This method get Map of Attributes with searching values and try to find all resources, which have specific attributes in format.SearcherImplApi.getUsers
(PerunSession sess, Map<Attribute, String> attributesWithSearchingValues) This method get Map of Attributes with searching values and try to find all users, which have specific attributes in format. -
Uses of Attribute in cz.metacentrum.perun.core.implApi.modules.attributes
Methods in cz.metacentrum.perun.core.implApi.modules.attributes that return AttributeModifier and TypeMethodDescriptionEntitylessAttributesModuleAbstract.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.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) Methods in cz.metacentrum.perun.core.implApi.modules.attributes with parameters of type AttributeModifier and TypeMethodDescriptionvoid
EntitylessAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, String key, Attribute attribute) void
EntitylessAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, String key, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
FacilityAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, Facility facility, Attribute attribute) void
FacilityAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, Facility facility, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
GroupAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, Group group, Attribute attribute) void
GroupAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, Group group, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
GroupResourceAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, Group group, Resource resource, Attribute attribute) void
GroupResourceAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, Group group, Resource resource, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
HostAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, Host host, Attribute attribute) void
HostAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, Host host, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
MemberAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) void
MemberAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, Member member, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
MemberGroupAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, Member member, Group group, Attribute attribute) void
MemberGroupAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, Member member, Group group, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
MemberResourceAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, Member member, Resource resource, Attribute attribute) void
MemberResourceAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, Member member, Resource resource, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
ResourceAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, Resource resource, Attribute attribute) void
ResourceAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, Resource resource, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
UserAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) void
UserAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, User user, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
UserExtSourceAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, UserExtSource ues, Attribute attribute) void
UserExtSourceAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, UserExtSource ues, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
UserFacilityAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, User user, Facility facility, Attribute attribute) void
UserFacilityAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, User user, Facility facility, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
UserPersistentShadowAttribute.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 attributevoid
VoAttributesModuleAbstract.changedAttributeHook
(PerunSessionImpl session, Vo vo, Attribute attribute) void
VoAttributesModuleImplApi.changedAttributeHook
(PerunSessionImpl session, Vo vo, Attribute attribute) If you need to do some further work with other modules, this method do thatvoid
AbstractMembershipExpirationRulesModule.checkAttributeSemantics
(PerunSessionImpl sess, T entity, Attribute attribute) void
EntitylessAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, String key, Attribute attribute) void
EntitylessAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, String key, Attribute attribute) Checks if value of this entityless attribute has valid semantics.void
FacilityAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
FacilityAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Checks if value of this facility attribute has valid semantics.void
GroupAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
GroupAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Attribute attribute) Checks if value of this group attribute has valid semantics.void
GroupResourceAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) void
GroupResourceAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) Checks if value of this group-resource attribute has valid semantics.void
HostAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl session, Host host, Attribute attribute) void
HostAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl session, Host host, Attribute attribute) Checks if value of assigned attribute to the host has valid semantics.void
MemberAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Attribute attribute) void
MemberAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl session, Member member, Attribute attribute) Checks if value of assigned attribute to the member has valid semantics.void
MemberGroupAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) void
MemberGroupAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) This method checks semantics of Member's attribute value in a specified group.void
MemberResourceAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) void
MemberResourceAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) This method checks semantics of Member's attribute value at a specified resource.void
ResourceAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
ResourceAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Checks if value of this resource attribute has valid semantics.void
UserAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) void
UserAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Attribute attribute) Checks if value of assigned attribute to the user has valid semantics.void
UserExtSourceAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, UserExtSource ues, Attribute attribute) void
UserExtSourceAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, UserExtSource ues, Attribute attribute) This method checks UserExtSource attribute value semantics.void
UserFacilityAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) void
UserFacilityAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl session, User user, Facility facility, Attribute attribute) Checks if value of assigned attribute in relationship between those two entities has a correct semantics.void
VoAttributesModuleAbstract.checkAttributeSemantics
(PerunSessionImpl perunSession, Vo vo, Attribute attribute) void
VoAttributesModuleImplApi.checkAttributeSemantics
(PerunSessionImpl perunSession, Vo vo, Attribute attribute) Checks if value of this vo attribute has valid semantics.void
AbstractApplicationAutoRejectMessagesModule.checkAttributeSyntax
(PerunSessionImpl perunSession, T entity, Attribute attribute) void
AbstractApplicationExpirationRulesModule.checkAttributeSyntax
(PerunSessionImpl sess, T entity, Attribute attribute) void
AbstractMembershipExpirationRulesModule.checkAttributeSyntax
(PerunSessionImpl sess, T entity, Attribute attribute) void
EntitylessAttributesModuleAbstract.checkAttributeSyntax
(PerunSessionImpl perunSession, String key, Attribute attribute) void
EntitylessAttributesModuleImplApi.checkAttributeSyntax
(PerunSessionImpl perunSession, String key, Attribute attribute) Checks if value of this entityless attribute has valid syntax.void
FacilityAttributesModuleAbstract.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) void
FacilityAttributesModuleImplApi.checkAttributeSyntax
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Checks if value of this facility attribute has valid syntax.void
GroupAttributesModuleAbstract.checkAttributeSyntax
(PerunSessionImpl perunSession, Group group, Attribute attribute) void
GroupAttributesModuleImplApi.checkAttributeSyntax
(PerunSessionImpl perunSession, Group group, Attribute attribute) Checks if value of this group attribute has valid syntax.void
GroupResourceAttributesModuleAbstract.checkAttributeSyntax
(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) void
GroupResourceAttributesModuleImplApi.checkAttributeSyntax
(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) Checks if value of this group-resource attribute has valid syntax.void
HostAttributesModuleAbstract.checkAttributeSyntax
(PerunSessionImpl session, Host host, Attribute attribute) void
HostAttributesModuleImplApi.checkAttributeSyntax
(PerunSessionImpl session, Host host, Attribute attribute) Checks if value of assigned attribute to the host has valid syntax.void
MemberAttributesModuleAbstract.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Attribute attribute) void
MemberAttributesModuleImplApi.checkAttributeSyntax
(PerunSessionImpl session, Member member, Attribute attribute) Checks if value of assigned attribute to the member has valid syntax.void
MemberGroupAttributesModuleAbstract.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) void
MemberGroupAttributesModuleImplApi.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Group group, Attribute attribute) This method checks syntax of Member's attribute value in a specified group.void
MemberResourceAttributesModuleAbstract.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) void
MemberResourceAttributesModuleImplApi.checkAttributeSyntax
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) This method checks syntax of Member's attribute value at a specified resource.void
ResourceAttributesModuleAbstract.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) void
ResourceAttributesModuleImplApi.checkAttributeSyntax
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) Checks if value of this resource attribute has valid syntax.void
UserAttributesModuleAbstract.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) void
UserAttributesModuleImplApi.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Attribute attribute) Checks if assigned attribute value to the user has valid syntax.void
UserExtSourceAttributesModuleAbstract.checkAttributeSyntax
(PerunSessionImpl perunSession, UserExtSource ues, Attribute attribute) void
UserExtSourceAttributesModuleImplApi.checkAttributeSyntax
(PerunSessionImpl perunSession, UserExtSource ues, Attribute attribute) This method checks UserExtSource attribute value syntax.void
UserFacilityAttributesModuleAbstract.checkAttributeSyntax
(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) void
UserFacilityAttributesModuleImplApi.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.void
VoAttributesModuleAbstract.checkAttributeSyntax
(PerunSessionImpl perunSession, Vo vo, Attribute attribute) void
VoAttributesModuleImplApi.checkAttributeSyntax
(PerunSessionImpl perunSession, Vo vo, Attribute attribute) Checks if value of this vo attribute has valid syntax.void
UserAttributesModuleAbstract.deletedEntityHook
(PerunSessionImpl perunSession, User user, Attribute attribute) void
UserAttributesModuleImplApi.deletedEntityHook
(PerunSessionImpl perunSession, User user, Attribute attribute) Triggers for attributes connected to a user entity being deletedUserAttributesModuleAbstract.getAnonymizedValue
(PerunSessionImpl session, User user, Attribute attribute) UserAttributesModuleImplApi.getAnonymizedValue
(PerunSessionImpl perunSession, User user, Attribute attribute) Gets anonymized value of the attribute.boolean
FacilityVirtualAttributesModuleAbstract.setAttributeValue
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) boolean
FacilityVirtualAttributesModuleImplApi.setAttributeValue
(PerunSessionImpl perunSession, Facility facility, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.boolean
GroupResourceVirtualAttributesModuleAbstract.setAttributeValue
(PerunSessionImpl perunSession, Group group, Resource resource, Attribute attribute) boolean
GroupResourceVirtualAttributesModuleImplApi.setAttributeValue
(PerunSessionImpl sess, Group group, Resource resource, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.boolean
GroupVirtualAttributesModuleAbstract.setAttributeValue
(PerunSessionImpl perunSession, Group group, Attribute attribute) boolean
GroupVirtualAttributesModuleImplApi.setAttributeValue
(PerunSessionImpl perunSession, Group group, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.boolean
MemberGroupVirtualAttributesModuleAbstract.setAttributeValue
(PerunSessionImpl sess, Member member, Group group, Attribute attribute) boolean
MemberGroupVirtualAttributesModuleImplApi.setAttributeValue
(PerunSessionImpl sess, Member member, Group group, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.boolean
MemberResourceVirtualAttributesModuleAbstract.setAttributeValue
(PerunSessionImpl perunSession, Member member, Resource resource, Attribute attribute) boolean
MemberResourceVirtualAttributesModuleImplApi.setAttributeValue
(PerunSessionImpl sess, Member member, Resource resource, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.boolean
MemberVirtualAttributesModuleAbstract.setAttributeValue
(PerunSessionImpl perunSession, Member member, Attribute attribute) boolean
MemberVirtualAttributesModuleImplApi.setAttributeValue
(PerunSessionImpl perunSession, Member member, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.boolean
ResourceVirtualAttributesModuleAbstract.setAttributeValue
(PerunSessionImpl perunSession, Resource resource, Attribute attribute) boolean
ResourceVirtualAttributesModuleImplApi.setAttributeValue
(PerunSessionImpl sess, Resource resource, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.boolean
UserExtSourceVirtualAttributesModuleAbstract.setAttributeValue
(PerunSessionImpl perunSession, UserExtSource ues, Attribute attribute) boolean
UserExtSourceVirtualAttributesModuleImplApi.setAttributeValue
(PerunSessionImpl sess, UserExtSource ues, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.boolean
UserFacilityVirtualAttributesModuleAbstract.setAttributeValue
(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) boolean
UserFacilityVirtualAttributesModuleImplApi.setAttributeValue
(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.boolean
UserVirtualAttributesModuleAbstract.setAttributeValue
(PerunSessionImpl perunSession, User user, Attribute attribute) boolean
UserVirtualAttributesModuleImplApi.setAttributeValue
(PerunSessionImpl perunSession, User user, Attribute attribute) Method sets attributes' values which are dependent on this virtual attribute.