public static class CustomAuthenticationPolicy.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CustomAuthenticationPolicy |
build() |
CustomAuthenticationPolicy.Builder |
copy(CustomAuthenticationPolicy o) |
CustomAuthenticationPolicy.Builder |
functionId(String functionId)
The OCID of the Oracle Functions function resource.
|
CustomAuthenticationPolicy.Builder |
isAnonymousAccessAllowed(Boolean isAnonymousAccessAllowed) |
CustomAuthenticationPolicy.Builder |
tokenHeader(String tokenHeader)
The name of the header containing the authentication token.
|
CustomAuthenticationPolicy.Builder |
tokenQueryParam(String tokenQueryParam)
The name of the query parameter containing the authentication token.
|
public CustomAuthenticationPolicy.Builder isAnonymousAccessAllowed(Boolean isAnonymousAccessAllowed)
public CustomAuthenticationPolicy.Builder functionId(String functionId)
The OCID of the Oracle Functions function resource.
functionId
- the value to setpublic CustomAuthenticationPolicy.Builder tokenHeader(String tokenHeader)
The name of the header containing the authentication token.
tokenHeader
- the value to setpublic CustomAuthenticationPolicy.Builder tokenQueryParam(String tokenQueryParam)
The name of the query parameter containing the authentication token.
tokenQueryParam
- the value to setpublic CustomAuthenticationPolicy build()
public CustomAuthenticationPolicy.Builder copy(CustomAuthenticationPolicy o)
Copyright © 2016–2022. All rights reserved.