Uses of Class
org.apache.wss4j.policy.model.AlgorithmSuite.SOAPNormType
-
Packages that use AlgorithmSuite.SOAPNormType Package Description org.apache.wss4j.policy.model -
-
Uses of AlgorithmSuite.SOAPNormType in org.apache.wss4j.policy.model
Methods in org.apache.wss4j.policy.model that return AlgorithmSuite.SOAPNormType Modifier and Type Method Description AlgorithmSuite.SOAPNormTypeAlgorithmSuite. getSoapNormType()static AlgorithmSuite.SOAPNormTypeAlgorithmSuite.SOAPNormType. lookUp(String name)static AlgorithmSuite.SOAPNormTypeAlgorithmSuite.SOAPNormType. valueOf(String name)Returns the enum constant of this type with the specified name.static AlgorithmSuite.SOAPNormType[]AlgorithmSuite.SOAPNormType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wss4j.policy.model with parameters of type AlgorithmSuite.SOAPNormType Modifier and Type Method Description protected voidAlgorithmSuite. setSoapNormType(AlgorithmSuite.SOAPNormType soapNormType)
-