| Modifier and Type | Method and Description |
|---|---|
D4ScienceIAMClientAuthz |
D4ScienceIAMClientAuthn.authorize(String context)
Authorizes the client or the user by using the authn already obtained, for the specific context audience and no optional permissions.
|
D4ScienceIAMClientAuthz |
D4ScienceIAMClientAuthn.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.
|
D4ScienceIAMClientAuthz |
D4ScienceIAMClient.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 permissions
|
D4ScienceIAMClientAuthz |
D4ScienceIAMClient.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 permissions
|
Copyright © 2025. All rights reserved.