Skip navigation links


oracle.iam.platform.authz.vo
Class OESAuthzServiceFactory

java.lang.Object
  extended by oracle.iam.platform.authz.vo.OESAuthzServiceFactory


public class OESAuthzServiceFactory
extends java.lang.Object

Factory to get an instance of OESAuthzService implementation. Used internally by the OIM Authorization layer.


Constructor Summary
OESAuthzServiceFactory()
           

 

Method Summary
static OESAuthzService getOESAuthzService(java.lang.ClassLoader cl)
          Creates and returns an instance of OESAuthzService implementation.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

OESAuthzServiceFactory

public OESAuthzServiceFactory()

Method Detail

getOESAuthzService

public static OESAuthzService getOESAuthzService(java.lang.ClassLoader cl)
                                          throws java.lang.ClassNotFoundException,
                                                 java.lang.InstantiationException,
                                                 java.lang.IllegalAccessException
Creates and returns an instance of OESAuthzService implementation.
Parameters:
cl -
Returns:
OESAuthzService
Throws:
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.