Skip navigation links
A C D E F G H I L M P R S V 

A

ApplicationConfigSecurity - Class in cn.home1.cloud.config.server.security
Determine whether let user go further by login user and repository name in URL.
ApplicationConfigSecurity() - Constructor for class cn.home1.cloud.config.server.security.ApplicationConfigSecurity
 
ApplicationSecurityAutoConfiguration - Class in cn.home1.cloud.config.server.security
see: https://github.com/spring-projects/spring-boot/issues/12323 see: SecurityAutoConfiguration see: https://spring.io/blog/2017/09/15/security-changes-in-spring-boot-2-0-m4
ApplicationSecurityAutoConfiguration() - Constructor for class cn.home1.cloud.config.server.security.ApplicationSecurityAutoConfiguration
 
authenticationEventPublisher(ApplicationEventPublisher) - Method in class cn.home1.cloud.config.server.security.ApplicationSecurityAutoConfiguration
 

C

checkAuthentication(String, String) - Method in class cn.home1.cloud.config.server.security.ApplicationConfigSecurity
Allow admin user, allow user that name matches repository name
cn.home1.cloud.config.server - package cn.home1.cloud.config.server
 
cn.home1.cloud.config.server.environment - package cn.home1.cloud.config.server.environment
 
cn.home1.cloud.config.server.security - package cn.home1.cloud.config.server.security
 
cn.home1.cloud.config.server.ssh - package cn.home1.cloud.config.server.ssh
 
cn.home1.cloud.config.server.util - package cn.home1.cloud.config.server.util
 
configSecurity() - Method in class cn.home1.cloud.config.server.environment.GitParentSupportConfiguration
 
ConfigSecurity - Class in cn.home1.cloud.config.server.security
 
ConfigSecurity() - Constructor for class cn.home1.cloud.config.server.security.ConfigSecurity
 
ConfigServer - Class in cn.home1.cloud.config.server
see: EnvironmentController see: ConfigServerMvcConfiguration
ConfigServer() - Constructor for class cn.home1.cloud.config.server.ConfigServer
 
ConfigServer.ConfigServerConfiguration - Class in cn.home1.cloud.config.server
 
ConfigServer.HealthIndicatorConfiguration - Class in cn.home1.cloud.config.server
 
ConfigServerConfiguration() - Constructor for class cn.home1.cloud.config.server.ConfigServer.ConfigServerConfiguration
 
configServerHealthIndicator(EnvironmentRepository) - Method in class cn.home1.cloud.config.server.ConfigServer.HealthIndicatorConfiguration
 
configure(OpenSshConfig.Host, Session) - Method in class cn.home1.cloud.config.server.ssh.CustomJschConfigSessionFactory
Deprecated.
 
Consts - Class in cn.home1.cloud.config.server.util
 
Consts() - Constructor for class cn.home1.cloud.config.server.util.Consts
 
CustomJschConfigSessionFactory - Class in cn.home1.cloud.config.server.ssh
Deprecated.
CustomJschConfigSessionFactory(String...) - Constructor for class cn.home1.cloud.config.server.ssh.CustomJschConfigSessionFactory
Deprecated.
 

D

DATA_DIRECTORY - Static variable in class cn.home1.cloud.config.server.util.Consts
 
DeployKey - Class in cn.home1.cloud.config.server.ssh
 
DeployKey(String) - Constructor for class cn.home1.cloud.config.server.ssh.DeployKey
 
DOT_ENV - Static variable in class cn.home1.cloud.config.server.util.Consts
 

E

encryptParentPassword(String, String, String) - Method in class cn.home1.cloud.config.server.ConfigServer
 
encryptParentPassword(String, String, String) - Method in class cn.home1.cloud.config.server.security.ConfigSecurity
Generate a password (token) valid only for given application to access a given parent
environmentRepository(MultipleJGitEnvironmentProperties) - Method in class cn.home1.cloud.config.server.environment.GitParentSupportConfiguration
 
EnvironmentUtils - Class in cn.home1.cloud.config.server.util
 
EnvironmentUtils() - Constructor for class cn.home1.cloud.config.server.util.EnvironmentUtils
 

F

findOne(String, String, String) - Method in class cn.home1.cloud.config.server.environment.GitParentSupportMultipleJGitEnvironmentRepository
 
findResourceFile(String, String) - Static method in class cn.home1.cloud.config.server.util.ResourceUtils
Find resource in classpath and on filesystem, return its path or null (not found)

G

getAdminName() - Method in class cn.home1.cloud.config.server.security.PrivilegedUserProperties
 
getAdminPassword() - Method in class cn.home1.cloud.config.server.security.PrivilegedUserProperties
 
getAdminRoles() - Method in class cn.home1.cloud.config.server.security.PrivilegedUserProperties
 
