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