Class urn_perun_user_attribute_def_def_login_namespace_admin_meta
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_admin_meta
- All Implemented Interfaces:
AttributesModuleImplApi, UserAttributesModuleImplApi
public class urn_perun_user_attribute_def_def_login_namespace_admin_meta
extends urn_perun_user_attribute_def_def_login_namespace
Module for admin-meta login namespace.
- Author:
- Radoslav Čerhák invalid input: '<'r.cerhak@gmail.com>
-
Field Summary
Fields inherited from class 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 organizationReturn attributes definition which is represented by the moduleMethods inherited from class urn_perun_user_attribute_def_def_login_namespace
checkAttributeSyntax, fillAttribute, sha1HashCountMethods inherited from class UserAttributesModuleAbstract
changedAttributeHook, deletedEntityHook, getAnonymizedValueMethods inherited from class AttributesModuleAbstract
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChangeMethods 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, deletedEntityHook, getAnonymizedValue
-
Constructor Details
-
urn_perun_user_attribute_def_def_login_namespace_admin_meta
public urn_perun_user_attribute_def_def_login_namespace_admin_meta()
-
-
Method Details
-
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
-
getAttributeDefinition
Description copied from interface:AttributesModuleImplApiReturn attributes definition which is represented by the module- Specified by:
getAttributeDefinitionin interfaceAttributesModuleImplApi- Overrides:
getAttributeDefinitionin classAttributesModuleAbstract- Returns:
- attribute definition
-