Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF