Package | Description |
---|---|
org.polarsys.eplmp.core.common |
Provides common classes that may be used in all packages.
|
org.polarsys.eplmp.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
OAuthProvider |
ProvidedAccount.getProvider() |
Modifier and Type | Method and Description |
---|---|
void |
ProvidedAccount.setProvider(OAuthProvider provider) |
Constructor and Description |
---|
ProvidedAccount(Account account,
OAuthProvider provider,
String sub) |
Modifier and Type | Method and Description |
---|---|
OAuthProvider |
IOAuthManagerLocal.createProvider(String name,
boolean enabled,
String authority,
String issuer,
String clientID,
String jwsAlgorithm,
String jwkSetURL,
String redirectUri,
String secret,
String scope,
String responseType,
String authorizationEndpoint) |
OAuthProvider |
IOAuthManagerLocal.getProvider(int id) |
OAuthProvider |
IOAuthManagerLocal.updateProvider(int id,
String name,
boolean enabled,
String authority,
String issuer,
String clientID,
String jwsAlgorithm,
String jwkSetURL,
String redirectUri,
String secret,
String scope,
String responseType,
String authorizationEndpoint) |
Modifier and Type | Method and Description |
---|---|
List<OAuthProvider> |
IOAuthManagerLocal.getProviders() |
Modifier and Type | Method and Description |
---|---|
void |
IOAuthManagerLocal.createProvidedAccount(Account account,
String sub,
OAuthProvider provider) |
Copyright © 2018 DocDoku. All rights reserved.