Package oracle.tip.pc.services.common
Class ServiceFactory
java.lang.Object
oracle.tip.pc.services.common.ServiceFactory
It is singleton class which return instance of service class
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic BPMAuthenticationServiceGets BPMAuthenticationService Instance.static BPMAuthenticationServicegetAuthenticationServiceInstance(String realmName) Gets BPMAuthenticationService Instance.static BPMAuthorizationServiceGets BPMAuthorizationService Instance.static BPMAuthorizationServicegetAuthorizationServiceInstance(String realmName) Gets BPMAuthorizationService Instance.static BPMIdentityConfigServicestatic BPMIdentityServiceGets BPMAuthenticationService Instance.static BPMIdentityServicegetIdentityServiceInstance(String realmName) Gets BPMAuthenticationService Instance.
-
Field Details
-
SEARCH_FILTER_CLASS
- See Also:
-
-
Constructor Details
-
ServiceFactory
public ServiceFactory()
-
-
Method Details
-
getAuthorizationServiceInstance
Gets BPMAuthorizationService Instance.- Returns:
- BPMAuthorizationService Instance
-
getAuthorizationServiceInstance
Gets BPMAuthorizationService Instance.- Parameters:
realmName- a realm name- Returns:
- BPMAuthorizationService Instance
-
getAuthenticationServiceInstance
Gets BPMAuthenticationService Instance.- Returns:
- BPMAuthenticationService Instance
-
getAuthenticationServiceInstance
Gets BPMAuthenticationService Instance.- Parameters:
realmName- a realm name- Returns:
- BPMAuthenticationService Instance
-
getIdentityServiceInstance
Gets BPMAuthenticationService Instance.- Returns:
- BPMAuthenticationService Instance
-
getIdentityServiceInstance
Gets BPMAuthenticationService Instance.- Parameters:
realmName- a realm name- Returns:
- BPMAuthenticationService Instance
-
getIdentityConfigServiceInstance
-