org.ogf.graap.wsag.client.wsrf.security
Class DefaultSecurityHandler
java.lang.Object
org.ogf.graap.wsag.client.wsrf.security.DefaultSecurityHandler
- All Implemented Interfaces:
- ClientSecurityHandler
public class DefaultSecurityHandler
- extends Object
- implements ClientSecurityHandler
DefaultSecurityHandler
- Author:
- Oliver Waeldrich
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSecurityHandler
public DefaultSecurityHandler()
createHeader
public Element[] createHeader(ISecurityProperties secProperties)
- Default implementation of a wsag4j client security handler. This class does not provide any
functionality at all. Its purpose is to illustrate the usage of a security handler.
- Specified by:
createHeader
in interface ClientSecurityHandler
- Parameters:
secProperties
- the security properties used for creating the SOAP header
- Returns:
- An array of elements, where each element represents a header field that is included in the SOAP
message.
Copyright © 2008-2012. All Rights Reserved.