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
ConstructorsConstructorDescription -
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, getExtSourceNameMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.UserPersistentShadowAttribute
changedAttributeHook, getAttributeDefinitionMethods inherited from class cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_user_attribute_def_def_login_namespace
checkAttributeSemantics, checkAttributeSyntax, 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_persistent_shadow
public urn_perun_user_attribute_def_def_login_namespace_lifescienceid_persistent_shadow()
-
-
Method Details
-
fillAttribute
Description copied from class:UserPersistentShadowAttributeFormat is: "[hash]@{getDomainName()}" where [hash] represents sha1hash counted from user's id and perun instance id a login-namespace name.- Specified by:
fillAttributein interfaceUserAttributesModuleImplApi- Overrides:
fillAttributein classUserPersistentShadowAttribute- Parameters:
sess- PerunSessionuser- User to fill attribute forattribute- Attribute to fill value to- Returns:
- Filled attribute
-
getDescription
Description copied from class:UserPersistentShadowAttributeGet description of the attribute.- Specified by:
getDescriptionin classUserPersistentShadowAttribute- Returns:
- attribute's description
-
getDisplayName
Description copied from class:UserPersistentShadowAttributeGet attribute's display name.- Specified by:
getDisplayNamein classUserPersistentShadowAttribute- Returns:
- attribute's display name
-
getDomainConfigName
Description copied from class:UserPersistentShadowAttributeWithConfigGet path in the config file to the domain name.- Specified by:
getDomainConfigNamein classUserPersistentShadowAttributeWithConfig- Returns:
- path in the config file to the domain name.
-
getExtSourceConfigName
Description copied from class:UserPersistentShadowAttributeWithConfigGet path in the config file to the extSource.- Specified by:
getExtSourceConfigNamein classUserPersistentShadowAttributeWithConfig- Returns:
- path in the config file to the extSource name.
-
getFriendlyName
Description copied from class:UserPersistentShadowAttributeGet attribute's friendly name.- Specified by:
getFriendlyNamein classUserPersistentShadowAttribute- Returns:
- attribute's friendly name
-
getFriendlyNameParameter
Description copied from class:UserPersistentShadowAttributeGet attribute's friendly name parameter.- Specified by:
getFriendlyNameParameterin classUserPersistentShadowAttribute- Returns:
- attribute's friendly name parameter.
-