|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.OutputStream
hudson.console.LineTransformationOutputStream
com.michelin.cio.hudson.plugins.maskpasswords.MaskPasswordsOutputStream
public class MaskPasswordsOutputStream
Custom output stream which masks a predefined set of passwords.
| Constructor Summary | |
|---|---|
MaskPasswordsOutputStream(java.io.OutputStream logger,
java.util.Collection<java.lang.String> passwords)
|
|
| Method Summary | |
|---|---|
protected void |
eol(byte[] bytes,
int len)
|
| Methods inherited from class hudson.console.LineTransformationOutputStream |
|---|
close, forceEol, write, write |
| Methods inherited from class java.io.OutputStream |
|---|
flush, write |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MaskPasswordsOutputStream(java.io.OutputStream logger,
java.util.Collection<java.lang.String> passwords)
logger - The output stream to which this MaskPasswordsOutputStream
will write topasswords - A collection of Strings to be masked| Method Detail |
|---|
protected void eol(byte[] bytes,
int len)
throws java.io.IOException
eol in class hudson.console.LineTransformationOutputStreamjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||