Klasse RemoteIntrospectionConfig.RemoteIntrospectionConfigBuilder
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.RemoteIntrospectionConfig.RemoteIntrospectionConfigBuilder
- Umschließende Klasse:
RemoteIntrospectionConfig
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
ClientId of a client in the authorization serverclientSecret
(GatewaySecret clientSecret) introspectionEndpoint
(String introspectionEndpoint) Endpoint of the authorization server to do the introspectiontoString()
A user in the API Gateway under whom the introspection endpoint is invoked
-
Methodendetails
-
clientId
ClientId of a client in the authorization server- Gibt zurück:
this
.
-
clientSecret
public RemoteIntrospectionConfig.RemoteIntrospectionConfigBuilder clientSecret(GatewaySecret clientSecret) - Gibt zurück:
this
.
-
introspectionEndpoint
public RemoteIntrospectionConfig.RemoteIntrospectionConfigBuilder introspectionEndpoint(String introspectionEndpoint) Endpoint of the authorization server to do the introspection- Gibt zurück:
this
.
-
user
A user in the API Gateway under whom the introspection endpoint is invoked- Gibt zurück:
this
.
-
build
-
toString
-