Uses of Class
org.jclouds.util.PasswordGenerator.Config
Packages that use PasswordGenerator.Config
Package
Description
-
Uses of PasswordGenerator.Config in org.jclouds.azurecompute.arm.compute.config
Methods in org.jclouds.azurecompute.arm.compute.config that return PasswordGenerator.ConfigModifier and TypeMethodDescriptionprotected PasswordGenerator.Config
AzureComputeServiceContextModule.providePasswordGenerator()
-
Uses of PasswordGenerator.Config in org.jclouds.azurecompute.arm.compute.strategy
Constructors in org.jclouds.azurecompute.arm.compute.strategy with parameters of type PasswordGenerator.ConfigModifierConstructorDescriptionprotected
CreateResourcesThenCreateNodes
(CreateNodeWithGroupEncodedIntoName addNodeWithGroupStrategy, ListNodesStrategy listNodesStrategy, GroupNamingConvention.Factory namingConvention, com.google.common.util.concurrent.ListeningExecutorService userExecutor, CustomizeNodeAndAddToGoodMapOrPutExceptionIntoBadMap.Factory customizeNodeAndAddToGoodMapOrPutExceptionIntoBadMapFactory, AzureComputeApi api, String defaultVnetAddressPrefix, String defaultSubnetAddressPrefix, com.google.common.cache.LoadingCache<ResourceGroupAndNameAndIngressRules, String> securityGroupMap, TemplateToAvailabilitySet templateToAvailabilitySet, PasswordGenerator.Config passwordGenerator, AzurePredicatesModule.NetworkAvailablePredicateFactory networkAvailable) -
Uses of PasswordGenerator.Config in org.jclouds.profitbricks.compute.config
Methods in org.jclouds.profitbricks.compute.config that return PasswordGenerator.ConfigModifier and TypeMethodDescriptionprotected PasswordGenerator.Config
ProfitBricksComputeServiceContextModule.providePasswordGenerator()
-
Uses of PasswordGenerator.Config in org.jclouds.util
Methods in org.jclouds.util that return PasswordGenerator.ConfigModifier and TypeMethodDescriptionPasswordGenerator.Config.count
(int num) PasswordGenerator.Config.exclude
(char[] exclusions) PasswordGenerator.Config.lower()
PasswordGenerator.lower()
Returns the lower case configuration.PasswordGenerator.Config.max
(int num) PasswordGenerator.Config.min
(int num) PasswordGenerator.Config.numbers()
PasswordGenerator.numbers()
Returns the numbers configuration.PasswordGenerator.Config.symbols()
PasswordGenerator.symbols()
Returns the special character configuration.PasswordGenerator.Config.upper()
PasswordGenerator.upper()
Returns the upper case configuration.