|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CentraSiteService
CentraSiteService which provides the services like
CentraSiteSession
, which is the entry point for
getting instances of managers like
The CentraSiteService instantiated by using CentraSiteServiceFactory
.
for example :
Method Summary | |
---|---|
void |
close()
Closes a service and releases all resources. |
CentraSiteSession |
createSession()
Creates an anonymous session that is mapped to guest access. if Guest access can be disabled which results that this method will return null |
CentraSiteSession |
createSession(java.util.Collection<java.lang.Object> authentication)
Creates a session based on the passed authentication information which can be Password authentication or SSO information. |
CentraSiteSession |
createSession(java.util.Collection<java.lang.Object> authenticationList,
com.softwareag.centrasite.inmconfiguration.v2.ITomcatSettings tomcatSettings)
Creates a session based on the passed authentication information which can be Password authentication or SSO information. |
CentraSiteSession |
createSession(com.softwareag.centrasite.inmconfiguration.v2.ITomcatSettings tomcatSettings)
Creates an anonymous session that is mapped to guest access. if Guest access can be disabled which results that this method will return null |
Configurator |
getConfigurator()
Returns the default System Configurator |
DiagnosticHandler |
getDiagnosticHandler()
Instantiate the DiagnosticHandler, which is used to notify the diagnostics to the user in case exception occurred during the execution.. |
java.lang.String |
getGuestUserLocale()
this method return the guest user locale |
boolean |
isActiveSoaEdition()
Return whether the server has an ActiveSoaEdition license |
java.lang.String |
requestAccount(java.util.Map<java.lang.Object,java.lang.Object> userInfoMap)
Request for a new CentraSite account. |
Method Detail |
---|
CentraSiteSession createSession() throws CLLException
CLLException
CentraSiteSession createSession(com.softwareag.centrasite.inmconfiguration.v2.ITomcatSettings tomcatSettings) throws CLLException
tomcatSettings
- the Software AG Tomcat Server settings to be used in
INMConfiguration
CLLException
CentraSiteSession createSession(java.util.Collection<java.lang.Object> authentication) throws CLLException
authentication
- in case the authentication is password based authentication ,
this expects java.net.PasswordAutentication object as
parameter
CLLException
CentraSiteSession createSession(java.util.Collection<java.lang.Object> authenticationList, com.softwareag.centrasite.inmconfiguration.v2.ITomcatSettings tomcatSettings) throws CLLException
authenticationList
- in case the authentication is password based authentication ,
this expects java.net.PasswordAutentication object as
parametertomcatSettings
- the Software AG Tomcat Server settings to be used in
INMConfiguration
CLLException
DiagnosticHandler getDiagnosticHandler() throws CLLException
CLLException
java.lang.String getGuestUserLocale() throws CLLException
CLLException
Configurator getConfigurator() throws CLLException
CLLException
void close() throws CLLException
CLLException
java.lang.String requestAccount(java.util.Map<java.lang.Object,java.lang.Object> userInfoMap) throws CLLException
userInfoMap
- A map containing values for UserEmail, FirstName, LastName, ReasonforRequest.
HashMap
CLLException
boolean isActiveSoaEdition() throws CLLException
CLLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |