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 org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void writeLifetime(XMLGregorianCalendar created, XMLGregorianCalendar expires) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionpublic void writeSecurityTokenReference(SecurityTokenReferenceType secRef) throws org.picketlink.common.exceptions.ProcessingException
org.picketlink.common.exceptions.ProcessingExceptionCopyright © 2013 JBoss Inc.. All Rights Reserved.