Class ZnaiEnterpriseConfig
- java.lang.Object
-
- org.testingisdocumenting.znai.enterprise.ZnaiEnterpriseConfig
-
public class ZnaiEnterpriseConfig extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ZnaiEnterpriseConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAuthzGroupsResolutionType()org.testingisdocumenting.znai.server.auth.AuthorizationRequestLinkgetAuthzRequestLink()java.nio.file.PathgetDocStorageRoot()java.nio.file.PathgetFsMonitorConfigPath()
-
-
-
Method Detail
-
getFsMonitorConfigPath
public java.nio.file.Path getFsMonitorConfigPath()
-
getDocStorageRoot
public java.nio.file.Path getDocStorageRoot()
-
getAuthzGroupsResolutionType
public java.lang.String getAuthzGroupsResolutionType()
-
getAuthzRequestLink
public org.testingisdocumenting.znai.server.auth.AuthorizationRequestLink getAuthzRequestLink()
-
-