Uses of Class
org.gcube.common.iam.D4ScienceIAMClientAuthn
-
-
Uses of D4ScienceIAMClientAuthn in org.gcube.common.iam
Subclasses of D4ScienceIAMClientAuthn in org.gcube.common.iam Modifier and Type Class Description classD4ScienceIAMClientAuthn4ClientclassD4ScienceIAMClientAuthn4UserMethods in org.gcube.common.iam that return D4ScienceIAMClientAuthn Modifier and Type Method Description D4ScienceIAMClientAuthnD4ScienceIAMClient. authenticate(String clientId, String clientSecret)Authenticates the client with provided id and secretD4ScienceIAMClientAuthnD4ScienceIAMClient. authenticate(String clientId, String clientSecret, String context)Authenticates the client with provided credentials, reducing the token audience to the requested `context`D4ScienceIAMClientAuthnD4ScienceIAMClient. authenticateUser(String username, String password)Deprecated.this authn method is deprecated in the oauth2 specifications (see https://oauth.net/2/grant-types/password/)D4ScienceIAMClientAuthnD4ScienceIAMClient. authenticateUser(String username, String password, String context)Deprecated.this authn method is deprecated in the oauth2 specifications (see https://oauth.net/2/grant-types/password/)D4ScienceIAMClientAuthnD4ScienceIAMClient. authenticateUser(String clientId, String clientSecret, String username, String password)Deprecated.this authn method is deprecated in the oauth2 specifications (see https://oauth.net/2/grant-types/password/)D4ScienceIAMClientAuthnD4ScienceIAMClient. authenticateUser(String clientId, String clientSecret, String username, String password, String context)Deprecated.this authn method is deprecated in the oauth2 specifications (see https://oauth.net/2/grant-types/password/)Constructors in org.gcube.common.iam with parameters of type D4ScienceIAMClientAuthn Constructor Description D4ScienceIAMClientAuthz(D4ScienceIAMClientAuthn authn, String context, List<String> permissions)
-