Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
update to managed-beans.xml
Browse files Browse the repository at this point in the history
smartcloudform removed
  • Loading branch information
prb112 committed Jul 13, 2015
1 parent e11bf37 commit 67cf0cf
Showing 1 changed file with 2 additions and 29 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<managed-bean-scope>application</managed-bean-scope>
<managed-property>
<property-name>endpoints</property-name>
<value>connections,connectionsOA2,connectionsSSO,smartcloud,smartcloudOA2,smartcloudBasic,smartcloudForm,smartcloudC1,domino,acmeAir,conAcmeApp,dropbox,twitter</value>
<value>connections,connectionsOA2,connectionsSSO,smartcloud,smartcloudOA2,smartcloudBasic,smartcloudC1,domino,acmeAir,conAcmeApp,dropbox,twitter</value>
</managed-property>
<managed-property>
<property-name>properties</property-name>
Expand Down Expand Up @@ -109,7 +109,7 @@
<managed-bean-scope>application</managed-bean-scope>
<managed-property>
<property-name>endpoints</property-name>
<value>smartcloud:connections,smartcloud,smartcloudOA2,smartcloudBasic,smartcloudForm</value>
<value>smartcloud:connections,smartcloud,smartcloudOA2,smartcloudBasic</value>
</managed-property>
<managed-property>
<property-name>properties</property-name>
Expand Down Expand Up @@ -573,33 +573,6 @@
</managed-property>
</managed-bean>

<!-- SmartCloud FormBased endpoint -->
<managed-bean>
<managed-bean-name>smartcloudForm</managed-bean-name>
<managed-bean-class>com.ibm.sbt.services.endpoints.SmartCloudFormEndpoint</managed-bean-class>
<managed-bean-scope>session</managed-bean-scope>
<managed-property>
<property-name>url</property-name>
<value>%{smartcloud.form.url}</value>
</managed-property>
<managed-property>
<property-name>credentialStore</property-name>
<value>CredStore</value>
</managed-property>
<managed-property>
<property-name>authenticationPage</property-name>
<value>/sbt/loginForm.html?endpoint=smartcloudForm</value>
</managed-property>
<managed-property>
<property-name>authenticationService</property-name>
<value>communities/service/atom/communities/my</value>
</managed-property>
<!-- Trust the connection -->
<managed-property>
<property-name>forceTrustSSLCertificate</property-name>
<value>true</value>
</managed-property>
</managed-bean>

<!-- Domino -->
<managed-bean>
Expand Down

0 comments on commit 67cf0cf

Please sign in to comment.