org.picketlink.identity.federation.core.wstrust.writers
Class WSSecurityWriter
java.lang.Object
org.picketlink.identity.federation.core.wstrust.writers.WSSecurityWriter
public class WSSecurityWriter
- extends Object
Write WS-Security Elements
- Since:
- Nov 8, 2010
- Author:
- Anil.Saldhana@redhat.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSSecurityWriter
public WSSecurityWriter(XMLStreamWriter writer)
write
public void write(UsernameTokenType usernameToken)
throws ProcessingException
- Throws:
ProcessingException
writeLifetime
public void writeLifetime(XMLGregorianCalendar created,
XMLGregorianCalendar expires)
throws ProcessingException
- Throws:
ProcessingException
writeSecurityTokenReference
public void writeSecurityTokenReference(SecurityTokenReferenceType secRef)
throws ProcessingException
- Throws:
ProcessingException
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.