ch.elca.el4j.tests.services.security.server
Class AuthorizationServer

java.lang.Object
  extended by ch.elca.el4j.tests.services.security.server.AuthorizationServer

public class AuthorizationServer
extends Object

The server part for AuthorizationTestDistributed.

Author:
Andreas Pfenninger (APR)
File-location:
AuthorizationServer
Last check-in date:
2009-08-04 13:59:45 +0200 (Di, 04. Aug 2009) by swismer for revision 3873

Field Summary
private static ConfigurableApplicationContext s_appContext
          The application context.
private static org.slf4j.Logger s_logger
          Logger.
 
Constructor Summary
protected AuthorizationServer()
          Hide constructor.
 
Method Summary
static void close()
          Close the application context after the AuthorizationServer has been used.
static ConfigurableApplicationContext getApplicationContext()
          Returns the Spring Application Context for this Authorization Server.
static void main(String[] args)
          The main method.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

s_logger

private static org.slf4j.Logger s_logger
Logger.


s_appContext

private static ConfigurableApplicationContext s_appContext
The application context.

Constructor Detail

AuthorizationServer

protected AuthorizationServer()
Hide constructor.

Method Detail

main

public static void main(String[] args)
The main method.

Parameters:
args - Command line parameters.

getApplicationContext

public static ConfigurableApplicationContext getApplicationContext()
Returns the Spring Application Context for this Authorization Server.

Returns:
The ApplicationContext for this authorization.

close

public static void close()
Close the application context after the AuthorizationServer has been used.



Copyright © 2005-2011 ELCA. All Rights Reserved.