public class CXFPortCustomizer extends Object implements org.gatein.wsrp.services.PortCustomizer
| Modifier and Type | Field and Description |
|---|---|
protected static String |
GTN_CURRENT_USER |
protected static String |
GTN_NO_USER |
protected static String |
GTN_USERNAME_TOKEN_IF_AUTHENTICATED |
| Constructor and Description |
|---|
CXFPortCustomizer() |
| Modifier and Type | Method and Description |
|---|---|
void |
customizePort(Object service) |
protected boolean |
handleSpecialProperties(Map<String,Object> propertyMap)
Handles special properties which are specific to our wsrp configuration
|
protected boolean |
handleUserAuthentication(Map<String,Object> propertyMap) |
boolean |
isWSSFocused() |
protected static final String GTN_CURRENT_USER
protected static final String GTN_USERNAME_TOKEN_IF_AUTHENTICATED
protected static final String GTN_NO_USER
public void customizePort(Object service)
customizePort in interface org.gatein.wsrp.services.PortCustomizerpublic boolean isWSSFocused()
isWSSFocused in interface org.gatein.wsrp.services.PortCustomizerprotected boolean handleSpecialProperties(Map<String,Object> propertyMap)
propertyMap - The map of properties to considerCopyright © 2006-2014 GateIn. All Rights Reserved.