Package org.hibernate.secure.spi
Class JaccIntegrator
- java.lang.Object
-
- org.hibernate.secure.spi.JaccIntegrator
-
- All Implemented Interfaces:
Integrator,ServiceContributingIntegrator
@Deprecated public class JaccIntegrator extends java.lang.Object implements ServiceContributingIntegrator
Deprecated.Support for JACC will be removed in 6.0Integrator for setting up JACC integration
-
-
Constructor Summary
Constructors Constructor Description JaccIntegrator()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voiddisintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)Deprecated.Tongue-in-cheek name for a shutdown callback.voidintegrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)Deprecated.Perform integration.voidprepareServices(StandardServiceRegistryBuilder serviceRegistryBuilder)Deprecated.Allow the integrator to alter the builder ofServiceRegistry, presumably to register services into it.
-
-
-
Method Detail
-
prepareServices
public void prepareServices(StandardServiceRegistryBuilder serviceRegistryBuilder)
Deprecated.Description copied from interface:ServiceContributingIntegratorAllow the integrator to alter the builder ofServiceRegistry, presumably to register services into it.- Specified by:
prepareServicesin interfaceServiceContributingIntegrator- Parameters:
serviceRegistryBuilder- The build to prepare.
-
integrate
public void integrate(Metadata metadata, SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
Deprecated.Description copied from interface:IntegratorPerform integration.- Specified by:
integratein interfaceIntegrator- Parameters:
metadata- The "compiled" representation of the mapping informationsessionFactory- The session factory being createdserviceRegistry- The session factory's service registry
-
disintegrate
public void disintegrate(SessionFactoryImplementor sessionFactory, SessionFactoryServiceRegistry serviceRegistry)
Deprecated.Description copied from interface:IntegratorTongue-in-cheek name for a shutdown callback.- Specified by:
disintegratein interfaceIntegrator- Parameters:
sessionFactory- The session factory being closed.serviceRegistry- That session factory's service registry
-
-