Uses of Class
org.gcube.common.iam.D4ScienceIAMClientAuthz
-
-
Uses of D4ScienceIAMClientAuthz in org.gcube.common.iam
Methods in org.gcube.common.iam that return D4ScienceIAMClientAuthz Modifier and Type Method Description D4ScienceIAMClientAuthzD4ScienceIAMClient. authorize(String clientId, String clientSecret, String context)Directly authorizes the client by using the provided credentials, for the specific context audience and with no optional permissionsD4ScienceIAMClientAuthzD4ScienceIAMClient. authorize(String clientId, String clientSecret, String context, List<String> permissions)Directly authorizes the client by using the provided credentials, for the specific context audience and with optional permissionsD4ScienceIAMClientAuthzD4ScienceIAMClientAuthn. authorize(String context)Authorizes the client or the user by using the authn already obtained, for the specific context audience and no optional permissions.D4ScienceIAMClientAuthzD4ScienceIAMClientAuthn. authorize(String context, List<String> permissions)Authorizes the client or the user by using the authn already obtained, for the specific context audience and with optional permissions.
-