Apache CXF API

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

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

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

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

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

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


Apache CXF API

Apache CXF