Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.properties.SecurityGroupProperties
-
Packages that use SecurityGroupProperties Package Description org.odpi.openmetadata.accessservices.communityprofile.api The API package defines the Java interfaces supported by the Community Profile OMAS.org.odpi.openmetadata.accessservices.communityprofile.metadataelements The metadata elements describe the way that metadata is returned from the repository.org.odpi.openmetadata.accessservices.communityprofile.properties These beans describe the core properties that are passed to the server to create and update metadata. -
-
Uses of SecurityGroupProperties in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api with parameters of type SecurityGroupProperties Modifier and Type Method Description StringSecurityGroupInterface. createSecurityGroup(String userId, SecurityGroupProperties properties)Create a new security group.voidSecurityGroupInterface. updateSecurityGroup(String userId, String securityGroupGUID, boolean isMergeUpdate, SecurityGroupProperties properties)Update an existing security group. -
Uses of SecurityGroupProperties in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements that return SecurityGroupProperties Modifier and Type Method Description SecurityGroupPropertiesSecurityGroupElement. getProperties()Return the requested security group.Methods in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type SecurityGroupProperties Modifier and Type Method Description voidSecurityGroupElement. setProperties(SecurityGroupProperties properties)Set up the requested security group. -
Uses of SecurityGroupProperties in org.odpi.openmetadata.accessservices.communityprofile.properties
Constructors in org.odpi.openmetadata.accessservices.communityprofile.properties with parameters of type SecurityGroupProperties Constructor Description SecurityGroupProperties(SecurityGroupProperties template)Copy/Clone Constructor
-