Package overit.geocall.cxf
Class WSSIProperties
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidadds en actionto the action list.booleanvoidputValidator(QName name, org.apache.wss4j.dom.validate.Validator validator) voidsetPasswordCallback(CallbackHandler callbackHandler) voidsetPasswordType(String passwordType) voidvoidvoidMethods inherited from class java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from class java.util.AbstractMap
equals, hashCode, toString
-
Constructor Details
-
WSSIProperties
public WSSIProperties()
-
-
Method Details
-
addAction
adds en actionto the action list.- Parameters:
a- action to be added. The value is from from org.apache.wss4j.common.ConfigurationConstants
-
haveActions
public boolean haveActions() -
setUser
-
setPasswordType
-
setUTAddNonce
public void setUTAddNonce() -
setUTAddCreated
public void setUTAddCreated() -
setPasswordCallback
-
putValidator
-