Klasse OAuth2LocalHSIntrospectionStrategy
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.OAuth2LocalHSIntrospectionStrategy
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class OAuth2LocalHSIntrospectionStrategy
extends Object
OAuth2LocalHSIntrospectionStrategy
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumThe type of the strategy -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringprotected StringThe name of the authorization server aliasprotected Stringprotected ClientRegistrationprotected DynamicClientRegistrationConfigprotected Stringprotected StringA unique ID for the strategyprotected JWTAuthStrategyprotected StringThe name of the strategyprotected Nodeprotected GatewaySecretThe type of the strategy -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedOAuth2LocalHSIntrospectionStrategy(String audience, String authServerAlias, String clientId, ClientRegistration clientRegistration, DynamicClientRegistrationConfig dcrConfig, String description, String id, JWTAuthStrategy jwtAuthStrategy, String name, Node primaryNode, GatewaySecret secret, OAuth2LocalHSIntrospectionStrategy.TypeEnum type) Constructs a validated instance ofOAuth2LocalHSIntrospectionStrategy.Constructs a validated instance ofOAuth2LocalHSIntrospectionStrategy. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungaudience()The name of the authorization server aliasauthServerAlias(String authServerAlias) The name of the authorization server aliasbuilder()protected booleanclientId()clientRegistration(ClientRegistration clientRegistration) dcrConfig(DynamicClientRegistrationConfig dcrConfig) description(String description) booleaninthashCode()id()A unique ID for the strategyA unique ID for the strategyjwtAuthStrategy(JWTAuthStrategy jwtAuthStrategy) name()The name of the strategyThe name of the strategyprimaryNode(Node primaryNode) secret()secret(GatewaySecret secret) toString()type()The type of the strategyThe type of the strategy
-
Felddetails
-
audience
-
authServerAlias
The name of the authorization server alias -
clientId
-
clientRegistration
-
dcrConfig
-
description
-
id
A unique ID for the strategy -
jwtAuthStrategy
-
name
The name of the strategy -
-
secret
-
type
The type of the strategy
-
-
Konstruktordetails
-
OAuth2LocalHSIntrospectionStrategy
Constructs a validated instance ofOAuth2LocalHSIntrospectionStrategy.- Parameter:
spec- the specification to process
-
OAuth2LocalHSIntrospectionStrategy
@Internal public OAuth2LocalHSIntrospectionStrategy(String audience, String authServerAlias, String clientId, ClientRegistration clientRegistration, DynamicClientRegistrationConfig dcrConfig, String description, String id, JWTAuthStrategy jwtAuthStrategy, String name, Node primaryNode, GatewaySecret secret, OAuth2LocalHSIntrospectionStrategy.TypeEnum type) Constructs a validated instance ofOAuth2LocalHSIntrospectionStrategy.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
OAuth2LocalHSIntrospectionStrategy(Consumer)instead.- Parameter:
audience- var.nameauthServerAlias- The name of the authorization server aliasclientId- var.nameclientRegistration- var.namedcrConfig- var.namedescription- var.nameid- A unique ID for the strategyjwtAuthStrategy- var.namename- The name of the strategyprimaryNode- var.namesecret- var.nametype- The type of the strategy
-
OAuth2LocalHSIntrospectionStrategy
protected OAuth2LocalHSIntrospectionStrategy()
-
-
Methodendetails
-
builder
public static OAuth2LocalHSIntrospectionStrategy.OAuth2LocalHSIntrospectionStrategyBuilder builder() -
audience
-
authServerAlias
The name of the authorization server alias -
clientId
-
clientRegistration
-
dcrConfig
-
description
-
id
A unique ID for the strategy -
jwtAuthStrategy
-
name
The name of the strategy -
primaryNode
-
secret
-
type
The type of the strategy -
audience
- Gibt zurück:
this.
-
authServerAlias
The name of the authorization server alias- Gibt zurück:
this.
-
clientId
- Gibt zurück:
this.
-
clientRegistration
- Gibt zurück:
this.
-
dcrConfig
- Gibt zurück:
this.
-
description
- Gibt zurück:
this.
-
id
A unique ID for the strategy- Gibt zurück:
this.
-
jwtAuthStrategy
- Gibt zurück:
this.
-
name
The name of the strategy- Gibt zurück:
this.
-
primaryNode
- Gibt zurück:
this.
-
secret
- Gibt zurück:
this.
-
type
The type of the strategy- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-