Class CdiExtension

java.lang.Object
cloud.piranha.micro.core.CdiExtension
All Implemented Interfaces:
javax.enterprise.inject.spi.Extension

public class CdiExtension
extends java.lang.Object
implements javax.enterprise.inject.spi.Extension
This extension registers an identity store in case callers (users) / credentials have been added to it.
Author:
Arjan Tijms
  • Constructor Summary

    Constructors 
    Constructor Description
    CdiExtension()  
  • Method Summary

    Modifier and Type Method Description
    void register​(javax.enterprise.inject.spi.BeforeBeanDiscovery beforeBean, javax.enterprise.inject.spi.BeanManager beanManager)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • register

      public void register​(@Observes javax.enterprise.inject.spi.BeforeBeanDiscovery beforeBean, javax.enterprise.inject.spi.BeanManager beanManager)