Klasse AliasRemoteIntrospectionConfig
java.lang.Object
io.github.primelib.webmethodsapigateway4j.models.AliasRemoteIntrospectionConfig
@Generated("io.github.primelib.primecodegen")
public class AliasRemoteIntrospectionConfig
extends Object
AliasRemoteIntrospectionConfig
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected StringClientId of a client in the authorization serverprotected AliasGatewaySecretprotected StringEndpoint of the authorization server to do the introspectionprotected StringA user in the API Gateway under whom the introspection endpoint is invoked -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAliasRemoteIntrospectionConfig(String clientId, AliasGatewaySecret clientSecret, String introspectionEndpoint, String user) Constructs a validated instance ofAliasRemoteIntrospectionConfig.Constructs a validated instance ofAliasRemoteIntrospectionConfig. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanclientId()ClientId of a client in the authorization serverClientId of a client in the authorization serverclientSecret(AliasGatewaySecret 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
-
AliasRemoteIntrospectionConfig
Constructs a validated instance ofAliasRemoteIntrospectionConfig.- Parameter:
spec- the specification to process
-
AliasRemoteIntrospectionConfig
@Internal public AliasRemoteIntrospectionConfig(String clientId, AliasGatewaySecret clientSecret, String introspectionEndpoint, String user) Constructs a validated instance ofAliasRemoteIntrospectionConfig.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AliasRemoteIntrospectionConfig(Consumer)instead.- Parameter:
clientId- ClientId of a client in the authorization serverclientSecret- clientSecretintrospectionEndpoint- Endpoint of the authorization server to do the introspectionuser- A user in the API Gateway under whom the introspection endpoint is invoked
-
AliasRemoteIntrospectionConfig
protected AliasRemoteIntrospectionConfig()
-
-
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
-
toString
-