org.globus.wsrf.impl.security.authentication.wssec
Class WSSecurityUtil
java.lang.Object
org.globus.wsrf.impl.security.authentication.wssec.WSSecurityUtil
- public class WSSecurityUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSSecurityUtil
public WSSecurityUtil()
getSecurityHeader
public static SOAPHeaderElement getSecurityHeader(SOAPEnvelope env,
String actor)
throws SOAPException
- Returns first WS-Security header for a given actor.
Only one WS-Security header is allowed for an actor.
- Throws:
SOAPException
getSecurityHeader
public static Element getSecurityHeader(Document doc,
String actor)
- Returns the first WS-Security header element for a given actor
Only one WS-Security header is allowed for an actor.
getDirectChild
public static Node getDirectChild(Node fNode,
String localName,
String namespace)
findFirstBodyElement
public static Element findFirstBodyElement(Document doc)
setNamespace
public static String setNamespace(Element element,
String namespace,
String prefix)
Copyright ? 1999-2003 University of Chicago and The University of Southern California. All rights reserved.