Class urn_perun_user_attribute_def_def_login_namespace_mu_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.impl.modules.attributes.urn_perun_user_attribute_def_def_login_namespace_mu_persistent_shadow
- All Implemented Interfaces:
AttributesModuleImplApi
,UserAttributesModuleImplApi
public class urn_perun_user_attribute_def_def_login_namespace_mu_persistent_shadow
extends UserPersistentShadowAttribute
Class for checking logins uniqueness in the namespace and filling mu-persistent id. It is only storage! Use
module login mu_persistent for access the value.
-
Field Summary
Fields inherited from class cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_user_attribute_def_def_login_namespace
generatedNamespaces
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet description of the attribute.Get attribute's display name.Get domain name that is used to fill the attribute valueGet name of the extSource where the login will be set.Get attribute's friendly name.Get attribute's friendly name parameter.Methods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.UserPersistentShadowAttribute
changedAttributeHook, fillAttribute, 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_mu_persistent_shadow
public urn_perun_user_attribute_def_def_login_namespace_mu_persistent_shadow()
-
-
Method Details
-
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
-
getDomainName
Description copied from class:UserPersistentShadowAttribute
Get domain name that is used to fill the attribute value- Specified by:
getDomainName
in classUserPersistentShadowAttribute
- Returns:
- domain name used in fill
-
getExtSourceName
Description copied from class:UserPersistentShadowAttribute
Get name of the extSource where the login will be set.- Specified by:
getExtSourceName
in classUserPersistentShadowAttribute
- Returns:
- extSource name for the login
-
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.
-