Class SingleTextEncryptorLocator
- java.lang.Object
-
- org.springframework.cloud.config.server.encryption.SingleTextEncryptorLocator
-
- All Implemented Interfaces:
TextEncryptorLocator
public class SingleTextEncryptorLocator extends Object implements TextEncryptorLocator
- Author:
- Bartosz Wojtkiewicz, Dave Syer
-
-
Constructor Summary
Constructors Constructor Description SingleTextEncryptorLocator(org.springframework.security.crypto.encrypt.TextEncryptor encryptor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.crypto.encrypt.TextEncryptorlocate(Map<String,String> keys)
-
-
-
Method Detail
-
locate
public org.springframework.security.crypto.encrypt.TextEncryptor locate(Map<String,String> keys)
- Specified by:
locatein interfaceTextEncryptorLocator
-
-