public class ROPUtil extends Object
| Constructor and Description | 
|---|
| ROPUtil() | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | base64(String value)Creates the Base64 value. | 
| static char | encode(long d) | 
| static String | getBasicAuth(String username,
            String password) | 
| static String | getLogConnect(String url,
             String username,
             boolean password) | 
| static String | getLogConnect(String url,
             String username,
             boolean password,
             String sharedSessionName) | 
| static String | getLogDisconnect(String url,
                String username,
                boolean password) | 
| static String | getParamsAsString(Map<String,String> params) | 
Copyright © 2001–2023 Apache Cayenne. All rights reserved.