Class urn_perun_facility_attribute_def_def_unixGID_namespace
java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.FacilityAttributesModuleAbstract
cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_facility_attribute_def_def_unixGID_namespace
- All Implemented Interfaces:
AttributesModuleImplApi, FacilityAttributesModuleImplApi
public class urn_perun_facility_attribute_def_def_unixGID_namespace
extends FacilityAttributesModuleAbstract
implements FacilityAttributesModuleImplApi
Modul of unixGID-namespace attribut
- Author:
- Michal Stava stavamichal@gmail.com
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheckAttributeSemantics(PerunSessionImpl sess, Facility facility, Attribute attribute) Checks if value of this facility attribute has valid semantics.Return attributes definition which is represented by the moduleMethods inherited from class FacilityAttributesModuleAbstract
changedAttributeHook, checkAttributeSyntax, fillAttributeMethods 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 FacilityAttributesModuleImplApi
changedAttributeHook, checkAttributeSyntax, fillAttribute
-
Constructor Details
-
urn_perun_facility_attribute_def_def_unixGID_namespace
public urn_perun_facility_attribute_def_def_unixGID_namespace()
-
-
Method Details
-
checkAttributeSemantics
public void checkAttributeSemantics(PerunSessionImpl sess, Facility facility, Attribute attribute) throws WrongReferenceAttributeValueException Description copied from interface:FacilityAttributesModuleImplApiChecks if value of this facility attribute has valid semantics.- Specified by:
checkAttributeSemanticsin interfaceFacilityAttributesModuleImplApi- Overrides:
checkAttributeSemanticsin classFacilityAttributesModuleAbstract- Parameters:
sess- perun sessionfacility- facility for which you want to check validity of attributeattribute- attribute to check- Throws:
WrongReferenceAttributeValueException- if the attribute value has wrong/illegal semantics
-
getAttributeDefinition
Description copied from interface:AttributesModuleImplApiReturn attributes definition which is represented by the module- Specified by:
getAttributeDefinitionin interfaceAttributesModuleImplApi- Overrides:
getAttributeDefinitionin classAttributesModuleAbstract- Returns:
- attribute definition
-