com.ibm.sec.authz.jaccplus.internal
Class OSGiProviderLoader

java.lang.Object
  extended by com.ibm.sec.authz.jaccplus.internal.OSGiProviderLoader

public class OSGiProviderLoader
extends java.lang.Object

Responsible for loading external authorization provider implementations via OSGi.


Method Summary
static IAuthzProvider createProvider()
          Create an instance of the external authz provider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createProvider

public static IAuthzProvider createProvider()
Create an instance of the external authz provider. If not provided by OSGi, this function returns null.

Returns:
IAuthzProvider


Copyright © 2009 IBM Corp. All Rights Reserved.