public interface SecurityServiceFactory
SecurityService
.
Usually called with the canonical class name and as such might have to support appropriate (multiple) constructors.Modifier and Type | Method and Description |
---|---|
SecurityService |
getSecurityService()
Returns an instance of the
SecurityService that the factory generates. |
SecurityService getSecurityService() throws java.lang.InstantiationException
SecurityService
that the factory generates.SecurityService
generated by this factory.java.lang.InstantiationException
- if the SecurityService
instance cannot be created.