|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.talend.esb.sam.common.handler.impl.PasswordHandler
public class PasswordHandler
Password handler removes xml-tags within the content of the event. The complete tag will be removed with ""
| Constructor Summary | |
|---|---|
PasswordHandler()
Instantiates a new password handler. |
|
| Method Summary | |
|---|---|
List<String> |
getTagnames()
Gets the tagnames. |
void |
handleEvent(Event event)
Replaces all configured elements with a ---replaced--- string. |
void |
setTagnames(List<String> tagnames)
Set a list with names, which should be filtered. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordHandler()
| Method Detail |
|---|
public List<String> getTagnames()
public void setTagnames(List<String> tagnames)
tagnames - the new tagnamespublic void handleEvent(Event event)
handleEvent in interface EventHandlerevent - the event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||