org.eclipse.net4j.util.security
Class ChallengeNegotiatorConfigurer

java.lang.Object
  extended by org.eclipse.net4j.util.security.ChallengeNegotiatorConfigurer
All Implemented Interfaces:
IElementProcessor

public class ChallengeNegotiatorConfigurer
extends Object
implements IElementProcessor


Constructor Summary
ChallengeNegotiatorConfigurer()
           
 
Method Summary
protected  IRandomizer getRandomizer(IManagedContainer container, String description)
           
protected  String getRandomizerDescription(String description)
           
protected  String getRandomizerType(String description)
           
protected  IUserManager getUserManager(IManagedContainer container, String description)
           
protected  String getUserManagerDescription(String description)
           
protected  String getUserManagerType(String description)
           
 Object process(IManagedContainer container, String productGroup, String factoryType, String description, Object element)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChallengeNegotiatorConfigurer

public ChallengeNegotiatorConfigurer()
Method Detail

process

public Object process(IManagedContainer container,
                      String productGroup,
                      String factoryType,
                      String description,
                      Object element)
Specified by:
process in interface IElementProcessor

getRandomizer

protected IRandomizer getRandomizer(IManagedContainer container,
                                    String description)

getRandomizerType

protected String getRandomizerType(String description)

getRandomizerDescription

protected String getRandomizerDescription(String description)

getUserManager

protected IUserManager getUserManager(IManagedContainer container,
                                      String description)

getUserManagerType

protected String getUserManagerType(String description)

getUserManagerDescription

protected String getUserManagerDescription(String description)


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