Class ExoHibernateIdentityStoreImpl

java.lang.Object
org.picketlink.idm.impl.store.hibernate.PatchedHibernateIdentityStoreImpl
org.gatein.portal.idm.impl.store.hibernate.ExoHibernateIdentityStoreImpl
All Implemented Interfaces:
Serializable, IdentityStoreSource, org.picketlink.idm.spi.store.AttributeStore, org.picketlink.idm.spi.store.IdentityStore, org.picketlink.idm.spi.store.IdentityStoreSessionFactory

public class ExoHibernateIdentityStoreImpl extends PatchedHibernateIdentityStoreImpl implements org.picketlink.idm.spi.store.IdentityStore, IdentityStoreSource, Serializable
extends the class HibernateIdentityStoreImpl from PicketLink Idm to benefit from its methods in the implementation of isFirstlyCreatedIn() method declared in the IdentityStoreSource interface in order to customize the Hibernate store
See Also:
  • Field Details

    • DEFAULT_REALM_NAME

      public static final String DEFAULT_REALM_NAME
  • Constructor Details

    • ExoHibernateIdentityStoreImpl

      public ExoHibernateIdentityStoreImpl(String id)
  • Method Details

    • isFirstlyCreatedIn

      public boolean isFirstlyCreatedIn(org.picketlink.idm.spi.store.IdentityStoreInvocationContext ctx, org.picketlink.idm.spi.model.IdentityObject identityObject) throws Exception
      Add the implementation of the method isFirstlyCreatedIn() declared in the interface IdentityStoreSource
      Specified by:
      isFirstlyCreatedIn in interface IdentityStoreSource
      Parameters:
      ctx -
      identityObject -
      Returns:
      Throws:
      Exception