Class ServiceAccessControlProperties
java.lang.Object
org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.AuthoredReferenceableProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceDefinitionProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceControlProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.security.SecurityAccessControlProperties
org.odpi.openmetadata.frameworks.openmetadata.properties.security.ServiceAccessControlProperties
GovernanceZoneProperties describes a governance zone. This describes the access permissions for a collection
of open metadata elements that are members of the governance zone.
-
Field Summary
Fields inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
typeName -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturn comparison result based on the content of the properties.Return the appropriate mapping properties used by the security service needed to map the control to the callable resource.inthashCode()Return hash code for this objectvoidsetMappingProperties(Map<String, String> mappingProperties) Set up the appropriate mapping properties used by the security service needed to map the control to the callable resource.toString()JSON-style toStringMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceControlProperties
getImplementationDescription, setImplementationDescriptionMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.governance.GovernanceDefinitionProperties
getDomainIdentifier, getImplications, getImportance, getOutcomes, getResults, getScope, getSummary, getUsage, setDomainIdentifier, setImplications, setImportance, setOutcomes, setResults, setScope, setSummary, setUsageMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.AuthoredReferenceableProperties
getAuthors, getContentStatus, getUserDefinedContentStatus, setAuthors, setContentStatus, setUserDefinedContentStatusMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.ReferenceableProperties
getAdditionalProperties, getCategory, getDescription, getDisplayName, getIdentifier, getQualifiedName, getURL, getVersionIdentifier, setAdditionalProperties, setCategory, setDescription, setDisplayName, setIdentifier, setQualifiedName, setURL, setVersionIdentifierMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.OpenMetadataRootProperties
getExtendedProperties, getTypeName, setExtendedProperties, setTypeNameMethods inherited from class org.odpi.openmetadata.frameworks.openmetadata.properties.EntityProperties
getEffectiveFrom, getEffectiveTo, setEffectiveFrom, setEffectiveTo
-
Constructor Details
-
ServiceAccessControlProperties
public ServiceAccessControlProperties()Default constructor -
ServiceAccessControlProperties
Copy/clone constructor- Parameters:
template- object to copy
-
-
Method Details
-
getMappingProperties
Return the appropriate mapping properties used by the security service needed to map the control to the callable resource.- Returns:
- text
-
setMappingProperties
Set up the appropriate mapping properties used by the security service needed to map the control to the callable resource.- Parameters:
mappingProperties- text
-
toString
JSON-style toString- Overrides:
toStringin classSecurityAccessControlProperties- Returns:
- return string containing the property names and values
-
equals
Return comparison result based on the content of the properties.- Overrides:
equalsin classGovernanceControlProperties- Parameters:
objectToCompare- test object- Returns:
- result of comparison
-
hashCode
public int hashCode()Return hash code for this object- Overrides:
hashCodein classGovernanceControlProperties- Returns:
- int hash code
-