Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[riena-dev] how to use org.eclipse.riena.security

Dear rienaers,
there are five plugin for riena security
org.eclipse.riena.security.client.startup_2.0.0
org.eclipse.riena.security.common_2.0.0
org.eclipse.riena.security.services_2.0.0
org.eclipse.riena.security.server_2.0.0
org.eclipse.riena.security.simpleservices_2.0.0

question 1:
org.eclipse.riena.internal.security.client.startup.Activator.start()
Register
.remoteProxy(IAuthenticationService.class)
.usingUrl("http://${riena.securehostname}/hessian/AuthenticationService").withProtocol("hessian").andStart(context); //$NON-NLS-1$ //$NON-NLS-2$
how to pass the real hostname to  ${riena.securehostname} ?


question 2:
how to implement my own security server,my user data is stored in mysql database.

question 3:
how to start security server,or project project org.eclipse.riena.security.server_2.0.0 just is a sample.

question 4:
http://wiki.eclipse.org/Riena_Getting_started_security  for riena 2.0  or 1.0?
would you mind give me a sample.

thanks.


--
Android tools site
http://www.goneeded.com


Back to the top