Class EntitylessAttributesModuleAbstract

java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.EntitylessAttributesModuleAbstract
All Implemented Interfaces:
AttributesModuleImplApi, EntitylessAttributesModuleImplApi
Direct Known Subclasses:
urn_perun_entityless_attribute_def_def_dnsStateMapping, urn_perun_entityless_attribute_def_def_identityAlertsTemplates, urn_perun_entityless_attribute_def_def_namespace_GIDRanges, urn_perun_entityless_attribute_def_def_namespace_maxUID, urn_perun_entityless_attribute_def_def_namespace_minUID, urn_perun_entityless_attribute_def_def_namespace_uid_policy, urn_perun_entityless_attribute_def_def_namespace_UIDRanges, urn_perun_entityless_attribute_def_def_nonAuthzAccActivationMailTemplate_namespace, urn_perun_entityless_attribute_def_def_nonAuthzPwdResetMailTemplate_namespace, urn_perun_entityless_attribute_def_def_orgAups, urn_perun_entityless_attribute_def_def_usedGids

public abstract class EntitylessAttributesModuleAbstract extends AttributesModuleAbstract implements EntitylessAttributesModuleImplApi
Abstract class for Entityless Attributes modules. ----------------------------------------------------------------------------- Implements methods for modules to perform default function. In the function that the method in the module does nothing, it is not necessary to implement it, simply extend this abstract class.
Author:
Michal Stava <stavamichal@gmail.com>