Uses of Class
org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
-
Packages that use CommunityProfileRESTClient Package Description org.odpi.openmetadata.accessservices.communityprofile.client The Community Profile OMAS's clients provide access to metadata about people, communities, organizations, teams, roles, profiles and user identities. -
-
Uses of CommunityProfileRESTClient in org.odpi.openmetadata.accessservices.communityprofile.client
Constructors in org.odpi.openmetadata.accessservices.communityprofile.client with parameters of type CommunityProfileRESTClient Constructor Description CommunityManagement(String serverName, String serverPlatformURLRoot, CommunityProfileRESTClient restClient, int maxPageSize)Create a new client that is going to be used in an OMAG Server.CommunityProfileBaseClient(String serverName, String serverPlatformURLRoot, CommunityProfileRESTClient restClient, int maxPageSize)Create a new client that is going to be used in an OMAG Server.LocationManagement(String serverName, String serverPlatformURLRoot, CommunityProfileRESTClient restClient, int maxPageSize)Create a new client that passes userId and password in each HTTP request.MetadataSourceClient(String serverName, String serverPlatformURLRoot, CommunityProfileRESTClient restClient, int maxPageSize)Create a new client that passes userId and password in each HTTP request.OrganizationManagement(String serverName, String serverPlatformURLRoot, CommunityProfileRESTClient restClient, int maxPageSize)Create a new client that passes userId and password in each HTTP request.SecurityGroupManagement(String serverName, String serverPlatformURLRoot, CommunityProfileRESTClient restClient, int maxPageSize)Create a new client that passes userId and password in each HTTP request.UserIdentityManagement(String serverName, String serverPlatformURLRoot, CommunityProfileRESTClient restClient, int maxPageSize)Create a new client that passes userId and password in each HTTP request.ValidValueManagement(String serverName, String serverPlatformURLRoot, CommunityProfileRESTClient restClient, int maxPageSize)Create a new client that is going to be used in an OMAG Server.
-