Most of the CloudFactory versions only have getCloudNode and is then called
getCloud, but yes they are called directly. The getCloudProps can be used
with the cloudcontext security. The class will get the first user in the
admin.properties file.
If the implementation for class security is working then I think that should
become the default one 

Nico 

> -----Oorspronkelijk bericht-----
> Van: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] Namens Kees Jongenburger
> Verzonden: dinsdag 8 februari 2005 12:02
> Aan: [email protected]
> Onderwerp: Re: [Developers] CloudProvider / UserProvider wanted
> 
> 
> Hello Nico.
> 
> are the methods getCloudNode getCloudProp getCloudClass 
> called directely?
> 
> I was thinking of creating a class with only a few methods. a 
> propety file should point to the implementation 
> (node,properties,class)
> 
>     /**
>      * This method should return a cloud that has the role of 
> an anonymous cloud
>      * @return an anonymous MMBase cloud 
>      */
>     public static Cloud getAnonymousCloud(optional servletrequest?) {
> 
>     /**
>      * This is the default method to get an MMBase cloud instance.
> What type of cloud instance is returned depends on the configuration
>      * of the CloudProvider. It should be assumed that the 
> returned cloud instance is suited for the task is will be used.
>      * @return a cloud 
>      */
>     public static Cloud getCloud( optional servletrequest?) {
> 
>     /**
>      * This method should return a cloud that can be used for 
> administration purposes. Possible tasks that could be done 
> with the returned instance
>      * are changing the context of a node or creating system nodes.
>      * @return a cloud with administrator role
>      */
>     public static Cloud getAdminCloud(optional servletrequest?) 
> 
> 
> 
> thanks
> _______________________________________________
> Developers mailing list
> [email protected]
> http://lists.mmbase.org/mailman/listinfo/developers
> 

_______________________________________________
Developers mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/developers

Reply via email to