Uses of Interface
org.apache.sling.commons.crypto.PasswordProvider
-
Packages that use PasswordProvider Package Description org.apache.sling.commons.crypto.internal Provides provider implementations of the Apache Sling Commons Crypto API. -
-
Uses of PasswordProvider in org.apache.sling.commons.crypto.internal
Classes in org.apache.sling.commons.crypto.internal that implement PasswordProvider Modifier and Type Class Description class
EnvironmentVariablePasswordProvider
Provider of passwords from environment variables.class
FilePasswordProvider
Provider of passwords from files.
-