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.StreamingOutput
java.io.IOException
javax.ws.rs.WebApplicationException
public void clearPassword()
public void close()
close
in interface java.lang.AutoCloseable
public void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable