Class urn_perun_user_attribute_def_def_login_namespace_lifescienceid_username
java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.UserAttributesModuleAbstract
cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_user_attribute_def_def_login_namespace
cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_user_attribute_def_def_login_namespace_lifescienceid_username
- All Implemented Interfaces:
AttributesModuleImplApi,UserAttributesModuleImplApi
public class urn_perun_user_attribute_def_def_login_namespace_lifescienceid_username
extends urn_perun_user_attribute_def_def_login_namespace
-
Field Summary
Fields inherited from class cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_user_attribute_def_def_login_namespace
generatedNamespaces -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAttributeHook(PerunSessionImpl sess, User user, Attribute attribute) If you need to do some further work with other modules, this method do thatvoidcheckAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) Checks if the user's login is unique in the namespace organizationvoidcheckAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) Checks if the user's login is in the correct format and if it is permitted to useReturn attributes definition which is represented by the moduleMethods inherited from class cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_user_attribute_def_def_login_namespace
fillAttribute, sha1HashCountMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.UserAttributesModuleAbstract
deletedEntityHook, getAnonymizedValueMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChangeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleImplApi
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChangeMethods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.UserAttributesModuleImplApi
deletedEntityHook, getAnonymizedValue
-
Constructor Details
-
urn_perun_user_attribute_def_def_login_namespace_lifescienceid_username
public urn_perun_user_attribute_def_def_login_namespace_lifescienceid_username()
-
-
Method Details
-
changedAttributeHook
Description copied from interface:UserAttributesModuleImplApiIf you need to do some further work with other modules, this method do that- Specified by:
changedAttributeHookin interfaceUserAttributesModuleImplApi- Overrides:
changedAttributeHookin classUserAttributesModuleAbstract- Parameters:
sess- sessionuser- the userattribute- the attribute
-
checkAttributeSemantics
public void checkAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) throws WrongReferenceAttributeValueException, WrongAttributeAssignmentException Description copied from class:urn_perun_user_attribute_def_def_login_namespaceChecks if the user's login is unique in the namespace organization- Specified by:
checkAttributeSemanticsin interfaceUserAttributesModuleImplApi- Overrides:
checkAttributeSemanticsin classurn_perun_user_attribute_def_def_login_namespace- Parameters:
sess- PerunSessionuser- User to check attribute forattribute- Attribute to check value to- Throws:
WrongReferenceAttributeValueExceptionWrongAttributeAssignmentException
-
checkAttributeSyntax
public void checkAttributeSyntax(PerunSessionImpl sess, User user, Attribute attribute) throws WrongAttributeValueException Description copied from class:urn_perun_user_attribute_def_def_login_namespaceChecks if the user's login is in the correct format and if it is permitted to use- Specified by:
checkAttributeSyntaxin interfaceUserAttributesModuleImplApi- Overrides:
checkAttributeSyntaxin classurn_perun_user_attribute_def_def_login_namespace- Parameters:
sess- PerunSessionuser- userattribute- Attribute of the user- Throws:
WrongAttributeValueException- if the attribute value has wrong/illegal syntax
-
getAttributeDefinition
Description copied from interface:AttributesModuleImplApiReturn attributes definition which is represented by the module- Specified by:
getAttributeDefinitionin interfaceAttributesModuleImplApi- Overrides:
getAttributeDefinitionin classAttributesModuleAbstract- Returns:
- attribute definition
-