Class urn_perun_entityless_attribute_def_def_dnsStateMapping
java.lang.Object
cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
cz.metacentrum.perun.core.implApi.modules.attributes.EntitylessAttributesModuleAbstract
cz.metacentrum.perun.core.impl.modules.attributes.urn_perun_entityless_attribute_def_def_dnsStateMapping
- All Implemented Interfaces:
AttributesModuleImplApi,EntitylessAttributesModuleImplApi
public class urn_perun_entityless_attribute_def_def_dnsStateMapping
extends EntitylessAttributesModuleAbstract
implements EntitylessAttributesModuleImplApi
Entityless attribute for mapping values of DNS address to specific state (or empty string). The DNS domain is in key,
state is in String value.
Examples:
.cz = “Czech Republic”
.uk = “United Kingdom”
.ebi.ac.uk = “”
- Author:
- Vladimir Mecko vladimir.mecko@gmail.com, Martin Kuba makub@ics.muni.cz
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn attributes definition which is represented by the moduleMethods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.EntitylessAttributesModuleAbstract
changedAttributeHook, checkAttributeSemantics, checkAttributeSyntax, 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.EntitylessAttributesModuleImplApi
changedAttributeHook, checkAttributeSemantics, checkAttributeSyntax, fillAttribute
-
Constructor Details
-
urn_perun_entityless_attribute_def_def_dnsStateMapping
public urn_perun_entityless_attribute_def_def_dnsStateMapping()
-
-
Method Details
-
getAttributeDefinition
Description copied from interface:AttributesModuleImplApiReturn attributes definition which is represented by the module- Specified by:
getAttributeDefinitionin interfaceAttributesModuleImplApi- Overrides:
getAttributeDefinitionin classAttributesModuleAbstract- Returns:
- attribute definition
-