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.StreamingOutput
IOException
javax.ws.rs.WebApplicationException
public void clearPassword()
public void close()
close
in interface AutoCloseable
Copyright © 2019. All rights reserved.