A C D E G I K L M N P R S T V
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AccessTokenProvider - Class in com.cyberark.conjur.springboot.core.env
-
The type Access token provider.
- AccessTokenProvider() - Constructor for class com.cyberark.conjur.springboot.core.env.AccessTokenProvider
- ACTUATOR_PREFIX - Static variable in class com.cyberark.conjur.springboot.constant.ConjurConstant
-
The constant ACTUATOR_PREFIX.
- afterPropertiesSet() - Method in class com.cyberark.conjur.springboot.processor.ConjurCloudProcessor
C
- com.cyberark.conjur.springboot.annotations - package com.cyberark.conjur.springboot.annotations
- com.cyberark.conjur.springboot.constant - package com.cyberark.conjur.springboot.constant
- com.cyberark.conjur.springboot.core.env - package com.cyberark.conjur.springboot.core.env
- com.cyberark.conjur.springboot.domain - package com.cyberark.conjur.springboot.domain
- com.cyberark.conjur.springboot.processor - package com.cyberark.conjur.springboot.processor
- com.cyberark.conjur.springboot.service - package com.cyberark.conjur.springboot.service
- CONJUR_ACCOUNT - Static variable in class com.cyberark.conjur.springboot.constant.ConjurConstant
-
Environment variable.
- CONJUR_APIKEY_ERROR - Static variable in class com.cyberark.conjur.springboot.constant.ConjurConstant
-
Error Message.
- CONJUR_KIND - Static variable in class com.cyberark.conjur.springboot.constant.ConjurConstant
-
Conjur_Kind.
- CONJUR_MAPPING - Static variable in class com.cyberark.conjur.springboot.constant.ConjurConstant
-
Generic extension for properties define at conjur.properties.
- CONJUR_PREFIX - Static variable in class com.cyberark.conjur.springboot.constant.ConjurConstant
-
The constant CONJUR_PREFIX.
- CONJUR_PROPERTIES - Static variable in class com.cyberark.conjur.springboot.constant.ConjurConstant
-
Custom property file name.
- ConjurCloudProcessor - Class in com.cyberark.conjur.springboot.processor
-
The ValueProcess class will be invoked on boot strap of the applicaiton and will invoke the process chain based on the properties.
- ConjurCloudProcessor(SecretsApi) - Constructor for class com.cyberark.conjur.springboot.processor.ConjurCloudProcessor
- ConjurConfig - Class in com.cyberark.conjur.springboot.core.env
-
This class loads the external configured conjur.properties file and resolves the keys values defined in properties file.
- ConjurConnectionManager - Class in com.cyberark.conjur.springboot.core.env
-
This is the connection creation singleton class with conjur vault by using the conjur java sdk.
- ConjurConnectionManager(AccessTokenProvider) - Constructor for class com.cyberark.conjur.springboot.core.env.ConjurConnectionManager
-
For Getting Connection with conjur vault using cyberark sdk
- ConjurConstant - Class in com.cyberark.conjur.springboot.constant
-
Conjur Spring boot plugin constant file.
- ConjurConstant() - Constructor for class com.cyberark.conjur.springboot.constant.ConjurConstant
- ConjurProperties - Class in com.cyberark.conjur.springboot.domain
-
The type Conjur properties.
- ConjurProperties() - Constructor for class com.cyberark.conjur.springboot.domain.ConjurProperties
- ConjurPropertySource - Class in com.cyberark.conjur.springboot.core.env
-
This class resolves the secret value for give vault path at application load time from the conjur vault.
- ConjurPropertySource - Annotation Type in com.cyberark.conjur.springboot.annotations
-
The @ConjurPropertySource annotation allows you to specify the root of a policy to look up.
- ConjurPropertySource(String) - Constructor for class com.cyberark.conjur.springboot.core.env.ConjurPropertySource
- ConjurPropertySource(String, String, AnnotationMetadata) - Constructor for class com.cyberark.conjur.springboot.core.env.ConjurPropertySource
- ConjurPropertySources - Annotation Type in com.cyberark.conjur.springboot.annotations
-
The @ConjurPropertySources annotation allows you to specify the root of a single or multiple policies to look up.
- ConjurRetrieveSecretService - Class in com.cyberark.conjur.springboot.processor
- ConjurRetrieveSecretService(SecretsApi) - Constructor for class com.cyberark.conjur.springboot.processor.ConjurRetrieveSecretService
- ConjurValue - Annotation Type in com.cyberark.conjur.springboot.annotations
-
The @ConjurValue annotation is a Conjur native annotation intended for new Spring Boot applications.
- ConjurValueClassProcessor - Class in com.cyberark.conjur.springboot.processor
-
Annotation ConjurValues class processor.
- ConjurValueClassProcessor(ConjurRetrieveSecretService) - Constructor for class com.cyberark.conjur.springboot.processor.ConjurValueClassProcessor
- ConjurValues - Annotation Type in com.cyberark.conjur.springboot.annotations
-
The @ConjurValues annotation is a Conjur native annotation intended for new Spring Boot applications.
- CustomPropertySourceChain - Class in com.cyberark.conjur.springboot.service
-
This custom class resolves the secret value at application load time from the conjur vault.
- CustomPropertySourceChain(String) - Constructor for class com.cyberark.conjur.springboot.service.CustomPropertySourceChain
D
- DefaultPropertySourceChain - Class in com.cyberark.conjur.springboot.service
-
This class resolves the secret value at application load time from the conjur vault.
- DefaultPropertySourceChain(String) - Constructor for class com.cyberark.conjur.springboot.service.DefaultPropertySourceChain
E
- ERROR - Static variable in class com.cyberark.conjur.springboot.constant.ConjurConstant
-
The constant ERROR
G
- getAccount() - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Gets account.
- getAccount(SecretsApi) - Static method in class com.cyberark.conjur.springboot.core.env.ConjurConnectionManager
-
Get account string.
- getApplianceUrl() - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Gets appliance url.
- getAuthenticatorId() - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Gets authenticator id.
- getAuthnApiKey() - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Gets auth api key.
- getAuthnLogin() - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Gets authn login.
- getAuthTokenFile() - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Gets auth token file.
- getCertFile() - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Gets cert file.
- getEnvironment() - Method in class com.cyberark.conjur.springboot.annotations.Registrar
- getInstance() - Static method in class com.cyberark.conjur.springboot.core.env.ConjurConfig
- getJwtAccessToken(ApiClient, String, String) - Method in class com.cyberark.conjur.springboot.core.env.AccessTokenProvider
-
Gets jwt access token.
- getJwtTokenPath() - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Gets jwt token path.
- getNewAccessToken(ApiClient) - Method in class com.cyberark.conjur.springboot.core.env.AccessTokenProvider
-
Get new access token access token.
- getProperty(String) - Method in class com.cyberark.conjur.springboot.core.env.ConjurPropertySource
-
Method which resolves @value annotation queries and return result in the form of byte array.
- getProperty(String) - Method in class com.cyberark.conjur.springboot.service.CustomPropertySourceChain
- getProperty(String) - Method in class com.cyberark.conjur.springboot.service.DefaultPropertySourceChain
-
Method which resolves @value annotation queries and return result in the form of byte array.
- getProperty(String) - Method in class com.cyberark.conjur.springboot.service.PropertyProcessorChain
-
Method which resolves @value annotation queries and return result in the form of byte array.
- getPropertyNames() - Method in class com.cyberark.conjur.springboot.core.env.ConjurPropertySource
- getPropertyNames() - Method in class com.cyberark.conjur.springboot.service.CustomPropertySourceChain
- getPropertyNames() - Method in class com.cyberark.conjur.springboot.service.DefaultPropertySourceChain
- getSslCertificate() - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Gets ssl certificate.
I
- ignoreResourceNotFound() - Method in annotation type com.cyberark.conjur.springboot.annotations.ConjurPropertySource
K
- key() - Method in annotation type com.cyberark.conjur.springboot.annotations.ConjurValue
-
Indicates the complete path of the variable.
- keys() - Method in annotation type com.cyberark.conjur.springboot.annotations.ConjurValues
-
Indicates the complete path for multiple keys.
- kind() - Method in annotation type com.cyberark.conjur.springboot.annotations.ConjurValue
- KUBERNETES_PREFIX - Static variable in class com.cyberark.conjur.springboot.constant.ConjurConstant
-
The constant KUBERNETES_PREFIX.
L
- LOGGING_PREFIX - Static variable in class com.cyberark.conjur.springboot.constant.ConjurConstant
-
The constant LOGGING_PREFIX.
M
- mapProperty(String) - Method in class com.cyberark.conjur.springboot.core.env.ConjurConfig
N
- name() - Method in annotation type com.cyberark.conjur.springboot.annotations.ConjurPropertySource
-
Indicates the name of query vault.
- NOT_FOUND - Static variable in class com.cyberark.conjur.springboot.constant.ConjurConstant
-
Not Found message.
P
- postProcessAfterInitialization(Object, String) - Method in class com.cyberark.conjur.springboot.processor.ConjurValueClassProcessor
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.cyberark.conjur.springboot.annotations.Registrar
-
Processes the annotations data.
- postProcessBeanFactory(ConfigurableListableBeanFactory) - Method in class com.cyberark.conjur.springboot.core.env.ConjurConnectionManager
- postProcessBeforeInitialization(Object, String) - Method in class com.cyberark.conjur.springboot.processor.ConjurCloudProcessor
- postProcessBeforeInitialization(Object, String) - Method in class com.cyberark.conjur.springboot.processor.ConjurValueClassProcessor
- PropertyProcessorChain - Class in com.cyberark.conjur.springboot.service
-
PropertySource to be used as a placeholder in cases where an actual property source cannot be eagerly initialized at application context creation time.
- PropertyProcessorChain(String) - Constructor for class com.cyberark.conjur.springboot.service.PropertyProcessorChain
R
- registerBeanDefinitions(AnnotationMetadata, BeanDefinitionRegistry) - Method in class com.cyberark.conjur.springboot.annotations.Registrar
-
This method finds all variables values defined at annotation side and registers then with give bean.
- Registrar - Class in com.cyberark.conjur.springboot.annotations
-
This class helps to get all variables defined on the custom annotation side and registers them with the ConjurPropertySource class for further processing.
- Registrar() - Constructor for class com.cyberark.conjur.springboot.annotations.Registrar
- retriveMultipleSecretsForCustomAnnotation(String[]) - Method in class com.cyberark.conjur.springboot.processor.ConjurRetrieveSecretService
-
This method retrieves multiple secrets for custom annotation's keys.
- retriveSingleSecretForCustomAnnotation(String) - Method in class com.cyberark.conjur.springboot.processor.ConjurRetrieveSecretService
-
This method retrieves single secret for custom annotation's key value.
S
- SERVER_VAR - Static variable in class com.cyberark.conjur.springboot.constant.ConjurConstant
-
The constant SERVER_VAR
- setAccount(String) - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Sets account.
- setApplianceUrl(String) - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Sets appliance url.
- setAuthenticatorId(String) - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Sets authenticator id.
- setAuthnApiKey(String) - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Sets auth api key.
- setAuthnLogin(String) - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Sets authn login.
- setAuthTokenFile(String) - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Sets auth token file.
- setCertFile(String) - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Sets cert file.
- setEnvironment(Environment) - Method in class com.cyberark.conjur.springboot.annotations.Registrar
- setEnvironment(Environment) - Method in class com.cyberark.conjur.springboot.core.env.ConjurConnectionManager
- setEnvironment(Environment) - Method in class com.cyberark.conjur.springboot.processor.ConjurCloudProcessor
- setJwtTokenPath(String) - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Sets jwt token path.
- setNextChain(PropertyProcessorChain) - Method in class com.cyberark.conjur.springboot.service.CustomPropertySourceChain
- setNextChain(PropertyProcessorChain) - Method in class com.cyberark.conjur.springboot.service.DefaultPropertySourceChain
- setNextChain(PropertyProcessorChain) - Method in class com.cyberark.conjur.springboot.service.PropertyProcessorChain
- setSecretsApi(SecretsApi) - Method in class com.cyberark.conjur.springboot.core.env.ConjurPropertySource
-
To set the secert api value
- setSecretsApi(SecretsApi) - Method in class com.cyberark.conjur.springboot.service.CustomPropertySourceChain
- setSslCertificate(String) - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
-
Sets ssl certificate.
- SPRING_UTIL - Static variable in class com.cyberark.conjur.springboot.constant.ConjurConstant
-
The constant SPRING_UTIL
- SPRING_VAR - Static variable in class com.cyberark.conjur.springboot.constant.ConjurConstant
-
The constant SPRING_VAR
- SpringBootConjurAutoConfiguration - Class in com.cyberark.conjur.springboot.processor
- SpringBootConjurAutoConfiguration() - Constructor for class com.cyberark.conjur.springboot.processor.SpringBootConjurAutoConfiguration
T
- toString() - Method in class com.cyberark.conjur.springboot.domain.ConjurProperties
V
- value() - Method in annotation type com.cyberark.conjur.springboot.annotations.ConjurPropertySource
-
Indicate the Vault path(s) of the policy to be retrieved.
- value() - Method in annotation type com.cyberark.conjur.springboot.annotations.ConjurPropertySources
All Classes All Packages