public final class IndirectBasicAuthClientTests extends java.lang.Object implements TestsConstants
IndirectBasicAuthClient class.BAD_USERNAME, BASE64_256_BIT_ENC_SECRET, BASE64_512_BIT_SIG_SECRET, CALLBACK_URL, CLIENT_NAME, CNONCE, DIGEST_AUTHORIZATION_HEADER_VALUE, DIGEST_RESPONSE, EMAIL, FAKE_VALUE, FIRSTNAME, FIRSTNAME_VALUE, GOOD_USERNAME, GOOD_USERNAME2, HEADER_NAME, ID, KEY, LOGIN_URL, MAC_SECRET, MULTIPLE_USERNAME, NAME, NC, NONCE, PAC4J_BASE_URL, PAC4J_URL, PASSWORD, PATH, PREFIX_HEADER, QOP, REALM, ROLE, SALT, SECRET, TICKET, TOKEN, TYPE, URI, USERNAME, VALUE, VERIFIER| Constructor and Description |
|---|
IndirectBasicAuthClientTests() |
| Modifier and Type | Method and Description |
|---|---|
void |
testGetCredentialsBadCredentials() |
void |
testGetCredentialsBadFormatHeader() |
void |
testGetCredentialsGoodCredentials() |
void |
testGetCredentialsMissingHeader() |
void |
testGetCredentialsMissingSemiColon() |
void |
testGetCredentialsNotABasicHeader() |
void |
testHasDefaultProfileCreator() |
void |
testMissingCallbackUrl() |
void |
testMissingProfileCreator() |
void |
testMissingRealm() |
void |
testMissingUsernamePasswordAuthenticator() |
void |
testRedirectionUrl() |
public void testMissingUsernamePasswordAuthenticator()
public void testMissingProfileCreator()
public void testMissingRealm()
public void testHasDefaultProfileCreator()
public void testMissingCallbackUrl()
public void testRedirectionUrl()
public void testGetCredentialsMissingHeader()
public void testGetCredentialsNotABasicHeader()
public void testGetCredentialsBadFormatHeader()
public void testGetCredentialsMissingSemiColon()
public void testGetCredentialsBadCredentials()
public void testGetCredentialsGoodCredentials()
Copyright © 2019. All Rights Reserved.