@Provider @Produces(value="application/json") @Consumes(value="application/json") public class CredentialBodyHandler<T extends Credentials> extends Object implements javax.ws.rs.ext.MessageBodyWriter<T>
| Constructor and Description |
|---|
CredentialBodyHandler(javax.ws.rs.core.SecurityContext context) |
| Modifier and Type | Method and Description |
|---|---|
long |
getSize(T object,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
boolean |
isWriteable(Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType) |
void |
writeTo(T object,
Class<?> type,
Type genericType,
Annotation[] annotations,
javax.ws.rs.core.MediaType mediaType,
javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders,
OutputStream entityStream) |
public static final Logger logger
public CredentialBodyHandler(@Context
javax.ws.rs.core.SecurityContext context)
public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<T extends Credentials>public long getSize(T object, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
getSize in interface javax.ws.rs.ext.MessageBodyWriter<T extends Credentials>public void writeTo(T object, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) throws IOException, javax.ws.rs.WebApplicationException
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<T extends Credentials>IOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2014. All rights reserved.