Apache CXF API

Uses of Class
org.apache.cxf.rs.security.oauth.services.OOBAuthorizationResponse

Packages that use OOBAuthorizationResponse
org.apache.cxf.rs.security.oauth.services   
 

Uses of OOBAuthorizationResponse in org.apache.cxf.rs.security.oauth.services
 

Methods in org.apache.cxf.rs.security.oauth.services that return OOBAuthorizationResponse
 OOBAuthorizationResponse OOBResponseProvider.readFrom(Class<OOBAuthorizationResponse> clazz, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap<String,String> headers, InputStream is)
           
 

Methods in org.apache.cxf.rs.security.oauth.services with parameters of type OOBAuthorizationResponse
 long OOBResponseProvider.getSize(OOBAuthorizationResponse t, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
           
 void OOBResponseProvider.writeTo(OOBAuthorizationResponse obj, Class<?> c, Type t, Annotation[] anns, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap<String,Object> headers, OutputStream os)
           
 

Method parameters in org.apache.cxf.rs.security.oauth.services with type arguments of type OOBAuthorizationResponse
 OOBAuthorizationResponse OOBResponseProvider.readFrom(Class<OOBAuthorizationResponse> clazz, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mt, javax.ws.rs.core.MultivaluedMap<String,String> headers, InputStream is)
           
 


Apache CXF API

Apache CXF