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 boolean
boolean
ClientId 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 invokedint
hashCode()
void
setClientId
(String clientId) ClientId of a client in the authorization servervoid
setClientSecret
(GatewaySecret clientSecret) void
setIntrospectionEndpoint
(String introspectionEndpoint) Endpoint of the authorization server to do the introspectionvoid
A 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
-