Class UserLogin
java.lang.Object
cloud.pangeacyber.pangea.Client
cloud.pangeacyber.pangea.authn.clients.UserLogin
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSocial(IDProvider provider, String email, String socialID) Social(IDProvider provider, String email, String socialID, Profile extraProfile) Methods inherited from class cloud.pangeacyber.pangea.Client
buildClient, buildPostRequest, doPost, fillPostHeaders, setCustomHeaders, setCustomUserAgent
-
Field Details
-
serviceName
- See Also:
-
-
Constructor Details
-
UserLogin
-
-
Method Details
-
Password
public UserLoginResponse Password(String email, String password) throws PangeaException, PangeaAPIException - Throws:
PangeaExceptionPangeaAPIException
-
Password
public UserLoginResponse Password(String email, String password, Profile extraProfile) throws PangeaException, PangeaAPIException - Throws:
PangeaExceptionPangeaAPIException
-
Social
public UserLoginResponse Social(IDProvider provider, String email, String socialID) throws PangeaException, PangeaAPIException - Throws:
PangeaExceptionPangeaAPIException
-
Social
public UserLoginResponse Social(IDProvider provider, String email, String socialID, Profile extraProfile) throws PangeaException, PangeaAPIException - Throws:
PangeaExceptionPangeaAPIException
-