Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.metadataelements.SecurityGroupElement
-
Packages that use SecurityGroupElement Package Description org.odpi.openmetadata.accessservices.communityprofile.api The Community Profile Open Metadata Access Service (OMAS) is used by tools and administrators to maintain information associated with individuals and communities.org.odpi.openmetadata.accessservices.communityprofile.metadataelements org.odpi.openmetadata.accessservices.communityprofile.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of SecurityGroupElement in org.odpi.openmetadata.accessservices.communityprofile.api
Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return SecurityGroupElement Modifier and Type Method Description SecurityGroupElementSecurityGroupInterface. getSecurityGroupByGUID(String userId, String securityGroupGUID)Retrieve the userIdentity metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.communityprofile.api that return types with arguments of type SecurityGroupElement Modifier and Type Method Description List<SecurityGroupElement>SecurityGroupInterface. findSecurityGroups(String userId, String searchString, int startFrom, int pageSize)Return the list of security groups that match the search string - this can be a regular expression.List<SecurityGroupElement>SecurityGroupInterface. getSecurityGroupsForDistinguishedName(String userId, String distinguishedName, int startFrom, int pageSize)Return the list of security groups associated with a unique distinguishedName. -
Uses of SecurityGroupElement in org.odpi.openmetadata.accessservices.communityprofile.metadataelements
Constructors in org.odpi.openmetadata.accessservices.communityprofile.metadataelements with parameters of type SecurityGroupElement Constructor Description SecurityGroupElement(SecurityGroupElement template)Copy/clone constructor -
Uses of SecurityGroupElement in org.odpi.openmetadata.accessservices.communityprofile.rest
Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return SecurityGroupElement Modifier and Type Method Description SecurityGroupElementSecurityGroupResponse. getElement()Return the result.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest that return types with arguments of type SecurityGroupElement Modifier and Type Method Description List<SecurityGroupElement>SecurityGroupsResponse. getElementList()Return the list of metadata elements.Methods in org.odpi.openmetadata.accessservices.communityprofile.rest with parameters of type SecurityGroupElement Modifier and Type Method Description voidSecurityGroupResponse. setElement(SecurityGroupElement element)Set up the result.Method parameters in org.odpi.openmetadata.accessservices.communityprofile.rest with type arguments of type SecurityGroupElement Modifier and Type Method Description voidSecurityGroupsResponse. setElementList(List<SecurityGroupElement> elementList)Set up the metadata element to return.
-