Klasse OneOfStrategyModel
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.OneOfStrategyModel
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class OneOfStrategyModel
extends Object
OneOfStrategyModel
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected JWTHSAuthStrategy
protected JWTRSAuthStrategy
protected OAuth2RemoteIntrospectionAuthStrategy
protected OpenIDConnectHSAuthStrategy
protected OpenIDConnectRSAuthStrategy
protected OAuth2LocalHSIntrospectionStrategy
protected OAuth2LocalRSIntrospectionStrategy
-
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
OneOfStrategyModel
(JWTHSAuthStrategy JWT_HSA, JWTRSAuthStrategy JWT_RSA, OAuth2RemoteIntrospectionAuthStrategy OAUTH2, OpenIDConnectHSAuthStrategy OAUTH2_LOCAL_HSA, OpenIDConnectRSAuthStrategy OAUTH2_LOCAL_RSA, OAuth2LocalHSIntrospectionStrategy OPENID_CONNECT_HSA, OAuth2LocalRSIntrospectionStrategy OPENID_CONNECT_RSA) Constructs a validated instance ofOneOfStrategyModel
.Constructs a validated instance ofOneOfStrategyModel
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
JWT_HSA()
JWT_HSA
(JWTHSAuthStrategy JWT_HSA) JWT_RSA()
JWT_RSA
(JWTRSAuthStrategy JWT_RSA) OAUTH2()
OAUTH2_LOCAL_HSA
(OpenIDConnectHSAuthStrategy OAUTH2_LOCAL_HSA) OAUTH2_LOCAL_RSA
(OpenIDConnectRSAuthStrategy OAUTH2_LOCAL_RSA) OPENID_CONNECT_HSA
(OAuth2LocalHSIntrospectionStrategy OPENID_CONNECT_HSA) OPENID_CONNECT_RSA
(OAuth2LocalRSIntrospectionStrategy OPENID_CONNECT_RSA) toString()
-
Felddetails
-
JWT_HSA
-
JWT_RSA
-
OAUTH2
-
OAUTH2_LOCAL_HSA
-
OAUTH2_LOCAL_RSA
-
OPENID_CONNECT_HSA
-
OPENID_CONNECT_RSA
-
-
Konstruktordetails
-
OneOfStrategyModel
Constructs a validated instance ofOneOfStrategyModel
.- Parameter:
spec
- the specification to process
-
OneOfStrategyModel
@Internal public OneOfStrategyModel(JWTHSAuthStrategy JWT_HSA, JWTRSAuthStrategy JWT_RSA, OAuth2RemoteIntrospectionAuthStrategy OAUTH2, OpenIDConnectHSAuthStrategy OAUTH2_LOCAL_HSA, OpenIDConnectRSAuthStrategy OAUTH2_LOCAL_RSA, OAuth2LocalHSIntrospectionStrategy OPENID_CONNECT_HSA, OAuth2LocalRSIntrospectionStrategy OPENID_CONNECT_RSA) Constructs a validated instance ofOneOfStrategyModel
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
OneOfStrategyModel(Consumer)
instead.- Parameter:
JWT_HSA
- JWT_HSAJWT_RSA
- JWT_RSAOAUTH2
- OAUTH2OAUTH2_LOCAL_HSA
- OAUTH2_LOCAL_HSAOAUTH2_LOCAL_RSA
- OAUTH2_LOCAL_RSAOPENID_CONNECT_HSA
- OPENID_CONNECT_HSAOPENID_CONNECT_RSA
- OPENID_CONNECT_RSA
-
OneOfStrategyModel
protected OneOfStrategyModel()
-
-
Methodendetails
-
builder
-
JWT_HSA
-
JWT_RSA
-
OAUTH2
-
OAUTH2_LOCAL_HSA
-
OAUTH2_LOCAL_RSA
-
OPENID_CONNECT_HSA
-
OPENID_CONNECT_RSA
-
JWT_HSA
- Gibt zurück:
this
.
-
JWT_RSA
- Gibt zurück:
this
.
-
OAUTH2
- Gibt zurück:
this
.
-
OAUTH2_LOCAL_HSA
- Gibt zurück:
this
.
-
OAUTH2_LOCAL_RSA
- Gibt zurück:
this
.
-
OPENID_CONNECT_HSA
- Gibt zurück:
this
.
-
OPENID_CONNECT_RSA
- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-