Class urn_perun_user_attribute_def_def_login_namespace_researcher_access_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.impl.modules.attributes.urn_perun_user_attribute_def_def_login_namespace_researcher_access_persistent_shadow
- All Implemented Interfaces:
AttributesModuleImplApi, UserAttributesModuleImplApi
@Deprecated
public class urn_perun_user_attribute_def_def_login_namespace_researcher_access_persistent_shadow
extends urn_perun_user_attribute_def_def_login_namespace
Deprecated.
Class for checking logins uniqueness in the namespace and filling researcher-access-persistent id. It is only
storage! Use module login researcher-access_persistent for access the value.
-
Field Summary
Fields inherited from class urn_perun_user_attribute_def_def_login_namespace
generatedNamespaces -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated. -
Method Summary
Modifier and TypeMethodDescriptionvoidchangedAttributeHook(PerunSessionImpl session, User user, Attribute attribute) Deprecated.ChangedAttributeHook() sets UserExtSource with following properties: - extSourceType is IdP - extSourceName is {getExtSourceName()} - user's extSource login is the same as his persistent attributefillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) Deprecated.Format is: "[uuid]@{getDomainName()}" where [hash] represents a version 4 UUID (randomly generated).Deprecated.Return attributes definition which is represented by the moduleMethods inherited from class urn_perun_user_attribute_def_def_login_namespace
checkAttributeSemantics, checkAttributeSyntax, sha1HashCountMethods inherited from class UserAttributesModuleAbstract
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
deletedEntityHook, getAnonymizedValue
-
Constructor Details
-
urn_perun_user_attribute_def_def_login_namespace_researcher_access_persistent_shadow
public urn_perun_user_attribute_def_def_login_namespace_researcher_access_persistent_shadow()Deprecated.
-
-
Method Details
-
changedAttributeHook
Deprecated.ChangedAttributeHook() sets UserExtSource with following properties: - extSourceType is IdP - extSourceName is {getExtSourceName()} - user's extSource login is the same as his persistent attribute- Specified by:
changedAttributeHookin interfaceUserAttributesModuleImplApi- Overrides:
changedAttributeHookin classUserAttributesModuleAbstract- Parameters:
session- sessionuser- the userattribute- the attribute
-
fillAttribute
public Attribute fillAttribute(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) Deprecated.Format is: "[uuid]@{getDomainName()}" where [hash] represents a version 4 UUID (randomly generated).- Specified by:
fillAttributein interfaceUserAttributesModuleImplApi- Overrides:
fillAttributein classurn_perun_user_attribute_def_def_login_namespace- Parameters:
perunSession- PerunSessionuser- User to fill attribute forattribute- Attribute to fill value to- Returns:
- Filled attribute
-
getAttributeDefinition
Deprecated.Description copied from interface:AttributesModuleImplApiReturn attributes definition which is represented by the module- Specified by:
getAttributeDefinitionin interfaceAttributesModuleImplApi- Overrides:
getAttributeDefinitionin classAttributesModuleAbstract- Returns:
- attribute definition
-