ariba.ui.aribaweb.util
Interface AWBookmarker.BookmarkEncrypter
- Enclosing class:
- AWBookmarker
public static interface AWBookmarker.BookmarkEncrypter
This interface is intended to be implemented by the Application.
It should provide a way to encrypt the query string of the urls to prevent hacking.
isEncrypted
boolean isEncrypted(AWRequestContext requestContext)
getEncryptedUrl
java.lang.String getEncryptedUrl(java.lang.String url,
java.lang.String queryToAppend)
getDecryptedUrl
java.lang.String getDecryptedUrl(AWRequestContext requestContext)
AribaWeb User Interface Development Framework
Copyright © 2000-2014 Ariba, Inc. All Rights Reserved.