com.ibm.wsspi.security.authorization.saf

Class SAFAuthorizationServiceFactory

  1. java.lang.Object
  2. extended bycom.ibm.wsspi.security.authorization.saf.SAFAuthorizationServiceFactory

  1. public class SAFAuthorizationServiceFactory
  2. extends java.lang.Object
Factory for obtaining the SAFAuthorizationService.

Constructor Summary

Constructor and Description
SAFAuthorizationServiceFactory()

Method Summary

Modifier and Type Method and Description
  1. static
  2. SAFAuthorizationService
getInstance()
Returns an instance of the SAFAuthorizationService.
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

SAFAuthorizationServiceFactory

  1. public SAFAuthorizationServiceFactory( )

Method Detail

getInstance

  1. public static SAFAuthorizationService getInstance( )
Returns an instance of the SAFAuthorizationService.
Returns:
An instance of SAFAuthorizationService.