Class urn_perun_user_attribute_def_virt_eduPersonPrincipalNames
java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.UserAttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.UserVirtualAttributesModuleAbstract
cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_user_attribute_def_virt_eduPersonPrincipalNames
- All Implemented Interfaces:
AttributesModuleImplApi, UserAttributesModuleImplApi, UserVirtualAttributesModuleImplApi, VirtualAttributesModuleImplApi
public class urn_perun_user_attribute_def_virt_eduPersonPrincipalNames
extends UserVirtualAttributesModuleAbstract
implements UserVirtualAttributesModuleImplApi
User edu Person principal Names (eppn)
- Author:
- Michal Šťava invalid input: '<'stavamichal@gmail.com>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn attributes definition which is represented by the modulegetAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) This method will return computed value.searchInAttributesValues(PerunSessionImpl perunSession, String login) Method searches all users, who have attribute with the given value.Methods inherited from class UserVirtualAttributesModuleAbstract
getStrongDependencies, removeAttributeValue, resolveVirtualAttributeValueChange, setAttributeValueMethods inherited from class UserAttributesModuleAbstract
changedAttributeHook, checkAttributeSemantics, checkAttributeSyntax, deletedEntityHook, fillAttribute, getAnonymizedValueMethods inherited from class AttributesModuleAbstract
getAuthorizedRoles, getDependenciesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AttributesModuleImplApi
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChangeMethods inherited from interface UserAttributesModuleImplApi
changedAttributeHook, checkAttributeSemantics, checkAttributeSyntax, deletedEntityHook, fillAttribute, getAnonymizedValueMethods inherited from interface UserVirtualAttributesModuleImplApi
removeAttributeValue, setAttributeValueMethods inherited from interface VirtualAttributesModuleImplApi
getStrongDependencies
-
Constructor Details
-
urn_perun_user_attribute_def_virt_eduPersonPrincipalNames
public urn_perun_user_attribute_def_virt_eduPersonPrincipalNames()
-
-
Method Details
-
getAttributeDefinition
Description copied from interface:AttributesModuleImplApiReturn attributes definition which is represented by the module- Specified by:
getAttributeDefinitionin interfaceAttributesModuleImplApi- Overrides:
getAttributeDefinitionin classAttributesModuleAbstract- Returns:
- attribute definition
-
getAttributeValue
public Attribute getAttributeValue(PerunSessionImpl sess, User user, AttributeDefinition attributeDefinition) Description copied from interface:UserVirtualAttributesModuleImplApiThis method will return computed value.- Specified by:
getAttributeValuein interfaceUserVirtualAttributesModuleImplApi- Overrides:
getAttributeValuein classUserVirtualAttributesModuleAbstract- Parameters:
sess- perun sessionuser- user which is needed for computing the valueattributeDefinition- attribute to operate on- Returns:
-
searchInAttributesValues
Description copied from interface:UserVirtualAttributesModuleImplApiMethod searches all users, who have attribute with the given value. The rules of the match are dependent on the type of the attribute:String match in substring List match in one item Map match in key or value - Specified by:
searchInAttributesValuesin interfaceUserVirtualAttributesModuleImplApi- Overrides:
searchInAttributesValuesin classUserVirtualAttributesModuleAbstract- Parameters:
perunSession- perun sessionlogin- attribute with value, which all returned users have to have- Returns:
- all users, who have attribute with given value
-