Package org.wildfly.security.http.oidc
Class Oidc.EnvUtil
- java.lang.Object
-
- org.wildfly.security.http.oidc.Oidc.EnvUtil
-
- Enclosing class:
- Oidc
public static final class Oidc.EnvUtil extends Object
Replaces any ${} strings with their corresponding system property.- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
-
Constructor Summary
Constructors Modifier Constructor Description privateEnvUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Stringreplace(String val)Replaces any ${} strings with their corresponding system property.
-