| Package | Description |
|---|---|
| de.samply.bbmri.auth.rest |
Contains all data transfer objects for the REST Interface of Samply.Auth
|
| de.samply.bbmri.auth.utils |
Contains utilities like the HashUtils and the OAuth2ClientConfig classes.
|
| Modifier and Type | Method and Description |
|---|---|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
OAuth2ClientConfig.getRedirectUrl(de.samply.common.config.OAuth2Client config,
String scheme,
String serverName,
int port,
String contextPath,
String redirectUrl,
Scope... scopes)
Constructs the URL to the OAuth2 provider, using the provided configuration.
|
static String |
OAuth2ClientConfig.getRedirectUrl(de.samply.common.config.OAuth2Client config,
String scheme,
String serverName,
int port,
String contextPath,
String redirectUrl,
String state,
Scope... scopes)
Constructs the URL to the OAuth2 provider, using the provided configuration.
|
static String |
OAuth2ClientConfig.getRedirectUrlRegisterPerun(de.samply.common.config.OAuth2Client config,
String scheme,
String serverName,
int port,
String contextPath,
String redirectUrl,
String state,
Scope... scopes)
Constructs the URL for the perun registration page, using the provided configuration.
|
Copyright © 2020 Samply Community. All rights reserved.