getApplicationName(Environment) - Static method in class cn.home1.cloud.config.server.util.EnvironmentUtils
 
getConfigPassword(Environment) - Static method in class cn.home1.cloud.config.server.util.EnvironmentUtils
 
getDeployKeyPublic() - Method in class cn.home1.cloud.config.server.ConfigServer
 
getEnvProperty(Environment, String) - Static method in class cn.home1.cloud.config.server.util.EnvironmentUtils
 
getJSch(OpenSshConfig.Host, FS) - Method in class cn.home1.cloud.config.server.ssh.CustomJschConfigSessionFactory
Deprecated.
 
getParentApplication(Environment) - Static method in class cn.home1.cloud.config.server.util.EnvironmentUtils
 
getParentConfigPassword(Environment) - Static method in class cn.home1.cloud.config.server.util.EnvironmentUtils
 
getParentLabel(Environment, String) - Static method in class cn.home1.cloud.config.server.util.EnvironmentUtils
 
getParentProfile(Environment, String) - Static method in class cn.home1.cloud.config.server.util.EnvironmentUtils
Deprecated.
getPrivateKey() - Method in class cn.home1.cloud.config.server.ssh.DeployKey
 
getPrivateKeyPath(String) - Static method in class cn.home1.cloud.config.server.ssh.DeployKey
 
getPrivateKeyPath() - Method in class cn.home1.cloud.config.server.ssh.DeployKey
 
getPublicKey() - Method in class cn.home1.cloud.config.server.ssh.DeployKey
 
getPublicKeyPath() - Method in class cn.home1.cloud.config.server.ssh.DeployKey
 
GitFileConfigUserDetailsService - Class in cn.home1.cloud.config.server.security
config-server-client use the password configured in GIT.
GitFileConfigUserDetailsService() - Constructor for class cn.home1.cloud.config.server.security.GitFileConfigUserDetailsService
 
GitParentSupportConfiguration - Class in cn.home1.cloud.config.server.environment
 
GitParentSupportConfiguration() - Constructor for class cn.home1.cloud.config.server.environment.GitParentSupportConfiguration
 
GitParentSupportMultipleJGitEnvironmentRepository - Class in cn.home1.cloud.config.server.environment
 
GitParentSupportMultipleJGitEnvironmentRepository(ConfigurableEnvironment, MultipleJGitEnvironmentProperties) - Constructor for class cn.home1.cloud.config.server.environment.GitParentSupportMultipleJGitEnvironmentRepository
 

H

HealthIndicatorConfiguration() - Constructor for class cn.home1.cloud.config.server.ConfigServer.HealthIndicatorConfiguration
 

I

index() - Method in class cn.home1.cloud.config.server.ConfigServer
 
init() - Method in class cn.home1.cloud.config.server.security.ConfigSecurity
 

L

loadUserByUsername(String) - Method in class cn.home1.cloud.config.server.security.GitFileConfigUserDetailsService
 

M

main(String...) - Static method in class cn.home1.cloud.config.server.ConfigServer
 

P

PRIVILEGE_ENV_PROFILE_ - Static variable in class cn.home1.cloud.config.server.util.Consts
 
PRIVILEGE_ENV_PROFILE_WILDCARD - Static variable in class cn.home1.cloud.config.server.util.Consts
 
PrivilegedUserProperties - Class in cn.home1.cloud.config.server.security
 
PrivilegedUserProperties() - Constructor for class cn.home1.cloud.config.server.security.PrivilegedUserProperties
 
propertiesBasedSshTransportCallback(MultipleJGitEnvironmentProperties) - Method in class cn.home1.cloud.config.server.ConfigServer.ConfigServerConfiguration
see: MultipleJGitEnvironmentRepositoryFactory

R

ResourceUtils - Class in cn.home1.cloud.config.server.util
 
ResourceUtils() - Constructor for class cn.home1.cloud.config.server.util.ResourceUtils
 
Role - Enum in cn.home1.cloud.config.server.security
 

S

setEncryptorLocator(TextEncryptorLocator) - Method in class cn.home1.cloud.config.server.security.ConfigSecurity
By default, this is a KeyStoreTextEncryptorLocator instance.
setUp(MultipleJGitEnvironmentProperties) - Method in class cn.home1.cloud.config.server.ssh.DeployKey
 

V

valueOf(String) - Static method in enum cn.home1.cloud.config.server.security.Role
Returns the enum constant of this type with the specified name.
values() - Static method in enum cn.home1.cloud.config.server.security.Role
Returns an array containing the constants of this enum type, in the order they are declared.
verifyParentPassword(String, String, String, String) - Method in class cn.home1.cloud.config.server.security.ConfigSecurity
Verify privilege
A C D E F G H I L M P R S V 
Skip navigation links

Copyright © 2018. All rights reserved.