public class AuthenticatorTest extends Object
| Constructor and Description |
|---|
AuthenticatorTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAES128Cryptor() |
void |
testAES256Cryptor() |
void |
testBadCryptedXMLDocAuthenticator()
The credentials will be read from the juddi-users-encrypted.xml in the test/resources directory
of this module.
|
void |
testBadMD5XMLDocAuthenticator() |
void |
testBadXMLDocAuthenticator()
The credentials will be read from the juddi-users.xml in the test/resources directory
of this module.
|
void |
testCreateJuddiUsers() |
void |
testCreateJuddiUsersEncrypted() |
void |
testCryptedXMLDocAuthenticator()
The credentials will be read from the juddi-users.xml in the test/resources directory
of this module.
|
void |
testDecryptFromConfigXML_Disk_3DES() |
void |
testDecryptFromConfigXML_Disk_AES128() |
void |
testDecryptFromConfigXML_Disk_AES256() |
void |
testDecryptFromConfigXML_Disk_Default() |
void |
testDecryptFromConfigXML_InMemory() |
void |
testDefaultAuthenticator()
The DefaultAuthenticator is basically a pass-through.
|
void |
testDefaultCryptor() |
void |
testMD5XMLDocAuthenticator() |
void |
testTripleDESCryptor() |
void |
testXMLDocAuthenticator()
The credentials will be read from the juddi-users.xml in the test/resources directory
of this module.
|
public void testDefaultAuthenticator()
org.apache.commons.configuration.ConfigurationExceptionpublic void testXMLDocAuthenticator()
public void testBadXMLDocAuthenticator()
throws Exception
public void testCreateJuddiUsersEncrypted()
throws Exception
Exceptionpublic void testCryptedXMLDocAuthenticator()
public void testBadCryptedXMLDocAuthenticator()
throws Exception
public void testMD5XMLDocAuthenticator()
public void testBadMD5XMLDocAuthenticator()
throws Exception
Exceptionpublic void testAES128Cryptor()
public void testTripleDESCryptor()
public void testDefaultCryptor()
public void testAES256Cryptor()
public void testDecryptFromConfigXML_InMemory()
public void testDecryptFromConfigXML_Disk_Default()
public void testDecryptFromConfigXML_Disk_3DES()
public void testDecryptFromConfigXML_Disk_AES128()
public void testDecryptFromConfigXML_Disk_AES256()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.