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
-
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, fillAttribute
Methods inherited from class cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleAbstract
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChange
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface cz.metacentrum.perun.core.implApi.modules.attributes.AttributesModuleImplApi
getAuthorizedRoles, getDependencies, resolveVirtualAttributeValueChange
Methods 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:AttributesModuleImplApi
Return attributes definition which is represented by the module- Specified by:
getAttributeDefinition
in interfaceAttributesModuleImplApi
- Overrides:
getAttributeDefinition
in classAttributesModuleAbstract
- Returns:
- attribute definition
-