org.silverpeas.authentication
Class AuthenticationServiceFactory

java.lang.Object
  extended by org.silverpeas.authentication.AuthenticationServiceFactory

public class AuthenticationServiceFactory
extends Object

A factory of an authentication service. The factory manages the life-cycle of the authentication service instances and wraps the concrete implementation of a such service.

Author:
mmoquillon

Constructor Summary
AuthenticationServiceFactory()
           
 
Method Summary
 AuthenticationService getAuthenticationService()
           
static AuthenticationServiceFactory getFactory()
           
static AuthenticationService getService()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AuthenticationServiceFactory

public AuthenticationServiceFactory()
Method Detail

getFactory

public static final AuthenticationServiceFactory getFactory()

getService

public static final AuthenticationService getService()

getAuthenticationService

public AuthenticationService getAuthenticationService()


Copyright © 2016 Silverpeas. All Rights Reserved.