Uses of Interface
org.apache.ws.security.WsuIdAllocator

Packages that use WsuIdAllocator
org.apache.ws.security   
 

Uses of WsuIdAllocator in org.apache.ws.security
 

Fields in org.apache.ws.security declared as WsuIdAllocator
static WsuIdAllocator WSSConfig.DEFAULT_ID_ALLOCATOR
          The default wsu:Id allocator is a simple "start at 1 and increment up" thing that is very fast.
protected  WsuIdAllocator WSSConfig.idAllocator
           
 

Methods in org.apache.ws.security that return WsuIdAllocator
 WsuIdAllocator WSSConfig.getIdAllocator()
           
 

Methods in org.apache.ws.security with parameters of type WsuIdAllocator
 void WSSConfig.setIdAllocator(WsuIdAllocator idAllocator)
           
 



Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.