org.ogf.graap.wsag.client.wsrf.security
Interface ClientSecurityHandler

All Known Implementing Classes:
DefaultSecurityHandler

public interface ClientSecurityHandler

SecurityHandler

Author:
Oliver Waeldrich

Field Summary
static String CLIENT_SECURITY_PROPERTIES
          Deprecated. 
 
Method Summary
 Element[] createHeader(ISecurityProperties secProperties)
          Creates additional SOAP headers that are included in a message.
 

Field Detail

CLIENT_SECURITY_PROPERTIES

@Deprecated
static final String CLIENT_SECURITY_PROPERTIES
Deprecated. 
Key to lookup WSAG4J client securities.

See Also:
Constant Field Values
Method Detail

createHeader

Element[] createHeader(ISecurityProperties secProperties)
Creates additional SOAP headers that are included in a message.

Parameters:
secProperties - the security properties used for creating the SOAP header
Returns:
additional SOAP headers
Throws:
SecurityException


Copyright © 2008-2012. All Rights Reserved.