|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.cagrid.gaards.websso.utils.ObjectFactory
public class ObjectFactory
A simple object factory which retrieves objects from the pre-configured factory
| Method Summary | |
|---|---|
static java.lang.Object |
getObject(java.lang.String key)
Get Object instance from the classname. |
static void |
initialize(java.lang.String fileName)
Initializes the object factory from the fileName parameter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void initialize(java.lang.String fileName)
fileName parameter
fileName - Name of the file which contains the configuration for the WebSSO
public static java.lang.Object getObject(java.lang.String key)
throws AuthenticationConfigurationException
key - Key representing the class (bean) to be retrieved as configured in the configuration file
ApplicationException
AuthenticationConfigurationException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||