Class SAFAuthorizationServiceFactory
- java.lang.Object
-
- com.ibm.wsspi.security.authorization.saf.SAFAuthorizationServiceFactory
-
public class SAFAuthorizationServiceFactory extends java.lang.Object
Factory for obtaining the SAFAuthorizationService.
-
-
Constructor Summary
Constructors Constructor Description SAFAuthorizationServiceFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SAFAuthorizationService
getInstance()
Returns an instance of the SAFAuthorizationService.
-
-
-
Method Detail
-
getInstance
public static SAFAuthorizationService getInstance()
Returns an instance of the SAFAuthorizationService.- Returns:
- An instance of SAFAuthorizationService.
-
-