Class ServiceFactory

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

public class ServiceFactory extends Object
It is singleton class which return instance of service class
  • Field Details

  • Constructor Details

    • ServiceFactory

      public ServiceFactory()
  • Method Details

    • getAuthorizationServiceInstance

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

      public static BPMAuthorizationService getAuthorizationServiceInstance(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(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(String realmName)
      Gets BPMAuthenticationService Instance.
      Parameters:
      realmName - a realm name
      Returns:
      BPMAuthenticationService Instance
    • getIdentityConfigServiceInstance

      public static BPMIdentityConfigService getIdentityConfigServiceInstance()