Package | Description |
---|---|
com.oneops.proxy.config | |
com.oneops.proxy.endpoint | |
com.oneops.proxy.security | |
com.oneops.proxy.service | |
com.oneops.proxy.swagger | |
com.oneops.proxy.web |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.CommandLineRunner |
ApplicationConfig.init(OneOpsConfig config)
Show application arguments.
|
KeywhizAutomationClient |
ApplicationConfig.keywhizAutomationClient(OneOpsConfig config,
KeywhizKeyStore keywhizKeyStore)
Returns the keywhiz automation client
|
KeywhizClient |
ApplicationConfig.keywhizClient(OneOpsConfig config,
KeywhizKeyStore keywhizKeyStore)
Returns the keywhiz http client
|
KeywhizKeyStore |
ApplicationConfig.keywhizKeyStore(OneOpsConfig config,
org.springframework.core.io.ResourceLoader loader)
Returns the keystrore for keywhiz server
|
LdapClient |
ApplicationConfig.ldapClient(OneOpsConfig config,
KeywhizKeyStore keywhizKeyStore)
Returns the LDAP client.
|
KeywhizKeyStore |
ApplicationConfig.ldapKeyStore(OneOpsConfig config,
org.springframework.core.io.ResourceLoader loader)
Returns the keystrore for LDAP server
|
org.springframework.boot.web.servlet.ServletRegistrationBean |
EmbeddedServerConfig.registerProxyServlet(OneOpsConfig config)
Configures a custom jetty http proxy servlet based on oneops.proxy.enabled config
property.
|
Constructor and Description |
---|
ListEndPoints(String mgmtContext,
OneOpsConfig config,
List<org.springframework.boot.actuate.endpoint.Endpoint> endpoints) |
Constructor and Description |
---|
CliVersionFilter(OneOpsConfig config) |
JwtTokenService(OneOpsConfig config) |
WebSecurityConfig(LoginAuthProvider loginAuthProvider,
TokenAuthProvider tokenAuthProvider,
org.springframework.security.web.authentication.AuthenticationSuccessHandler successHandler,
org.springframework.security.web.authentication.AuthenticationFailureHandler failureHandler,
RestAuthEntryPoint authEntryPoint,
JwtTokenService jwtTokenService,
com.fasterxml.jackson.databind.ObjectMapper objectMapper,
OneOpsConfig oneOpsConfig,
String mgmtContext,
String mgmtUser,
String mgmtPasswd) |
Constructor and Description |
---|
SecretService(OneOpsConfig config) |
Modifier and Type | Method and Description |
---|---|
springfox.documentation.spring.web.plugins.Docket |
SwaggerConfig.api(OneOpsConfig config)
Controllers API doc.
|
Constructor and Description |
---|
CliController(OneOpsConfig config) |
Copyright © 2018 Walmart, Inc.. All rights reserved.