Class urn_perun_user_attribute_def_def_login_namespace_lifescienceid_persistent_shadow
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.implApi.modules.attributes.UserPersistentShadowAttribute
cz.metacentrum.perun.core.implApi.modules.attributes.UserPersistentShadowAttributeWithConfig
cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_user_attribute_def_def_login_namespace_lifescienceid_persistent_shadow
- All Implemented Interfaces:
AttributesModuleImplApi
,UserAttributesModuleImplApi
public class urn_perun_user_attribute_def_def_login_namespace_lifescienceid_persistent_shadow
extends UserPersistentShadowAttributeWithConfig
Class for checking logins uniqueness in the namespace and filling lifescienceid-persistent id. It is only storage!
Use module login lifescienceid_persistent for access the value.
- Author:
- Pavel Zlámal invalid input: '<'zlamal@cesnet.cz>
-
Field Summary
Fields inherited from class cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_user_attribute_def_def_login_namespace
generatedNamespaces
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfillAttribute
(PerunSessionImpl sess, 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.Get description of the attribute.Get attribute's display name.Get path in the config file to the domain name.Get path in the config file to the extSource.Get attribute's friendly name.Get attribute's friendly name parameter.Methods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.UserPersistentShadowAttributeWithConfig
getDomainName, getExtSourceName
Methods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.UserPersistentShadowAttribute
changedAttributeHook, getAttributeDefinition
Methods inherited from class cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_user_attribute_def_def_login_namespace
checkAttributeSemantics, checkAttributeSyntax, sha1HashCount
Methods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.UserAttributesModuleAbstract
getAnonymizedValue
Methods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChange
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleImplApi
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChange
Methods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.UserAttributesModuleImplApi
getAnonymizedValue
-
Constructor Details
-
urn_perun_user_attribute_def_def_login_namespace_lifescienceid_persistent_shadow
public urn_perun_user_attribute_def_def_login_namespace_lifescienceid_persistent_shadow()
-
-
Method Details
-
fillAttribute
Description copied from class:UserPersistentShadowAttribute
Format is: "[hash]@{getDomainName()}" where [hash] represents sha1hash counted from user's id and perun instance id a login-namespace name.- Specified by:
fillAttribute
in interfaceUserAttributesModuleImplApi
- Overrides:
fillAttribute
in classUserPersistentShadowAttribute
- Parameters:
sess
- PerunSessionuser
- User to fill attribute forattribute
- Attribute to fill value to- Returns:
- Filled attribute
-
getDescription
Description copied from class:UserPersistentShadowAttribute
Get description of the attribute.- Specified by:
getDescription
in classUserPersistentShadowAttribute
- Returns:
- attribute's description
-
getDisplayName
Description copied from class:UserPersistentShadowAttribute
Get attribute's display name.- Specified by:
getDisplayName
in classUserPersistentShadowAttribute
- Returns:
- attribute's display name
-
getDomainConfigName
Description copied from class:UserPersistentShadowAttributeWithConfig
Get path in the config file to the domain name.- Specified by:
getDomainConfigName
in classUserPersistentShadowAttributeWithConfig
- Returns:
- path in the config file to the domain name.
-
getExtSourceConfigName
Description copied from class:UserPersistentShadowAttributeWithConfig
Get path in the config file to the extSource.- Specified by:
getExtSourceConfigName
in classUserPersistentShadowAttributeWithConfig
- Returns:
- path in the config file to the extSource name.
-
getFriendlyName
Description copied from class:UserPersistentShadowAttribute
Get attribute's friendly name.- Specified by:
getFriendlyName
in classUserPersistentShadowAttribute
- Returns:
- attribute's friendly name
-
getFriendlyNameParameter
Description copied from class:UserPersistentShadowAttribute
Get attribute's friendly name parameter.- Specified by:
getFriendlyNameParameter
in classUserPersistentShadowAttribute
- Returns:
- attribute's friendly name parameter.
-