Package | Description |
---|---|
com.oracle.bmc.apigateway.model |
Modifier and Type | Method and Description |
---|---|
static TokenAuthenticationPolicy.Builder |
TokenAuthenticationPolicy.builder()
Create a new builder.
|
TokenAuthenticationPolicy.Builder |
TokenAuthenticationPolicy.Builder.copy(TokenAuthenticationPolicy model) |
TokenAuthenticationPolicy.Builder |
TokenAuthenticationPolicy.Builder.isAnonymousAccessAllowed(Boolean isAnonymousAccessAllowed) |
TokenAuthenticationPolicy.Builder |
TokenAuthenticationPolicy.Builder.maxClockSkewInSeconds(Float maxClockSkewInSeconds)
The maximum expected time difference between the system clocks of the token issuer and
the API Gateway.
|
TokenAuthenticationPolicy.Builder |
TokenAuthenticationPolicy.toBuilder() |
TokenAuthenticationPolicy.Builder |
TokenAuthenticationPolicy.Builder.tokenAuthScheme(String tokenAuthScheme)
The authentication scheme that is to be used when authenticating the token.
|
TokenAuthenticationPolicy.Builder |
TokenAuthenticationPolicy.Builder.tokenHeader(String tokenHeader)
The name of the header containing the authentication token.
|
TokenAuthenticationPolicy.Builder |
TokenAuthenticationPolicy.Builder.tokenQueryParam(String tokenQueryParam)
The name of the query parameter containing the authentication token.
|
TokenAuthenticationPolicy.Builder |
TokenAuthenticationPolicy.Builder.validationFailurePolicy(ValidationFailurePolicy validationFailurePolicy) |
TokenAuthenticationPolicy.Builder |
TokenAuthenticationPolicy.Builder.validationPolicy(TokenAuthenticationValidationPolicy validationPolicy) |
Copyright © 2016–2024. All rights reserved.