Klasse SOAPMessageSecurityAlias
java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Alias
io.github.primelib.webmethodsapigateway4j.model.SOAPMessageSecurityAlias
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class SOAPMessageSecurityAlias
extends Alias
SOAPMessageSecurityAlias
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic enumMode of authenticationstatic enumType of authentication that needs to be usedVon Klasse geerbte verschachtelte Klassen/Schnittstellen io.github.primelib.webmethodsapigateway4j.model.Alias
Alias.AliasBuilder, Alias.TypeEnum -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected SOAPMessageSecurityAlias.AuthModeEnumMode of authenticationprotected SOAPMessageSecurityAlias.AuthTypeEnumType of authentication that needs to be usedprotected KerberosCredentialsprotected StringSaml issuer configuration nameprotected SignAndEncryptConfigprotected WssCredentials -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedSOAPMessageSecurityAlias(SOAPMessageSecurityAlias.AuthModeEnum authMode, SOAPMessageSecurityAlias.AuthTypeEnum authType, KerberosCredentials kerberosCredentials, String samlIssuerConfig, SignAndEncryptConfig signAndEncryptConfig, WssCredentials wssCredentials) Constructs a validated instance ofSOAPMessageSecurityAlias.Constructs a validated instance ofSOAPMessageSecurityAlias. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungauthMode()Mode of authenticationMode of authenticationauthType()Type of authentication that needs to be usedType of authentication that needs to be usedprotected booleanbooleaninthashCode()kerberosCredentials(KerberosCredentials kerberosCredentials) Saml issuer configuration namesamlIssuerConfig(String samlIssuerConfig) Saml issuer configuration namesignAndEncryptConfig(SignAndEncryptConfig signAndEncryptConfig) toString()wssCredentials(WssCredentials wssCredentials)
-
Felddetails
-
authMode
Mode of authentication -
authType
Type of authentication that needs to be used -
kerberosCredentials
-
samlIssuerConfig
Saml issuer configuration name -
signAndEncryptConfig
-
wssCredentials
-
-
Konstruktordetails
-
SOAPMessageSecurityAlias
Constructs a validated instance ofSOAPMessageSecurityAlias.- Parameter:
spec- the specification to process
-
SOAPMessageSecurityAlias
@Internal public SOAPMessageSecurityAlias(SOAPMessageSecurityAlias.AuthModeEnum authMode, SOAPMessageSecurityAlias.AuthTypeEnum authType, KerberosCredentials kerberosCredentials, String samlIssuerConfig, SignAndEncryptConfig signAndEncryptConfig, WssCredentials wssCredentials) Constructs a validated instance ofSOAPMessageSecurityAlias.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
SOAPMessageSecurityAlias(Consumer)instead.- Parameter:
authMode- Mode of authenticationauthType- Type of authentication that needs to be usedkerberosCredentials- var.namesamlIssuerConfig- Saml issuer configuration namesignAndEncryptConfig- var.namewssCredentials- var.name
-
SOAPMessageSecurityAlias
protected SOAPMessageSecurityAlias()
-
-
Methodendetails
-
authMode
Mode of authentication -
authType
Type of authentication that needs to be used -
kerberosCredentials
-
samlIssuerConfig
Saml issuer configuration name -
signAndEncryptConfig
-
wssCredentials
-
authMode
Mode of authentication- Gibt zurück:
this.
-
authType
Type of authentication that needs to be used- Gibt zurück:
this.
-
kerberosCredentials
- Gibt zurück:
this.
-
samlIssuerConfig
Saml issuer configuration name- Gibt zurück:
this.
-
signAndEncryptConfig
- Gibt zurück:
this.
-
wssCredentials
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-