public class WSSecurityWriter extends Object
| Constructor and Description |
|---|
WSSecurityWriter(XMLStreamWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
void |
write(UsernameTokenType usernameToken) |
void |
writeLifetime(XMLGregorianCalendar created,
XMLGregorianCalendar expires) |
void |
writeSecurityTokenReference(SecurityTokenReferenceType secRef) |
public WSSecurityWriter(XMLStreamWriter writer)
public void write(UsernameTokenType usernameToken) throws ProcessingException
ProcessingExceptionpublic void writeLifetime(XMLGregorianCalendar created, XMLGregorianCalendar expires) throws ProcessingException
ProcessingExceptionpublic void writeSecurityTokenReference(SecurityTokenReferenceType secRef) throws ProcessingException
ProcessingExceptionCopyright © 2018 JBoss by Red Hat. All rights reserved.