public class Oauth2LoginStreamingOutput extends Object implements javax.ws.rs.core.StreamingOutput, AutoCloseable
| Constructor and Description |
|---|
Oauth2LoginStreamingOutput(String username,
char[] password) |
Oauth2LoginStreamingOutput(String username,
CharSequence password) |
| Modifier and Type | Method and Description |
|---|---|
void |
clearPassword()
Clears the contained password's data.
|
void |
close() |
void |
finalize() |
void |
write(OutputStream output) |
public Oauth2LoginStreamingOutput(String username, CharSequence password)
public Oauth2LoginStreamingOutput(String username, char[] password)
public void write(OutputStream output) throws IOException, javax.ws.rs.WebApplicationException
write in interface javax.ws.rs.core.StreamingOutputIOExceptionjavax.ws.rs.WebApplicationExceptionpublic void clearPassword()
public void close()
close in interface AutoCloseableCopyright © 2019. All rights reserved.