|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IStreamWorkIntegrationBase
Interface for StreamWork Integration Configuration object
| Field Summary | |
|---|---|
static java.lang.String |
KIND
The Kind used to query for StreamWork Integration Configuration |
static java.lang.String |
PROGID
CrystalEnterprise.StreamWorkIntegration |
| Method Summary | |
|---|---|
java.lang.String |
generateIdPBase64Certificate()
Generate a new certificate for current idp |
java.lang.String |
getHttpProxyHost()
Get the http(s) proxy host name |
int |
getHttpProxyPort()
Get the http(s) proxy port number |
java.lang.String |
getIdPBase64Certificate()
Get the certificate of the current idp |
java.lang.String |
getIdPID()
Get the BOE Identity Provider ID |
boolean |
getIntegrationEnabled()
Check if the StreamWork integration is enabled |
boolean |
getJamIntegrationEnabled()
Check if the Jam integration is enabled |
java.lang.String |
getOAuthConsumerKey()
Get the consumer key of the OAuth application |
java.lang.String |
getSiteUrl()
Get the StreamWork site url |
java.lang.String |
getSpAcsUrl()
Get the StreamWork sp acs url |
java.lang.String |
getSpID()
Get the StreamWork sp id |
java.lang.String |
getSpSloUrl()
Get the StreamWork sp slo url |
boolean |
hasIdPCertificate()
|
boolean |
isHttpProxyEnabled()
Check if a http proxy settings will be used when connect to StreamWork |
void |
setHttpProxyEnabled(boolean bEnabled)
Set the StreamWork http proxy state |
void |
setHttpProxyHost(java.lang.String host)
Set the http(s) proxy host name |
void |
setHttpProxyPort(int port)
Set the http(s) proxy port number |
void |
setIdPID(java.lang.String idpID)
Set the BOE Identity Provider ID |
void |
setIntegrationEnabled(boolean bEnabled)
Set the StreamWork integration state |
void |
setJamIntegrationEnabled(boolean enableJam)
Set the Jam integration state |
void |
setOAuthConsumerKey(java.lang.String key)
Set the consumer key of the OAuth application |
void |
setSiteUrl(java.lang.String siteUrl)
Set the StreamWork site url |
void |
setSpAcsUrl(java.lang.String acsUrl)
Set the StreamWork sp acs url |
void |
setSpID(java.lang.String spId)
Set the StreamWork sp id |
void |
setSpSloUrl(java.lang.String sloUrl)
Set the StreamWork sp |
| Field Detail |
|---|
static final java.lang.String KIND
The Kind used to query for StreamWork Integration Configuration
static final java.lang.String PROGID
CrystalEnterprise.StreamWorkIntegration
| Method Detail |
|---|
boolean hasIdPCertificate()
java.lang.String getIdPBase64Certificate()
throws SDKException
String contains based64 encoded certificate
SDKException - if the corresponding property is not found
java.lang.String generateIdPBase64Certificate()
throws SDKException
String contains the newly generated certificate
SDKException - if there is an error during the certificate generation
java.lang.String getIdPID()
throws SDKException
String contains the BOE Identity Provider ID
SDKException - if the corresponding property is not found
void setIdPID(java.lang.String idpID)
throws SDKException
appKey - the value of the Identity Provider ID
SDKException - if the value is null or empty
java.lang.String getSpID()
throws SDKException
String contains the sp id
SDKException - if the corresponding property is not found
void setSpID(java.lang.String spId)
throws SDKException
spId - the value of the StreamWork sp id
SDKException - if the value is null or empty
java.lang.String getSpAcsUrl()
throws SDKException
String contains the sp acs url
SDKException - if the corresponding property is not found
void setSpAcsUrl(java.lang.String acsUrl)
throws SDKException
acsUrl - the value of the StreamWork sp acs url
SDKException - if the value is null or empty
java.lang.String getSpSloUrl()
throws SDKException
String contains the sp slo url
SDKException - if the corresponding property is not found
void setSpSloUrl(java.lang.String sloUrl)
throws SDKException
sloUrl - the value of the StreamWork sp slo url
SDKException - if the value is null or empty
java.lang.String getSiteUrl()
throws SDKException
String contains the site url
SDKException - if the corresponding property is not found
void setSiteUrl(java.lang.String siteUrl)
throws SDKException
siteUrl - the value of the StreamWork site url
SDKException - if the value is null or empty
boolean getIntegrationEnabled()
throws SDKException
boolean indicates if integration to SteamWork is enabled
SDKException - if the corresponding property is not foundvoid setIntegrationEnabled(boolean bEnabled)
bEnabled - - the value of the integration state
boolean getJamIntegrationEnabled()
throws SDKException
boolean indicates if integration to Jam is enabled
SDKException - if the corresponding property is not foundvoid setJamIntegrationEnabled(boolean enableJam)
enableJam - the value of the integration stateboolean isHttpProxyEnabled()
boolean indicates if proxy settings are enabled,
return false if the corresponding property is not foundvoid setHttpProxyEnabled(boolean bEnabled)
bEnabled - - the value of the http proxy state
java.lang.String getHttpProxyHost()
throws SDKException
String contains the proxy host name
SDKException - if the corresponding property is not found
void setHttpProxyHost(java.lang.String host)
throws SDKException
host - - the value of the proxy host name
SDKException - if the value is null or empty
int getHttpProxyPort()
throws SDKException
int contains the proxy port number
SDKException - if the corresponding property is not found
void setHttpProxyPort(int port)
throws SDKException
port - - the value of the proxy port number
SDKException - if the value is null or empty
java.lang.String getOAuthConsumerKey()
throws SDKException
String contains the consumer key value
SDKException - if the corresponding property is not found
void setOAuthConsumerKey(java.lang.String key)
throws SDKException
key - - the value of the consumer key
SDKException - if the value is null or empty
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||