public abstract class SecurityManagerFactory extends Factory
Modifier and Type | Class and Description |
---|---|
static class |
SecurityManagerFactory.Annotation
Deprecated.
As of 4.3 use
SecurityManagerFactory.Default with a description like "realmPath:annotation". |
static class |
SecurityManagerFactory.Default
If the meaning of this type isn't clear, there really should be more of a description here...
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PRODUCT_GROUP |
Constructor and Description |
---|
SecurityManagerFactory(java.lang.String type) |
Modifier and Type | Method and Description |
---|---|
abstract ISecurityManager |
create(java.lang.String realmPath) |
getDescriptionFor, getKey, getProductGroup, getType, toString
public static final java.lang.String PRODUCT_GROUP
public abstract ISecurityManager create(java.lang.String realmPath) throws ProductCreationException
ProductCreationException
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html