org.gcube.soa3.connector.common.security.messages.impl
Class SoapMessageManager

java.lang.Object
  extended by org.gcube.soa3.connector.common.security.messages.impl.SoapMessageManager
All Implemented Interfaces:
MessageManager

public class SoapMessageManager
extends Object
implements MessageManager

Specification of MessageManager class for REST messages

Author:
Ciro Formisano (ENG)

Field Summary
static String BASE64
           
static String BINARY_SECURITY_TOKEN_LABEL
           
static String BINARY_SECURITY_TOKEN_PREFIX
           
static String ENCODING_TYPE_LABEL
           
static String ID_LABEL
           
static String SECURITY_TOKEN
           
static String VALUE_TYPE_LABEL
           
static String WSSE_NAMESPACE
           
 
Constructor Summary
SoapMessageManager(SOAPMessage message)
           
 
Method Summary
 void setCredentials(Credentials credentials)
          Sets the credentials
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BINARY_SECURITY_TOKEN_LABEL

public static final String BINARY_SECURITY_TOKEN_LABEL
See Also:
Constant Field Values

BINARY_SECURITY_TOKEN_PREFIX

public static final String BINARY_SECURITY_TOKEN_PREFIX
See Also:
Constant Field Values

WSSE_NAMESPACE

public static final String WSSE_NAMESPACE
See Also:
Constant Field Values

VALUE_TYPE_LABEL

public static final String VALUE_TYPE_LABEL
See Also:
Constant Field Values

ENCODING_TYPE_LABEL

public static final String ENCODING_TYPE_LABEL
See Also:
Constant Field Values

BASE64

public static final String BASE64
See Also:
Constant Field Values

ID_LABEL

public static final String ID_LABEL
See Also:
Constant Field Values

SECURITY_TOKEN

public static final String SECURITY_TOKEN
See Also:
Constant Field Values
Constructor Detail

SoapMessageManager

public SoapMessageManager(SOAPMessage message)
Method Detail

setCredentials

public void setCredentials(Credentials credentials)
Sets the credentials

Specified by:
setCredentials in interface MessageManager


Copyright © 2013. All Rights Reserved.