Class urn_perun_user_attribute_def_virt_mfaStatus
java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.UserAttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.UserVirtualAttributesModuleAbstract
cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_user_attribute_def_virt_mfaStatus
- All Implemented Interfaces:
AttributesModuleImplApi, UserAttributesModuleImplApi, UserVirtualAttributesModuleImplApi, VirtualAttributesModuleImplApi
public class urn_perun_user_attribute_def_virt_mfaStatus
extends UserVirtualAttributesModuleAbstract
Attribute module for mfaStatus attribute. Contains string based on the value of mfaEnforceSettings (ENFORCED_ALL,
ENFORCED_PARTIALLY, ).
- Author:
- Matej Hakoš invalid input: '<'492968@mail.muni.cz>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAttributeValue(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) This method will return computed value.Methods inherited from class UserVirtualAttributesModuleAbstract
getStrongDependencies, removeAttributeValue, resolveVirtualAttributeValueChange, searchInAttributesValues, setAttributeValueMethods inherited from class UserAttributesModuleAbstract
changedAttributeHook, checkAttributeSemantics, checkAttributeSyntax, deletedEntityHook, fillAttribute, getAnonymizedValueMethods inherited from class AttributesModuleAbstract
getAttributeDefinition, getAuthorizedRoles, getDependenciesMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AttributesModuleImplApi
getAttributeDefinition, getAuthorizedRoles, getDependenciesMethods inherited from interface UserAttributesModuleImplApi
changedAttributeHook, checkAttributeSemantics, checkAttributeSyntax, deletedEntityHook, fillAttribute, getAnonymizedValue
-
Constructor Details
-
urn_perun_user_attribute_def_virt_mfaStatus
public urn_perun_user_attribute_def_virt_mfaStatus()
-
-
Method Details
-
getAttributeValue
public Attribute getAttributeValue(PerunSessionImpl perunSession, User user, AttributeDefinition attribute) Description copied from interface:UserVirtualAttributesModuleImplApiThis method will return computed value.- Specified by:
getAttributeValuein interfaceUserVirtualAttributesModuleImplApi- Overrides:
getAttributeValuein classUserVirtualAttributesModuleAbstract- Parameters:
perunSession- perun sessionuser- user which is needed for computing the valueattribute- attribute to operate on- Returns:
-