Class CredentialProvidingPropertySource
- java.lang.Object
-
- org.frankframework.credentialprovider.CredentialProvidingPropertySource
-
- All Implemented Interfaces:
org.apache.tomcat.util.IntrospectionUtils.PropertySource
public class CredentialProvidingPropertySource extends Object implements org.apache.tomcat.util.IntrospectionUtils.PropertySource
Tomcat PropertySource that gets its data from the configured CredentialFactory. Example context.xml configuration attributes: user="${testiaf_user/username}" password="${testiaf_user/password}" Example context.xml configuration attributes with defaults: user="${testiaf_user/username:-default username}" password="${testiaf_user/password:-default password}"- Author:
- Gerrit van Brakel
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_MARKER
-
Constructor Summary
Constructors Constructor Description CredentialProvidingPropertySource()
-
-
-
Field Detail
-
DEFAULT_MARKER
public static final String DEFAULT_MARKER
- See Also:
- Constant Field Values
-
-