Apache CXF API

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

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

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

Subclasses of EncodedString in org.apache.cxf.ws.security.sts.provider.model.secext
 class BinarySecurityTokenType
          A security token that is encoded in binary
 class KeyIdentifierType
          A security token key identifier
 

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

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

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


Apache CXF API

Apache CXF