Package org.forgerock.openig.config.env
Different
Environment implementations.
- Platform default (unix and windows style)
- Web style (conf provided from servlet's init-param)
-
Class Summary Class Description DefaultEnvironment Reify the normal environment structure with pre-configured shortcuts.EnvironmentDelegate Environment delegate, particularly useful to share a default implementation.PlatformEnvironment Delegates to a unix or windows type environment depending on the OS.UnixEnvironment Represents a UNIX default environment.WindowsEnvironment Represents a Windows default environment.