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