org.deegree.services.controller
Class CredentialsProviderManager

java.lang.Object
  extended by org.deegree.services.controller.CredentialsProviderManager

public class CredentialsProviderManager
extends Object

Entry point for creating CredentialsProvider instances from XML elements (JAXB objects).

Version:
$Revision: $, $Date: $
Author:
Steffen Thomas, last edited by: $Author: thomas $

Constructor Summary
CredentialsProviderManager()
           
 
Method Summary
static CredentialsProvider create(CredentialsProviderType authentication)
          Creates the authentication method that is specified in the configuration.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CredentialsProviderManager

public CredentialsProviderManager()
Method Detail

create

public static CredentialsProvider create(CredentialsProviderType authentication)
Creates the authentication method that is specified in the configuration.

Parameters:
authentication - is one of the authentication methods that are implemented.
Returns:
the configured CredentialsProvider, never null


Copyright © 2011. All Rights Reserved.