org.ogf.graap.wsag.client.wsrf.security
Class DefaultSecurityHandler

java.lang.Object
  extended by org.ogf.graap.wsag.client.wsrf.security.DefaultSecurityHandler
All Implemented Interfaces:
ClientSecurityHandler

public class DefaultSecurityHandler
extends Object
implements ClientSecurityHandler

DefaultSecurityHandler

Author:
Oliver Waeldrich

Field Summary
 
Fields inherited from interface org.ogf.graap.wsag.client.wsrf.security.ClientSecurityHandler
CLIENT_SECURITY_PROPERTIES
 
Constructor Summary
DefaultSecurityHandler()
           
 
Method Summary
 Element[] createHeader(ISecurityProperties secProperties)
          Default implementation of a wsag4j client security handler.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSecurityHandler

public DefaultSecurityHandler()
Method Detail

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.