Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-03


oracle.tip.pc.services.common
Class ServiceFactory

java.lang.Object
  extended by oracle.tip.pc.services.common.ServiceFactory


public class ServiceFactory
extends java.lang.Object

It is singleton class which return instance of service class


Field Summary
static java.lang.String SEARCH_FILTER_CLASS
           

 

Constructor Summary
ServiceFactory()
           

 

Method Summary
static BPMAuthenticationService getAuthenticationServiceInstance()
          Gets BPMAuthenticationService Instance.
static BPMAuthenticationService getAuthenticationServiceInstance(java.lang.String realmName)
          Gets BPMAuthenticationService Instance.
static BPMAuthorizationService getAuthorizationServiceInstance()
          Gets BPMAuthorizationService Instance.
static BPMAuthorizationService getAuthorizationServiceInstance(java.lang.String realmName)
          Gets BPMAuthorizationService Instance.
static BPMIdentityConfigService getIdentityConfigServiceInstance()
           
static BPMIdentityService getIdentityServiceInstance()
          Gets BPMAuthenticationService Instance.
static BPMIdentityService getIdentityServiceInstance(java.lang.String realmName)
          Gets BPMAuthenticationService Instance.

 

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

 

Field Detail

SEARCH_FILTER_CLASS

public static final java.lang.String SEARCH_FILTER_CLASS
See Also:
Constant Field Values

Constructor Detail

ServiceFactory

public ServiceFactory()

Method Detail

getAuthorizationServiceInstance

public static BPMAuthorizationService getAuthorizationServiceInstance()
Gets BPMAuthorizationService Instance.
Returns:
BPMAuthorizationService Instance

getAuthorizationServiceInstance

public static BPMAuthorizationService getAuthorizationServiceInstance(java.lang.String realmName)
Gets BPMAuthorizationService Instance.
Parameters:
realmName - a realm name
Returns:
BPMAuthorizationService Instance

getAuthenticationServiceInstance

public static BPMAuthenticationService getAuthenticationServiceInstance()
Gets BPMAuthenticationService Instance.
Returns:
BPMAuthenticationService Instance

getAuthenticationServiceInstance

public static BPMAuthenticationService getAuthenticationServiceInstance(java.lang.String realmName)
Gets BPMAuthenticationService Instance.
Parameters:
realmName - a realm name
Returns:
BPMAuthenticationService Instance

getIdentityServiceInstance

public static BPMIdentityService getIdentityServiceInstance()
Gets BPMAuthenticationService Instance.
Returns:
BPMAuthenticationService Instance

getIdentityServiceInstance

public static BPMIdentityService getIdentityServiceInstance(java.lang.String realmName)
Gets BPMAuthenticationService Instance.
Parameters:
realmName - a realm name
Returns:
BPMAuthenticationService Instance

getIdentityConfigServiceInstance

public static BPMIdentityConfigService getIdentityConfigServiceInstance()

Skip navigation links

Oracle Fusion Middleware
Workflow Services Java API Reference for Oracle SOA Suite
11g Release 1 (11.1.1)
E10660-03


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