|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OwCMISSecurityHandlerInterface
Extended Security Handler interface for web service communication.
This Interface extends the SOAPHandler<SOAPMessageContex> interface
to provide additional information for the
W3C definition of WS-i18n extension.
Keep in mind that the implementing class must have a default constructor.
Alfresco Workdesk
Copyright (c) Alfresco Software, Inc.
All rights reserved.
For licensing information read the license.txt file or
go to: http://wiki.alfresco.com
Field Summary | |
---|---|
static String |
PWD
password key for init map |
static String |
USER
User name key for init map |
static String |
WS_I18N
URI for the international support in web services |
static String |
WS_I18N_PREFIX
prefix for internationalization: i18n |
static String |
WS_SECEXT
URI of the web service security extension |
static String |
WS_SECEXT_PREFIX
prefix for security extension: wsse |
static String |
WS_SECUTILITY
URI of the web service security utility |
static String |
WS_SECUTILITY_PREFIX
prefix for security utility: wsu |
static String |
WS_USER_TOKEN_PROFILE
URI of the web service security user name token profile 1.0 |
Method Summary | |
---|---|
Locale |
getLocale()
Return the defined Locale which should be used by for the SOAP WS-i18n header. |
String |
getTimezoneString()
Deprecated. since 4.0.0.0 use getWsi18nTimeZone() instead |
String |
getWsi18nTimeZone()
Return the Time zone String which should be used in web services header. |
void |
init(Map<String,String> arr_p)
Initial method which is called after instantiation of the Security handler. |
void |
setLocale(Locale locale_p)
Set the Locale which should be provided for WS-i18n localization. |
void |
setTimezoneString(String timeZone_p)
Deprecated. since 4.0.0.0 use setWsi18nTimeZone(TimeZone) or setWsi18nTimeZone(String) instead |
void |
setWsi18nTimeZone(String timeZone_p)
Set the String which should represent the value of the time zone web service header. |
void |
setWsi18nTimeZone(TimeZone timeZone_p)
Transform the provided Timezone into a string which should be used for WSI communication with CMIS system. |
Methods inherited from interface javax.xml.ws.handler.soap.SOAPHandler |
---|
getHeaders |
Methods inherited from interface javax.xml.ws.handler.Handler |
---|
close, handleFault, handleMessage |
Field Detail |
---|
static final String USER
static final String PWD
static final String WS_SECEXT
static final String WS_SECUTILITY
static final String WS_USER_TOKEN_PROFILE
static final String WS_I18N
static final String WS_SECEXT_PREFIX
static final String WS_SECUTILITY_PREFIX
static final String WS_I18N_PREFIX
Method Detail |
---|
void setLocale(Locale locale_p)
locale_p
- Locale to be used, or nullLocale getLocale()
@Deprecated void setTimezoneString(String timeZone_p)
setWsi18nTimeZone(TimeZone)
or setWsi18nTimeZone(String)
instead
deprecated since 4.0.0.0 use setWsi18nTimeZone(TimeZone)
or setWsi18nTimeZone(String)
instead
timeZone_p
- String can be null.void setWsi18nTimeZone(TimeZone timeZone_p)
timeZone_p
- TimeZone can be null.setWsi18nTimeZone(String)
void setWsi18nTimeZone(String timeZone_p)
timeZone_p
- String can be null.@Deprecated String getTimezoneString()
getWsi18nTimeZone()
instead
String getWsi18nTimeZone()
void init(Map<String,String> arr_p)
arr_p
- Map Strings header to value mapping
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |