public class Oauth2LoginStreamingOutput
extends java.lang.Object
implements javax.ws.rs.core.StreamingOutput, java.lang.AutoCloseable
| Constructor and Description |
|---|
Oauth2LoginStreamingOutput(java.lang.String username,
char[] password) |
Oauth2LoginStreamingOutput(java.lang.String username,
java.lang.CharSequence password) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearPassword()
Clears the contained password's data.
|
void |
close() |
void |
finalize() |
void |
write(java.io.OutputStream output) |
public Oauth2LoginStreamingOutput(java.lang.String username,
java.lang.CharSequence password)
public Oauth2LoginStreamingOutput(java.lang.String username,
char[] password)
public void write(java.io.OutputStream output)
throws java.io.IOException,
javax.ws.rs.WebApplicationException
write in interface javax.ws.rs.core.StreamingOutputjava.io.IOExceptionjavax.ws.rs.WebApplicationExceptionpublic void clearPassword()
public void close()
close in interface java.lang.AutoCloseablepublic void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable