Uses of Class
org.odpi.openmetadata.accessservices.securitymanager.metadataelements.SecurityGroupElement
-
Packages that use SecurityGroupElement Package Description org.odpi.openmetadata.accessservices.securitymanager.api org.odpi.openmetadata.accessservices.securitymanager.metadataelements org.odpi.openmetadata.accessservices.securitymanager.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of SecurityGroupElement in org.odpi.openmetadata.accessservices.securitymanager.api
Methods in org.odpi.openmetadata.accessservices.securitymanager.api that return SecurityGroupElement Modifier and Type Method Description SecurityGroupElementSecurityManagerInterface. getSecurityGroupByGUID(String userId, String securityGroupGUID)Retrieve the userIdentity metadata element with the supplied unique identifier.Methods in org.odpi.openmetadata.accessservices.securitymanager.api that return types with arguments of type SecurityGroupElement Modifier and Type Method Description List<SecurityGroupElement>SecurityManagerInterface. 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>SecurityManagerInterface. 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.securitymanager.metadataelements
Constructors in org.odpi.openmetadata.accessservices.securitymanager.metadataelements with parameters of type SecurityGroupElement Constructor Description SecurityGroupElement(SecurityGroupElement template)Copy/clone constructor -
Uses of SecurityGroupElement in org.odpi.openmetadata.accessservices.securitymanager.rest
Methods in org.odpi.openmetadata.accessservices.securitymanager.rest that return SecurityGroupElement Modifier and Type Method Description SecurityGroupElementSecurityGroupResponse. getElement()Return the result.Methods in org.odpi.openmetadata.accessservices.securitymanager.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.securitymanager.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.securitymanager.rest with type arguments of type SecurityGroupElement Modifier and Type Method Description voidSecurityGroupsResponse. setElementList(List<SecurityGroupElement> elementList)Set up the metadata element to return.
-