public interface SecurityConfiguration
| Modifier and Type | Interface and Description |
|---|---|
static class |
SecurityConfiguration.Default
Default implementation that provides empty initializers, validators,
commit hooks and parameters.
|
| Modifier and Type | Method and Description |
|---|---|
List<? extends CommitHook> |
getCommitHooks(String workspaceName)
Returns the list of commit hooks that need to be executed for the
specified workspace name.
|
Context |
getContext() |
String |
getName()
Returns the name of this security configuration.
|
ConfigurationParameters |
getParameters()
Returns the configuration parameters associated with this security
configuration instance.
|
List<ProtectedItemImporter> |
getProtectedItemImporters() |
RepositoryInitializer |
getRepositoryInitializer()
Returns a repository initializer for this security configuration.
|
List<? extends ValidatorProvider> |
getValidators(String workspaceName,
Set<Principal> principals,
MoveTracker moveTracker)
Returns the list of validators that need to be executed for the specified
workspace name.
|
WorkspaceInitializer |
getWorkspaceInitializer()
Returns a workspace initializer for this security configuration.
|
String getName()
ConfigurationParameters getParameters()
ConfigurationParameters.EMPTY should be returned.WorkspaceInitializer getWorkspaceInitializer()
WorkspaceInitializer.DEFAULT should be returned.WorkspaceInitializer.RepositoryInitializer getRepositoryInitializer()
RepositoryInitializer.DEFAULT should be returned.RepositoryInitializer.List<? extends CommitHook> getCommitHooks(String workspaceName)
workspaceName - The name of the workspace.List<? extends ValidatorProvider> getValidators(String workspaceName, Set<Principal> principals, MoveTracker moveTracker)
workspaceName - The name of the workspace.principals - The set of principals associated with the subject
that is committing modifications.moveTracker - The move tracker associated with the commit.List<ProtectedItemImporter> getProtectedItemImporters()
Context getContext()
"Copyright © 2010 - 2017 Adobe Systems Incorporated. All Rights Reserved"