Package | Description |
---|---|
com.docdoku.core.admin |
Provides configuration classes operative at workspace, platform, ui levels.
|
com.docdoku.core.services |
Business layer classes.
|
Modifier and Type | Method and Description |
---|---|
OperationSecurityStrategy |
PlatformOptions.getRegistrationStrategy() |
OperationSecurityStrategy |
PlatformOptions.getWorkspaceCreationStrategy() |
static OperationSecurityStrategy |
OperationSecurityStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OperationSecurityStrategy[] |
OperationSecurityStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PlatformOptions.setRegistrationStrategy(OperationSecurityStrategy registrationStrategy) |
void |
PlatformOptions.setWorkspaceCreationStrategy(OperationSecurityStrategy workspaceCreationStrategy) |
Modifier and Type | Method and Description |
---|---|
OperationSecurityStrategy |
IPlatformOptionsManagerLocal.getRegistrationStrategy() |
OperationSecurityStrategy |
IPlatformOptionsManagerLocal.getWorkspaceCreationStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
IPlatformOptionsManagerLocal.setRegistrationStrategy(OperationSecurityStrategy strategy) |
void |
IPlatformOptionsManagerLocal.setWorkspaceCreationStrategy(OperationSecurityStrategy strategy) |
Copyright © 2017 DocDoku. All rights reserved.