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.


Method Summary
 String getDecryptedUrl(AWRequestContext requestContext)
           
 String getEncryptedUrl(String url, String queryToAppend)
           
 boolean isEncrypted(AWRequestContext requestContext)
           
 

Method Detail

isEncrypted

boolean isEncrypted(AWRequestContext requestContext)

getEncryptedUrl

String getEncryptedUrl(String url,
                       String queryToAppend)

getDecryptedUrl

String getDecryptedUrl(AWRequestContext requestContext)


AribaWeb User Interface Development Framework
Copyright © 2000-2009 Ariba, Inc. All Rights Reserved.