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 StringClientId of a client in the authorization serverprotected GatewaySecretprotected StringEndpoint of the authorization server to do the introspectionprotected StringA user in the API Gateway under whom the introspection endpoint is invoked -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedRemoteIntrospectionConfig(String clientId, GatewaySecret clientSecret, String introspectionEndpoint, String user) Constructs a validated implementation ofRemoteIntrospectionConfig. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanclientId()ClientId of a client in the authorization serverClientId of a client in the authorization serverclientSecret(GatewaySecret clientSecret) booleaninthashCode()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
-