Possible to access remote EJBs from a custom LoginModule?
        Posted  
        
            by Hank
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hank
        
        
        
        Published on 2010-05-05T11:53:05Z
        Indexed on 
            2010/05/12
            0:14 UTC
        
        
        Read the original article
        Hit count: 620
        
I found some nice hints on how to write a custom realm and loginModule. I'm wondering though if it is possible to access a remote EJB within the custom loginModule.
In my case, I have remote EJBs that provide access to user-entities (via JPA) -- can I use them (e.g. via @EJB annotation)?
© Stack Overflow or respective owner