We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db75be1 + 4586eb6 commit 8eb5812Copy full SHA for 8eb5812
core/src/test/java/org/apache/shiro/realm/activedirectory/ActiveDirectoryRealmTest.java
@@ -140,6 +140,7 @@ void testExistingUserSuffix() throws Exception {
140
void testInitialization() {
141
try {
142
// Initialize AD Realm
143
+ @SuppressWarnings("deprecation")
144
Factory<SecurityManager> factory = new IniSecurityManagerFactory(
145
"classpath:org/apache/shiro/realm/activedirectory/AdRealm.withPrincipalSuffix.ini");
146
SecurityUtils.setSecurityManager(factory.getInstance());
0 commit comments