Class ShiroComponentProducer
java.lang.Object
org.apache.shiro.cdi.ShiroComponentProducer
Exposes Shiro's SecurityManager, Session and Subject via CDI @Inject
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Supplier<T> getPrincipal(javax.enterprise.inject.spi.InjectionPoint injectionPoint) static org.apache.shiro.mgt.SecurityManagerstatic org.apache.shiro.session.Sessionstatic org.apache.shiro.session.Sessionstatic org.apache.shiro.subject.Subject
-
Constructor Details
-
ShiroComponentProducer
public ShiroComponentProducer()
-
-
Method Details
-
getSecurityManager
-
getSubject
-
getSession
-
getSessionNoCreation
@Produces @NoSessionCreation @RequestScoped public static org.apache.shiro.session.Session getSessionNoCreation() -
getPrincipal
@Produces @Principal public static <T> Supplier<T> getPrincipal(javax.enterprise.inject.spi.InjectionPoint injectionPoint)
-