Interface SecurityServiceFactory


  • public interface SecurityServiceFactory
    SecurityServiceFactory is a factory to generate all the supporting cast required to instantiate a SecurityService.

    Usually called with the canonical class name and as such might have to support appropriate (multiple) constructors.

    • Method Detail

      • getSecurityService

        SecurityService getSecurityService()
                                    throws java.lang.InstantiationException
        Returns an instance of the SecurityService that the factory generates.
        Returns:
        an instance of SecurityService generated by this factory.
        Throws:
        java.lang.InstantiationException - if the SecurityService instance cannot be created.