Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF