A C D G N P S U

A

AdminPropertiesCloudProvider - Class in net.sf.mmapps.modules.cloudprovider.impl
This CloudProvider reads the admin.properties in the mmbase config and uses the first entry in the file.
AdminPropertiesCloudProvider() - Constructor for class net.sf.mmapps.modules.cloudprovider.impl.AdminPropertiesCloudProvider
 
ALIAS_PROPERTY_NAME - Static variable in class net.sf.mmapps.modules.cloudprovider.impl.UserNodeCloudProvider
The name of the property used to determine the node alias from wich to get credentials.
AUTHENTICATION_METHOD_NAME - Static variable in class net.sf.mmapps.modules.cloudprovider.impl.ConfiguredUsernameAndPasswordCloudProvider
The MMBase authentication method used

C

CLASS_AUTHENTICATION - Static variable in class net.sf.mmapps.modules.cloudprovider.impl.ClassAuthenticationCloudProvider
The MMBase authentication method used
ClassAuthenticationCloudProvider - Class in net.sf.mmapps.modules.cloudprovider.impl
This CloudProvider uses the MMBase class authentication to get an admin cloud.
ClassAuthenticationCloudProvider() - Constructor for class net.sf.mmapps.modules.cloudprovider.impl.ClassAuthenticationCloudProvider
 
CLOUD_PROVIDER_CLASS_PROPERTY_NAME - Static variable in class net.sf.mmapps.modules.cloudprovider.CloudProviderFactory
The name of the property in the CloudProviderFactory.CLOUD_PROVIDER_FACTORY_CONFIGURATION_RESOURCE_NAME the denotes the CloudProvider to use.
CLOUD_PROVIDER_FACTORY_CONFIGURATION_RESOURCE_NAME - Static variable in class net.sf.mmapps.modules.cloudprovider.CloudProviderFactory
The name of the bundle used to configure the cloudproviderfactory
cloudcontextname - Variable in class net.sf.mmapps.modules.cloudprovider.impl.DefaultCloudProvider
 
CLOUDCONTEXTNAME_PROPERTY_NAME - Static variable in class net.sf.mmapps.modules.cloudprovider.impl.DefaultCloudProvider
The name of the property that can be used to set teh cloudcontext name
cloudname - Variable in class net.sf.mmapps.modules.cloudprovider.impl.DefaultCloudProvider
 
CLOUDNAME_PROPERTY_NAME - Static variable in class net.sf.mmapps.modules.cloudprovider.impl.DefaultCloudProvider
The name of the property that can be used to set the cloud name to use
CloudProvider - Interface in net.sf.mmapps.modules.cloudprovider
CloudProvider is a configurable MMBase cloud provider that does not required client to to provide credentials.
CloudProviderFactory - Class in net.sf.mmapps.modules.cloudprovider
Factory for creating CloudProvider instances.
Configurable - Interface in net.sf.mmapps.modules.cloudprovider.impl
Interface to allow Cloud provider implementations to accept configuration
ConfiguredUsernameAndPasswordCloudProvider - Class in net.sf.mmapps.modules.cloudprovider.impl
This CloudProvider logs in to mmbase using a username / password combination.
ConfiguredUsernameAndPasswordCloudProvider() - Constructor for class net.sf.mmapps.modules.cloudprovider.impl.ConfiguredUsernameAndPasswordCloudProvider
 

D

DEFAULT_ALIAS_NAME - Static variable in class net.sf.mmapps.modules.cloudprovider.impl.UserNodeCloudProvider
the default alias name used
DEFAULT_CLOUD_NAME - Static variable in class net.sf.mmapps.modules.cloudprovider.impl.DefaultCloudProvider
The default cloud name to use when acquiring a cloud from MMBase.
DEFAULT_CLOUD_PROVIDER_CLASS - Static variable in class net.sf.mmapps.modules.cloudprovider.CloudProviderFactory
The default cloud provider class used when no property file named CloudProviderFactory.CLOUD_PROVIDER_CLASS_PROPERTY_NAME is found.
DefaultCloudProvider - Class in net.sf.mmapps.modules.cloudprovider.impl
This CloudProvider logs in to MMBase as anonymous user
DefaultCloudProvider() - Constructor for class net.sf.mmapps.modules.cloudprovider.impl.DefaultCloudProvider
 

