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 BPMAuthenticationService
Gets BPMAuthenticationService Instance.static BPMAuthenticationService
getAuthenticationServiceInstance
(String realmName) Gets BPMAuthenticationService Instance.static BPMAuthorizationService
Gets BPMAuthorizationService Instance.static BPMAuthorizationService
getAuthorizationServiceInstance
(String realmName) Gets BPMAuthorizationService Instance.static BPMIdentityConfigService
static BPMIdentityService
Gets BPMAuthenticationService Instance.static BPMIdentityService
getIdentityServiceInstance
(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
-