Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF