org.apache.ws.security
Interface WsuIdAllocator


public interface WsuIdAllocator

Interface used for generating unique ID's for elements that need to be addressed by their wsu:Id attribute


Method Summary
 String createId(String prefix, Object o)
           
 String createSecureId(String prefix, Object o)
           
 

Method Detail

createId

String createId(String prefix,
                Object o)

createSecureId

String createSecureId(String prefix,
                      Object o)


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