public class UsernameTokenProfile extends WSSecurityToken implements CallbackHandler
| Modifier and Type | Field and Description |
|---|---|
protected String |
passwd |
protected String |
user |
| Constructor and Description |
|---|
UsernameTokenProfile(String user,
String passwd,
boolean encryptedPassword) |
| Modifier and Type | Method and Description |
|---|---|
void |
addSecurity(WSSecurityCredential credential) |
void |
handle(Callback[] callbacks) |
handleSecuritypublic void addSecurity(WSSecurityCredential credential)
public void handle(Callback[] callbacks) throws IOException, UnsupportedCallbackException
handle in interface CallbackHandlerIOExceptionUnsupportedCallbackExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.