public class IfxCsmDescriptor
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CSS_CSM_LOADED |
static int |
CSS_CSM_LOADING_ERR |
static int |
CSS_CSM_NOT_LOADED |
Constructor and Description |
---|
IfxCsmDescriptor(java.lang.String csmInfo,
java.io.InputStream in,
java.io.OutputStream out,
java.lang.String locale)
This constuctor takes in csmInfor string which is of form
separated by commas
"class=com.informix.csm.crypto.IfxEncCsm,....."
and separates the class name from it from rest of string
rest of string is stored in init_string
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName() |
java.lang.String |
getInitString() |
boolean |
getSsoEnc() |
java.lang.String |
getSsoString() |
void |
setLoadState(int state) |
public static final int CSS_CSM_NOT_LOADED
public static final int CSS_CSM_LOADED
public static final int CSS_CSM_LOADING_ERR
public IfxCsmDescriptor(java.lang.String csmInfo, java.io.InputStream in, java.io.OutputStream out, java.lang.String locale) throws IfxCSSException
csmInfo
- IfxCSSException