org.eclipse.net4j.util.security
Class AuthenticatorFactory

java.lang.Object
  extended by org.eclipse.net4j.util.factory.Factory
      extended by org.eclipse.net4j.util.security.AuthenticatorFactory
All Implemented Interfaces:
IFactory
Direct Known Subclasses:
FileAuthenticatorFactory

public abstract class AuthenticatorFactory
extends Factory

Since:
3.3

Field Summary
static String PRODUCT_GROUP
           
 
Constructor Summary
AuthenticatorFactory(String type)
           
 
Method Summary
 
Methods inherited from class org.eclipse.net4j.util.factory.Factory
getDescriptionFor, getKey, getProductGroup, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.net4j.util.factory.IFactory
create
 

Field Detail

PRODUCT_GROUP

public static final String PRODUCT_GROUP
See Also:
Constant Field Values
Constructor Detail

AuthenticatorFactory

public AuthenticatorFactory(String type)


Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.