Class urn_perun_user_facility_attribute_def_def_o365AccountExtension
java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.UserFacilityAttributesModuleAbstract
cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_user_facility_attribute_def_def_o365AccountExtension
- All Implemented Interfaces:
AttributesModuleImplApi,UserFacilityAttributesModuleImplApi
public class urn_perun_user_facility_attribute_def_def_o365AccountExtension
extends UserFacilityAttributesModuleAbstract
implements UserFacilityAttributesModuleImplApi
- Author:
- V. Mecko vladimir.mecko@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckAttributeSyntax(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) Checks if value of assigned attribute in relationship between those two entities has a correct syntax.Return attributes definition which is represented by the moduleMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.UserFacilityAttributesModuleAbstract
changedAttributeHook, checkAttributeSemantics, fillAttributeMethods 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.UserFacilityAttributesModuleImplApi
changedAttributeHook, checkAttributeSemantics, fillAttribute
-
Constructor Details
-
urn_perun_user_facility_attribute_def_def_o365AccountExtension
public urn_perun_user_facility_attribute_def_def_o365AccountExtension()
-
-
Method Details
-
checkAttributeSyntax
public void checkAttributeSyntax(PerunSessionImpl perunSession, User user, Facility facility, Attribute attribute) throws WrongAttributeValueException Description copied from interface:UserFacilityAttributesModuleImplApiChecks if value of assigned attribute in relationship between those two entities has a correct syntax.- Specified by:
checkAttributeSyntaxin interfaceUserFacilityAttributesModuleImplApi- Overrides:
checkAttributeSyntaxin classUserFacilityAttributesModuleAbstract- Parameters:
perunSession- Perun sessionuser- User of the facility.facility- Facility to be used by a user.attribute- Attribute in relationship between facility and user.- Throws:
WrongAttributeValueException- if the attribute value has wrong/illegal syntax
-
getAttributeDefinition
Description copied from interface:AttributesModuleImplApiReturn attributes definition which is represented by the module- Specified by:
getAttributeDefinitionin interfaceAttributesModuleImplApi- Overrides:
getAttributeDefinitionin classAttributesModuleAbstract- Returns:
- attribute definition
-