Package cz.metacentrum.perun.core.api
Class PerunClient
java.lang.Object
cz.metacentrum.perun.core.api.PerunClient
Representing client user (or machine) using to communicate with perun.
- Author:
- Ondrej Velisek invalid input: '<'ondrejvelisek@gmail.com>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionCreate trustful internal client.PerunClient
(String id, List<String> scopes) Create OAuth / OIDC client. -
Method Summary
-
Field Details
-
SCOPE_ALL
- See Also:
-
PERUN_API_SCOPE
- See Also:
-
PERUN_ADMIN_SCOPE
- See Also:
-
-
Constructor Details
-
PerunClient
Create OAuth / OIDC client.- Parameters:
id
- "Client id" in OAuth terminologyscopes
- Domains represent clinet rights. "Scopes" in OAuth terminology. "Claims" in OpenID terminology
-
PerunClient
public PerunClient()Create trustful internal client. E.g. GUI, test or client for internal components.
-
-
Method Details