Klasse SecurityManagerFactory
java.lang.Object
org.eclipse.net4j.util.factory.Factory
org.eclipse.emf.cdo.server.spi.security.SecurityManagerFactory
- Alle implementierten Schnittstellen:
org.eclipse.net4j.util.factory.IFactory,org.eclipse.net4j.util.factory.IFactoryKeyAware
- Bekannte direkte Unterklassen:
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...
- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classVeraltet.static classIf the meaning of this type isn't clear, there really should be more of a description here... -
Feldübersicht
FelderVon Klasse geerbte Felder org.eclipse.net4j.util.factory.Factory
NO_DESCRIPTION -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected ISecurityManagerstatic ISecurityManagerget(org.eclipse.net4j.util.container.IManagedContainer container, String type, String qualifiedDescription) static ISecurityManagerget(org.eclipse.net4j.util.container.IManagedContainer container, String type, String repositoryName, String description) static StringgetQualifiedDescription(String repositoryName, String description) Von Klasse geerbte Methoden org.eclipse.net4j.util.factory.Factory
getDescriptionFor, getFactoryKey, getKey, getProductGroup, getType, productCreationException, productCreationException, setFactoryKey, toString
-
Felddetails
-
PRODUCT_GROUP
- Siehe auch:
-
DESCRIPTION_SEPARATOR
- Seit:
- 4.9
- Siehe auch:
-
-
Konstruktordetails
-
SecurityManagerFactory
-
-
Methodendetails
-
create
public ISecurityManager create(String description) throws org.eclipse.net4j.util.factory.ProductCreationException - Löst aus:
org.eclipse.net4j.util.factory.ProductCreationException
-
create
protected ISecurityManager create(String repositoryName, List<String> description) throws org.eclipse.net4j.util.factory.ProductCreationException - Löst aus:
org.eclipse.net4j.util.factory.ProductCreationException- Seit:
- 4.9
-
getQualifiedDescription
- Seit:
- 4.9
-
get
public static ISecurityManager get(org.eclipse.net4j.util.container.IManagedContainer container, String type, String repositoryName, String description) - Seit:
- 4.9
-
get
public static ISecurityManager get(org.eclipse.net4j.util.container.IManagedContainer container, String type, String qualifiedDescription) - Seit:
- 4.9
-
SecurityManagerFactory.Defaultwith a description like "realmPath:annotation".