Uses of Enum Class
com.helger.phase4.wss.EWSSVersion
Packages that use EWSSVersion
-
Uses of EWSSVersion in com.helger.phase4.model.pmode.leg
Methods in com.helger.phase4.model.pmode.leg that return EWSSVersionMethods in com.helger.phase4.model.pmode.leg with parameters of type EWSSVersionModifier and TypeMethodDescriptionfinal @NonNull com.helger.base.state.EChangePModeLegSecurity.setWSSVersion(@Nullable EWSSVersion eWSSVersion) Set the WS Security version to use.Constructors in com.helger.phase4.model.pmode.leg with parameters of type EWSSVersionModifierConstructorDescriptionPModeLegSecurity(@Nullable EWSSVersion eWSSVersion, @Nullable com.helger.collection.commons.ICommonsList<String> aX509SignElement, @Nullable com.helger.collection.commons.ICommonsList<String> aX509SignAttachment, @Nullable String sX509SignatureCertificate, @Nullable ECryptoAlgorithmSignDigest eX509SignatureHashFunction, @Nullable ECryptoAlgorithmSign sX509SignatureAlgorithm, @Nullable com.helger.collection.commons.ICommonsList<String> aX509EncryptionEncryptElement, @Nullable com.helger.collection.commons.ICommonsList<String> aX509EncryptionEncryptAttachment, @Nullable String sX509EncryptionCertificate, @Nullable ECryptoAlgorithmCrypt sX509EncryptionAlgorithm, @Nullable Integer aX509EncryptionMinimumStrength, @Nullable String sUsernameTokenUsername, @Nullable String sUsernameTokenPassword, @NonNull com.helger.base.state.ETriState eUsernameTokenDigest, @NonNull com.helger.base.state.ETriState eUsernameTokenNonce, @NonNull com.helger.base.state.ETriState eUsernameTokenCreated, @NonNull com.helger.base.state.ETriState ePModeAuthorize, @NonNull com.helger.base.state.ETriState eSendReceipt, @Nullable EPModeSendReceiptReplyPattern eSendReceiptReplyPattern, @NonNull com.helger.base.state.ETriState eSendReceiptNonRepudiation) -
Uses of EWSSVersion in com.helger.phase4.wss
Methods in com.helger.phase4.wss that return EWSSVersionModifier and TypeMethodDescriptionstatic @Nullable EWSSVersionEWSSVersion.getFromVersionOrDefault(@Nullable String sVersion, @Nullable EWSSVersion eDefault) static @Nullable EWSSVersionEWSSVersion.getFromVersionOrNull(@Nullable String sVersion) static EWSSVersionReturns the enum constant of this class with the specified name.static EWSSVersion[]EWSSVersion.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.helger.phase4.wss with parameters of type EWSSVersionModifier and TypeMethodDescriptionstatic @Nullable EWSSVersionEWSSVersion.getFromVersionOrDefault(@Nullable String sVersion, @Nullable EWSSVersion eDefault)