List of usage examples for org.apache.shiro.authc AuthenticationListener interface-usage
From source file com.kalix.framework.webapp.shiro.LoggingAuthenticationListener.java
/** * @author Harald Wellmann * */ @ShiroIni public class LoggingAuthenticationListener implements AuthenticationListener {
From source file com.thjug.bgile.servlet.AuthenticationListenerImpl.java
/** * * @author @nuboat */ public class AuthenticationListenerImpl implements AuthenticationListener {
From source file io.bootique.shiro.web.mdc.OnAuthMDCInitializer.java
/** * Initializes MDC state after user authentication. * * @since 0.25 */ public class OnAuthMDCInitializer implements AuthenticationListener {
From source file lib.security.PlayAuthenticationListener.java
public class PlayAuthenticationListener implements AuthenticationListener { private static final Logger log = LoggerFactory.getLogger(PlayAuthenticationListener.class); @Override public void onSuccess(AuthenticationToken token, AuthenticationInfo info) { final Http.Session session = Http.Context.current().session();
From source file org.obiba.opal.core.service.security.authc.SubjectProfileAuthenticationListener.java
@Component public class SubjectProfileAuthenticationListener implements AuthenticationListener { private static final Logger log = LoggerFactory.getLogger(SubjectProfileAuthenticationListener.class); @Autowired
From source file org.opendaylight.aaa.shiro.filters.AuthenticationListener.java
/**
* Follows the event-listener pattern; the <code>Authenticator</code> notifies this class about
* authentication attempts. <code>AuthenticationListener</code> logs successful and unsuccessful
* authentication attempts appropriately. Log messages are emitted at the <code>DEBUG</code> log
* level. To enable the messages out of the box, use the following command from karaf:
* <code>log:set DEBUG org.opendaylight.aaa.shiro.authc.AuthenicationListener</code>
From source file org.ops4j.pax.shiro.samples.web.cdi.LoggingAuthenticationListener.java
/** * @author Harald Wellmann * */ @ShiroIni public class LoggingAuthenticationListener implements AuthenticationListener {