Klasse GatewayScope.GatewayScopeBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.GatewayScope.GatewayScopeBuilder
- Umschließende Klasse:
GatewayScope
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungList of API IDs (or API Scope IDs) mapped the auth server scopeThis field is optional.build()A unique ID for the OAuth scope mappingrequiredAuthScopes(List<AuthServerScope> requiredAuthScopes) List of oauth scope entries from the authorization server definitionscopeDescription(String scopeDescription) Description for the OAuth scope mappingName of the OAuth scope mappingtoString()
-
Methodendetails
-
apiScopes
List of API IDs (or API Scope IDs) mapped the auth server scope- Gibt zurück:
this.
-
audience
This field is optional. This value will be used in scope level audience matching- Gibt zurück:
this.
-
id
A unique ID for the OAuth scope mapping- Gibt zurück:
this.
-
requiredAuthScopes
public GatewayScope.GatewayScopeBuilder requiredAuthScopes(List<AuthServerScope> requiredAuthScopes) List of oauth scope entries from the authorization server definition- Gibt zurück:
this.
-
scopeDescription
Description for the OAuth scope mapping- Gibt zurück:
this.
-
scopeName
Name of the OAuth scope mapping- Gibt zurück:
this.
-
build
-
toString
-