Class UserProfile
java.lang.Object
cloud.pangeacyber.pangea.Client
cloud.pangeacyber.pangea.authn.clients.UserProfile
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetByEmail(String email) update(UserProfileUpdateRequest request) Methods inherited from class cloud.pangeacyber.pangea.Client
buildClient, buildPostRequest, doPost, fillPostHeaders, setCustomHeaders, setCustomUserAgent
-
Field Details
-
serviceName
- See Also:
-
-
Constructor Details
-
UserProfile
-
-
Method Details
-
getByEmail
- Throws:
PangeaExceptionPangeaAPIException
-
getByID
- Throws:
PangeaExceptionPangeaAPIException
-
update
public UserProfileUpdateResponse update(UserProfileUpdateRequest request) throws PangeaException, PangeaAPIException - Throws:
PangeaExceptionPangeaAPIException
-