Class urn_perun_user_attribute_def_def_login_namespace_einfra
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_einfra
- All Implemented Interfaces:
AttributesModuleImplApi,UserAttributesModuleImplApi
public class urn_perun_user_attribute_def_def_login_namespace_einfra
extends urn_perun_user_attribute_def_def_login_namespace
implements UserAttributesModuleImplApi
Module for EINFRA login namespace improves login checks with case-insensitive search!
- Author:
- Pavel Zlámal invalid input: '<'zlamal@cesnet.cz>
- See Also:
-
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 TypeMethodDescriptionvoidcheckAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) Checks if the user's login is unique in the namespace organizationMethods inherited from class cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_user_attribute_def_def_login_namespace
checkAttributeSyntax, fillAttribute, sha1HashCountMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.UserAttributesModuleAbstract
changedAttributeHook, deletedEntityHook, getAnonymizedValueMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
getAttributeDefinition, 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
getAttributeDefinition, getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChangeMethods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.UserAttributesModuleImplApi
changedAttributeHook, checkAttributeSyntax, deletedEntityHook, fillAttribute, getAnonymizedValue
-
Constructor Details
-
urn_perun_user_attribute_def_def_login_namespace_einfra
public urn_perun_user_attribute_def_def_login_namespace_einfra()
-
-
Method Details
-
checkAttributeSemantics
public void checkAttributeSemantics(PerunSessionImpl sess, User user, Attribute attribute) throws WrongReferenceAttributeValueException, WrongAttributeAssignmentException Checks 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:
InternalErrorExceptionWrongReferenceAttributeValueExceptionWrongAttributeAssignmentException
-