Apache CXF API

Uses of Class
org.apache.cxf.ws.security.sts.provider.model.secext.PasswordString

Packages that use PasswordString
org.apache.cxf.ws.security.sts.provider.model.secext   
 

Uses of PasswordString in org.apache.cxf.ws.security.sts.provider.model.secext
 

Methods in org.apache.cxf.ws.security.sts.provider.model.secext that return PasswordString
 PasswordString ObjectFactory.createPasswordString()
          Create an instance of PasswordString
 

Methods in org.apache.cxf.ws.security.sts.provider.model.secext that return types with arguments of type PasswordString
 javax.xml.bind.JAXBElement<PasswordString> ObjectFactory.createPassword(PasswordString value)
          Create an instance of JAXBElement<PasswordString>}
 

Methods in org.apache.cxf.ws.security.sts.provider.model.secext with parameters of type PasswordString
 javax.xml.bind.JAXBElement<PasswordString> ObjectFactory.createPassword(PasswordString value)
          Create an instance of JAXBElement<PasswordString>}
 


Apache CXF API

Apache CXF