/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Software Foundation.
*
* This code is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
* version 2 for more details (a copy is included in the LICENSE file that
* accompanied this code).
*
* You should have received a copy of the GNU General Public License version
* 2 along with this work; if not, write to the Free Software Foundation,
* Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
*
* Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
* or visit www.oracle.com if you need additional information or have any
* questions.
*/
/*
* @test
* @bug 4873552
* @ignore see run-nosec-wjaas.csh for instructions for how to run this test
*/
/*
* Can set logging to FINEST to view exchange.
*/
public class NoSecurityLayer {
private static boolean auto;
private static boolean verbose = false;
auto = true;
} else {
int i = 0;
i++;
auto = false;
}
}
} else {
}
}
return Sasl.createSaslClient(
}
});
if (verbose) {
}
}
});
throw new IllegalStateException(
"Unable to find client impl for " + MECH);
}
throw new IllegalStateException(
"Unable to find server impl for " + MECH);
}
byte[] response;
byte[] challenge;
new PrivilegedExceptionAction() {
}});
final byte[] responseCopy = response;
new PrivilegedExceptionAction() {
}});
final byte[] challengeCopy = challenge;
new PrivilegedExceptionAction() {
}});
}
}
if (verbose) {
}
} else {
throw new IllegalStateException("FAILURE: mismatched state:" +
}
if (verbose) {
}
// Now try to use security layer
try {
throw new Exception(
} catch (IllegalStateException e) {
// expected
}
try {
throw new Exception(
} catch (IllegalStateException e) {
// expected
}
try {
throw new Exception(
} catch (IllegalStateException e) {
// expected
}
try {
throw new Exception(
} catch (IllegalStateException e) {
// expected
}
}
if (verbose) {
}
try {
// Attempt authentication
// You might want to do this in a "for" loop to give
} catch (LoginException le) {
throw le;
}
return lc.getSubject();
}
}