| Package | Description |
|---|---|
| com.sap.cloud.security.servlet |
| Modifier and Type | Method and Description |
|---|---|
protected TokenAuthenticationResult |
AbstractTokenAuthenticator.authenticated(Token token) |
protected TokenAuthenticationResult |
XsuaaTokenAuthenticator.authenticated(Token token) |
static TokenAuthenticationResult |
TokenAuthenticationResult.createAuthenticated(Collection<String> scopes,
Token token) |
static TokenAuthenticationResult |
TokenAuthenticationResult.createUnauthenticated(String reason)
Creates an unauthenticated result with a reason.
|
TokenAuthenticationResult |
AbstractTokenAuthenticator.validateRequest(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response) |
TokenAuthenticationResult |
TokenAuthenticator.validateRequest(javax.servlet.ServletRequest request,
javax.servlet.ServletResponse response)
Performs the authentication for the given request.
|
Copyright © 2020. All rights reserved.