Uses of Interface
org.apache.wss4j.dom.WsuIdAllocator
-
Packages that use WsuIdAllocator Package Description org.apache.wss4j.dom.engine org.apache.wss4j.dom.message -
-
Uses of WsuIdAllocator in org.apache.wss4j.dom.engine
Fields in org.apache.wss4j.dom.engine declared as WsuIdAllocator Modifier and Type Field Description static WsuIdAllocatorWSSConfig. DEFAULT_ID_ALLOCATORprotected WsuIdAllocatorWSSConfig. idAllocatorMethods in org.apache.wss4j.dom.engine that return WsuIdAllocator Modifier and Type Method Description WsuIdAllocatorWSSConfig. getIdAllocator()Methods in org.apache.wss4j.dom.engine with parameters of type WsuIdAllocator Modifier and Type Method Description voidWSSConfig. setIdAllocator(WsuIdAllocator idAllocator) -
Uses of WsuIdAllocator in org.apache.wss4j.dom.message
Methods in org.apache.wss4j.dom.message that return WsuIdAllocator Modifier and Type Method Description WsuIdAllocatorEncryptor. getIdAllocator()WsuIdAllocatorWSSecBase. getIdAllocator()Methods in org.apache.wss4j.dom.message with parameters of type WsuIdAllocator Modifier and Type Method Description voidEncryptor. setIdAllocator(WsuIdAllocator idAllocator)voidWSSecBase. setIdAllocator(WsuIdAllocator idAllocator)
-