Klasse RemoteIntrospectionConfig
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.RemoteIntrospectionConfig
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoteIntrospectionConfig
extends Object
RemoteIntrospectionConfig
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
ClientId of a client in the authorization serverprotected GatewaySecret
protected String
Endpoint of the authorization server to do the introspectionprotected String
A user in the API Gateway under whom the introspection endpoint is invoked -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
RemoteIntrospectionConfig
(String clientId, GatewaySecret clientSecret, String introspectionEndpoint, String user) Constructs a validated implementation ofRemoteIntrospectionConfig
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected boolean
clientId()
ClientId of a client in the authorization serverClientId of a client in the authorization serverclientSecret
(GatewaySecret clientSecret) boolean
int
hashCode()
Endpoint of the authorization server to do the introspectionintrospectionEndpoint
(String introspectionEndpoint) Endpoint of the authorization server to do the introspectiontoString()
user()
A user in the API Gateway under whom the introspection endpoint is invokedA user in the API Gateway under whom the introspection endpoint is invoked
-
Felddetails
-
clientId
ClientId of a client in the authorization server -
clientSecret
-
introspectionEndpoint
Endpoint of the authorization server to do the introspection -
user
A user in the API Gateway under whom the introspection endpoint is invoked
-
-
Konstruktordetails
-
RemoteIntrospectionConfig
Constructs a validated implementation ofRemoteIntrospectionConfig
.- Parameter:
spec
- the specification to process
-
RemoteIntrospectionConfig
public RemoteIntrospectionConfig(String clientId, GatewaySecret clientSecret, String introspectionEndpoint, String user) -
RemoteIntrospectionConfig
protected RemoteIntrospectionConfig()
-
-
Methodendetails
-
clientId
ClientId of a client in the authorization server -
clientSecret
-
introspectionEndpoint
Endpoint of the authorization server to do the introspection -
user
A user in the API Gateway under whom the introspection endpoint is invoked -
clientId
ClientId of a client in the authorization server- Gibt zurück:
this
.
-
clientSecret
- Gibt zurück:
this
.
-
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
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-