Constructor and Description |
---|
UsernameTokenProcessor() |
Modifier and Type | Method and Description |
---|---|
List<WSSecurityEngineResult> |
handleToken(Element elem,
RequestData data,
WSDocInfo wsDocInfo) |
Credential |
handleUsernameToken(Element token,
Validator validator,
RequestData data)
Check the UsernameToken element and validate it.
|
public List<WSSecurityEngineResult> handleToken(Element elem, RequestData data, WSDocInfo wsDocInfo) throws WSSecurityException
handleToken
in interface Processor
WSSecurityException
public Credential handleUsernameToken(Element token, Validator validator, RequestData data) throws WSSecurityException
token
- the DOM element that contains the UsernameTokendata
- The RequestData object from which to obtain configurationWSSecurityException
Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.