Klasse RemoteIntrospectionConfig
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.RemoteIntrospectionConfig
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoteIntrospectionConfig
extends Object
RemoteIntrospectionConfig
-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungRemoteIntrospectionConfig(String clientId, GatewaySecret clientSecret, String introspectionEndpoint, String user) -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleanbooleanClientId of a client in the authorization serverEndpoint of the authorization server to do the introspectiongetUser()A user in the API Gateway under whom the introspection endpoint is invokedinthashCode()voidsetClientId(String clientId) ClientId of a client in the authorization servervoidsetClientSecret(GatewaySecret clientSecret) voidsetIntrospectionEndpoint(String introspectionEndpoint) Endpoint of the authorization server to do the introspectionvoidA user in the API Gateway under whom the introspection endpoint is invokedtoString()
-
Konstruktordetails
-
RemoteIntrospectionConfig
public RemoteIntrospectionConfig(String clientId, GatewaySecret clientSecret, String introspectionEndpoint, String user) -
RemoteIntrospectionConfig
public RemoteIntrospectionConfig()
-
-
Methodendetails
-
getClientId
ClientId of a client in the authorization server -
getClientSecret
-
getIntrospectionEndpoint
Endpoint of the authorization server to do the introspection -
getUser
A user in the API Gateway under whom the introspection endpoint is invoked -
setClientId
ClientId of a client in the authorization server -
setClientSecret
-
setIntrospectionEndpoint
Endpoint of the authorization server to do the introspection -
setUser
A user in the API Gateway under whom the introspection endpoint is invoked -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-