List of usage examples for org.apache.shiro.authc.pam ModularRealmAuthenticator subclass-usage
From source file org.eclipse.kapua.service.authentication.shiro.KapuaAuthenticator.java
/**
* Kapua Shiro Authenticator.<br>
* This authenticator provide more significantly exception message in a multi-realm configuration.<br>
* The code is derived from the original {@link ModularRealmAuthenticator} because the <b>default Shiro implementation doesn't support detailed messages in a multirealm configuration.</b>
*
* since 1.0
From source file org.sonatype.nexus.security.authc.FirstSuccessfulModularRealmAuthenticator.java
/**
* This Authenticator will only try to authenticate with each realm.
*
* The first successful AuthenticationInfo found will be returned and other realms will not be queried.
*
* @see ModularRealmAuthenticator
From source file org.sonatype.security.authentication.FirstSuccessfulModularRealmAuthenticator.java
/**
* This Authenticator will only try to authenticate with each realm.
*
* The first successful AuthenticationInfo found will be returned and other realms will not be queried.
*
* @see ModularRealmAuthenticator