G

getAdminCloud() - Method in interface net.sf.mmapps.modules.cloudprovider.CloudProvider
This method should return a cloud that can be used for administration purposes.
getAdminCloud() - Method in class net.sf.mmapps.modules.cloudprovider.impl.ClassAuthenticationCloudProvider
 
getAdminCloud() - Method in class net.sf.mmapps.modules.cloudprovider.impl.ConfiguredUsernameAndPasswordCloudProvider
 
getAdminCloud() - Method in class net.sf.mmapps.modules.cloudprovider.impl.DefaultCloudProvider
 
getAdminCloud() - Method in class net.sf.mmapps.modules.cloudprovider.impl.UserNodeCloudProvider
 
getAnonymousCloud() - Method in interface net.sf.mmapps.modules.cloudprovider.CloudProvider
This method should return a cloud that has the role of an anonymous cloud
getAnonymousCloud() - Method in class net.sf.mmapps.modules.cloudprovider.impl.DefaultCloudProvider
 
getCloud() - Method in interface net.sf.mmapps.modules.cloudprovider.CloudProvider
This is the default method to get an MMBase cloud instance.
getCloud() - Method in class net.sf.mmapps.modules.cloudprovider.impl.ClassAuthenticationCloudProvider
 
getCloud() - Method in class net.sf.mmapps.modules.cloudprovider.impl.ConfiguredUsernameAndPasswordCloudProvider
 
getCloud() - Method in class net.sf.mmapps.modules.cloudprovider.impl.DefaultCloudProvider
 
getCloudProvider() - Static method in class net.sf.mmapps.modules.cloudprovider.CloudProviderFactory
static method that is to return a working CloudProvider
getCloudProvider(String) - Static method in class net.sf.mmapps.modules.cloudprovider.CloudProviderFactory
static method which returns a working CloudProvider

N

net.sf.mmapps.modules.cloudprovider - package net.sf.mmapps.modules.cloudprovider
When developing Java applications that make use of MMBase it is often required to get cloud instances.
net.sf.mmapps.modules.cloudprovider.impl - package net.sf.mmapps.modules.cloudprovider.impl
 

P

PASSWORD_PROPERTY_NAME - Static variable in class net.sf.mmapps.modules.cloudprovider.impl.ConfiguredUsernameAndPasswordCloudProvider
The name of the property used to determine the password.

S

setPassword(String) - Method in class net.sf.mmapps.modules.cloudprovider.impl.ConfiguredUsernameAndPasswordCloudProvider
 
setProperty(String, String) - Method in interface net.sf.mmapps.modules.cloudprovider.impl.Configurable
This method will be called when there are extra properties in the resource file for the CloudProvider
setProperty(String, String) - Method in class net.sf.mmapps.modules.cloudprovider.impl.ConfiguredUsernameAndPasswordCloudProvider
Allows the user name and password property to be set
setProperty(String, String) - Method in class net.sf.mmapps.modules.cloudprovider.impl.DefaultCloudProvider
Allows the cloudname and cloudcontextname to be set
setProperty(String, String) - Method in class net.sf.mmapps.modules.cloudprovider.impl.UserNodeCloudProvider
Allows the alias of the admin node to be set
setUsername(String) - Method in class net.sf.mmapps.modules.cloudprovider.impl.ConfiguredUsernameAndPasswordCloudProvider
 

U

USERNAME_PROPERTY_NAME - Static variable in class net.sf.mmapps.modules.cloudprovider.impl.ConfiguredUsernameAndPasswordCloudProvider
The name of the property used to determine the user name.
UserNodeCloudProvider - Class in net.sf.mmapps.modules.cloudprovider.impl
This CloudProvider reads a node in mmbase defined by a alias and uses the account and password field to acquire credentials.
UserNodeCloudProvider() - Constructor for class net.sf.mmapps.modules.cloudprovider.impl.UserNodeCloudProvider
 

A C D G N P S U

Copyright © 2003-2005 mmapps. All Rights Reserved.