Package | Description |
---|---|
org.opencode4workspace.authentication | |
org.opencode4workspace.endpoints |
Modifier and Type | Method and Description |
---|---|
AuthenticationResult |
AuthenticationEndpoint.authenticateApplication(String basicAuthApp)
Creates POST request for authentication and returns result, if successful, or generates error, if not
|
AuthenticationResult |
AuthenticationEndpoint.authorizeUser(String basicAuthApp,
String userToken,
String redirectTo)
Creates POST request for authorizing user and returns result, if successful, or generates error, if not
|
AuthenticationResult |
AuthenticationEndpoint.authorizeUserRefreshToken(String basicAuthApp,
String refreshToken,
String scope) |
static AuthenticationResult |
AuthenticationResult.buildFromToken(AppToken appToken)
Builds an AuthenticationResult object from the AppToken object constructed from JSON returned by the authentication process
|
Modifier and Type | Method and Description |
---|---|
AuthenticationResult |
WWAuthenticationEndpoint.authenticateApplication(String basicAuthApp) |
AuthenticationResult |
WWAuthenticationEndpoint.authorizeUser(String basicAuthApp,
String userToken,
String url) |
AuthenticationResult |
WWAuthenticationEndpoint.authorizeUserRefreshToken(String basicAuthApp,
String refreshToken,
String scope) |
Copyright © 2018 OpenNTF. All rights reserved.