Class SecurityManagerFactory
java.lang.Object
org.eclipse.net4j.util.factory.Factory
org.eclipse.emf.cdo.server.spi.security.SecurityManagerFactory
- All Implemented Interfaces:
org.eclipse.net4j.util.factory.IFactory
,org.eclipse.net4j.util.factory.IFactoryKeyAware
- Direct Known Subclasses:
SecurityManagerFactory.Annotation
,SecurityManagerFactory.Default
public abstract class SecurityManagerFactory
extends org.eclipse.net4j.util.factory.Factory
If the meaning of this type isn't clear, there really should be more of a description here...
- Author:
- Eike Stepper
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
Deprecated.static class
If the meaning of this type isn't clear, there really should be more of a description here... -
Field Summary
Fields inherited from class org.eclipse.net4j.util.factory.Factory
NO_DESCRIPTION
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected ISecurityManager
static ISecurityManager
get
(org.eclipse.net4j.util.container.IManagedContainer container, String type, String qualifiedDescription) static ISecurityManager
get
(org.eclipse.net4j.util.container.IManagedContainer container, String type, String repositoryName, String description) static String
getQualifiedDescription
(String repositoryName, String description) Methods inherited from class org.eclipse.net4j.util.factory.Factory
getDescriptionFor, getFactoryKey, getKey, getProductGroup, getType, productCreationException, productCreationException, setFactoryKey, toString
-
Field Details
-
PRODUCT_GROUP
- See Also:
-
DESCRIPTION_SEPARATOR
- Since:
- 4.9
- See Also:
-
-
Constructor Details
-
SecurityManagerFactory
-
-
Method Details
-
create
public ISecurityManager create(String description) throws org.eclipse.net4j.util.factory.ProductCreationException - Throws:
org.eclipse.net4j.util.factory.ProductCreationException
-
create
protected ISecurityManager create(String repositoryName, List<String> description) throws org.eclipse.net4j.util.factory.ProductCreationException - Throws:
org.eclipse.net4j.util.factory.ProductCreationException
- Since:
- 4.9
-
getQualifiedDescription
- Since:
- 4.9
-
get
public static ISecurityManager get(org.eclipse.net4j.util.container.IManagedContainer container, String type, String repositoryName, String description) - Since:
- 4.9
-
get
public static ISecurityManager get(org.eclipse.net4j.util.container.IManagedContainer container, String type, String qualifiedDescription) - Since:
- 4.9
-
SecurityManagerFactory.Default
with a description like "realmPath:annotation".