A C D F G M O P R S U 
All Classes All Packages

A

addContactMethod(String, String, String, String, ContactMethodType, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
Add a new contact method to the requesting user's profile.
addIdentityToProfile(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.UserIdentityManagement
Link a user identity to a profile.
addMasterDataManagerClassification(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MetadataSourceClient
Update classification of the metadata source that is a master data manager for user profile information.
addMyContactMethod(String, ContactMethodType, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
Add a new contact method to the requesting user's profile.
addToMyAssets(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
Add an asset to the identified user's list of favorite assets.
addUserAccessDirectoryClassification(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MetadataSourceClient
Update classification of the metadata source that is providing a user access directory information such as the groups and access rights of a user Id.
addUserProfileManagerClassification(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MetadataSourceClient
Update classification of the metadata source as being capable if managing user profiles.

C

callAssetListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
Issue a GET REST call that returns a AssetListResponse object.
callMetadataSourceGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
Issue a GET REST call that returns a MetadataSourceResponse object.
callPersonalProfileGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
Issue a GET REST call that returns a PersonalProfileUniverse in a response object.
callPersonalProfileListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
Issue a GET REST call that returns a list of PersonalProfileElements in a response object.
callUserIdentityGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
Issue a GET REST call that returns a UserIdentityElement in a response object.
callUserIdentityListGetRESTCall(String, String, Object...) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
Issue a GET REST call that returns a list of UserIdentityElements in a response object.
callUserIdentityListPostRESTCall(String, String, Object, Object...) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
Issue a GET REST call that returns a list of UserIdentityElements in a response object.
CommunityProfileRESTClient - Class in org.odpi.openmetadata.accessservices.communityprofile.client.rest
CommunityProfileRESTClient is responsible for issuing calls to the Community Profile OMAS REST APIs.
CommunityProfileRESTClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
Constructor for no authentication.
CommunityProfileRESTClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
Constructor for simple userId and password authentication.
CommunityProfileRESTClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
Constructor for simple userId and password authentication with audit log.
CommunityProfileRESTClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.rest.CommunityProfileRESTClient
Constructor for no authentication with audit log.
createMetadataSource(String, MetadataSourceProperties) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MetadataSourceClient
Create information about the metadata source that is providing user profile information.
createPersonalProfile(String, String, String, String, String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
Create a personal profile for an individual who is to be appointed to a governance role but does not have a profile in open metadata.
createUserIdentity(String, String, String, UserIdentityProperties) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.UserIdentityManagement
Create a UserIdentity.

D

deleteContactMethod(String, String, String, String, String, ContactMethodType) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
Remove an obsolete contact method from the requesting user's profile.
deleteMyContactMethod(String, String, ContactMethodType) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
Remove an obsolete contact method from the requesting user's profile.
deleteMyProfile(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
Delete the profile for the requesting user.
deletePersonalProfile(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
Delete the personal profile.
deleteUserIdentity(String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.UserIdentityManagement
Remove a user identity object.

F

findUserIdentities(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.UserIdentityManagement
Retrieve the list of user identity metadata elements that contain the search string.

G

getContactMethods(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
Return the list of contact methods for this user.
getKarmaPoints(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
Return the total karma points for this user.
getMetadataSource(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MetadataSourceClient
Retrieve the properties of the software server capability that describes a metadata source.
getMetadataSourceGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MetadataSourceClient
Retrieve the unique identifier of the software server capability that describes a metadata source.
getMyAssets(String, int, int) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
Return a list of assets that the specified user has added to their favorites list.
getMyContactDetails(String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
Return the list of contact methods for this user.
getMyKarmaPoints(String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
Return the total karma points for this user.
getMyProfile(String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
Return the profile for this user.
getPersonalProfileByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
Retrieve a personal profile by guid.
getPersonalProfileByQualifiedName(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
Retrieve a personal profile by personnel/serial/unique employee number of the individual.
getPersonalProfileForUser(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
Retrieve a personal profile by userId.
getPersonalProfilesByName(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
Return a list of candidate personal profiles for an individual.
getUserIdentitiesByName(String, String, int, int) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.UserIdentityManagement
Retrieve the list of user identity metadata elements with a matching qualified name.
getUserIdentityByGUID(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.UserIdentityManagement
Retrieve the userIdentity metadata element with the supplied unique identifier.

M

MetadataSourceClient - Class in org.odpi.openmetadata.accessservices.communityprofile.client
MetadataSourceClient is the client for setting up the SoftwareServerCapabilities that represent metadata sources that supply information relating to people and organizations.
MetadataSourceClient(String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.MetadataSourceClient
Create a new client with no authentication embedded in the HTTP request.
MetadataSourceClient(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.MetadataSourceClient
Create a new client that passes userId and password in each HTTP request.
MetadataSourceClient(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.MetadataSourceClient
Create a new client that passes userId and password in each HTTP request.
MetadataSourceClient(String, String, CommunityProfileRESTClient, int) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.MetadataSourceClient
Create a new client that passes userId and password in each HTTP request.
MetadataSourceClient(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.MetadataSourceClient
Create a new client with no authentication embedded in the HTTP request.
MyProfileManagement - Class in org.odpi.openmetadata.accessservices.communityprofile.client
This client covers the management of a user's personal profile.
MyProfileManagement(String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
Create a new client with no authentication embedded in the HTTP request.
MyProfileManagement(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
Create a new client that passes userId and password in each HTTP request.
MyProfileManagement(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
Create a new client that passes userId and password in each HTTP request.
MyProfileManagement(String, String, CommunityProfileRESTClient, int) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
Create a new client that passes userId and password in each HTTP request.
MyProfileManagement(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
Create a new client with no authentication embedded in the HTTP request.

O

org.odpi.openmetadata.accessservices.communityprofile.client - package org.odpi.openmetadata.accessservices.communityprofile.client
 
org.odpi.openmetadata.accessservices.communityprofile.client.rest - package org.odpi.openmetadata.accessservices.communityprofile.client.rest
 

P

PersonalProfileManagement - Class in org.odpi.openmetadata.accessservices.communityprofile.client
CommunityProfileLeadership provides the client-side interface for the Governance Program Open Metadata Access Service (OMAS).
PersonalProfileManagement(String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
Create a new client with no authentication embedded in the HTTP request.
PersonalProfileManagement(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
Create a new client that passes userId and password in each HTTP request.
PersonalProfileManagement(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
Create a new client that passes userId and password in each HTTP request.
PersonalProfileManagement(String, String, CommunityProfileRESTClient, int) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
Create a new client that passes userId and password in each HTTP request.
PersonalProfileManagement(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
Create a new client with no authentication embedded in the HTTP request.

R

removeFromMyAssets(String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
Remove an asset from identified user's list of favorite assets.
removeIdentityFromProfile(String, String, String, String, String) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.UserIdentityManagement
Unlink a user identity from a profile.

S

setUpMyProfile(String, String, String, String, String, String, Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.MyProfileManagement
Create or update the profile for the requesting user.

U

updatePersonalProfile(String, String, String, String, String, String, String, String, String, Map<String, Object>, Map<String, String>) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.PersonalProfileManagement
Update properties for the personal properties.
updateUserIdentity(String, String, String, String, boolean, UserIdentityProperties) - Method in class org.odpi.openmetadata.accessservices.communityprofile.client.UserIdentityManagement
Update a UserIdentity.
UserIdentityManagement - Class in org.odpi.openmetadata.accessservices.communityprofile.client
UserIdentityManagement is the client for explicitly managing the user identity entities and associating them with profiles.
UserIdentityManagement(String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.UserIdentityManagement
Create a new client with no authentication embedded in the HTTP request.
UserIdentityManagement(String, String, String, String) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.UserIdentityManagement
Create a new client that passes userId and password in each HTTP request.
UserIdentityManagement(String, String, String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.UserIdentityManagement
Create a new client that passes userId and password in each HTTP request.
UserIdentityManagement(String, String, CommunityProfileRESTClient, int) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.UserIdentityManagement
Create a new client that passes userId and password in each HTTP request.
UserIdentityManagement(String, String, AuditLog) - Constructor for class org.odpi.openmetadata.accessservices.communityprofile.client.UserIdentityManagement
Create a new client with no authentication embedded in the HTTP request.
A C D F G M O P R S U 
All Classes All Packages