C D F G H I O P R S T W X 
All Classes All Packages

C

CookieClientTests - Class in org.pac4j.http.client.direct
This class tests the CookieClient class.
CookieClientTests() - Constructor for class org.pac4j.http.client.direct.CookieClientTests
 

D

defineResponse(String, ServerResponse) - Method in class org.pac4j.http.test.tools.WebServer
 
DigestExtractorTests - Class in org.pac4j.http.credentials.extractor
This class tests the DigestAuthExtractor
DigestExtractorTests() - Constructor for class org.pac4j.http.credentials.extractor.DigestExtractorTests
 
DirectBasicAuthClientTests - Class in org.pac4j.http.client.direct
This class tests the DirectBasicAuthClient class.
DirectBasicAuthClientTests() - Constructor for class org.pac4j.http.client.direct.DirectBasicAuthClientTests
 
DirectBearerAuthClientTests - Class in org.pac4j.http.client.direct
This class tests the DirectBearerAuthClient class.
DirectBearerAuthClientTests() - Constructor for class org.pac4j.http.client.direct.DirectBearerAuthClientTests
 
DirectDigestAuthClientTests - Class in org.pac4j.http.client.direct
This class tests the DirectDigestAuthClient class.
DirectDigestAuthClientTests() - Constructor for class org.pac4j.http.client.direct.DirectDigestAuthClientTests
 
DirectFormClientTests - Class in org.pac4j.http.client.direct
This class tests the DirectFormClient class.
DirectFormClientTests() - Constructor for class org.pac4j.http.client.direct.DirectFormClientTests
 

F

FormClientTests - Class in org.pac4j.http.client.indirect
This class tests the FormClient class.
FormClientTests() - Constructor for class org.pac4j.http.client.indirect.FormClientTests
 

G

getBody() - Method in class org.pac4j.http.test.tools.ServerResponse
 
getMimeType() - Method in class org.pac4j.http.test.tools.ServerResponse
 
getStatus() - Method in class org.pac4j.http.test.tools.ServerResponse
 

H

HeaderClientTests - Class in org.pac4j.http.client.direct
This class tests the HeaderClient class.
HeaderClientTests() - Constructor for class org.pac4j.http.client.direct.HeaderClientTests
 

I

IndirectBasicAuthClientTests - Class in org.pac4j.http.client.indirect
This class tests the IndirectBasicAuthClient class.
IndirectBasicAuthClientTests() - Constructor for class org.pac4j.http.client.indirect.IndirectBasicAuthClientTests
 
IpClientTests - Class in org.pac4j.http.client.direct
This class tests the IpClient class.
IpClientTests() - Constructor for class org.pac4j.http.client.direct.IpClientTests
 
IpExtractorTests - Class in org.pac4j.http.credentials.extractor
This class tests the IpExtractor.
IpExtractorTests() - Constructor for class org.pac4j.http.credentials.extractor.IpExtractorTests
 
IpRegexpAuthenticatorTests - Class in org.pac4j.http.credentials.authenticator
This class tests the IpRegexpAuthenticator.
IpRegexpAuthenticatorTests() - Constructor for class org.pac4j.http.credentials.authenticator.IpRegexpAuthenticatorTests
 
IpRegexpAuthorizerTests - Class in org.pac4j.http.authorization.authorizer
This class tests the IpRegexpAuthorizer.
IpRegexpAuthorizerTests() - Constructor for class org.pac4j.http.authorization.authorizer.IpRegexpAuthorizerTests
 

O

org.pac4j.http.authorization.authorizer - package org.pac4j.http.authorization.authorizer
 
org.pac4j.http.authorization.generator - package org.pac4j.http.authorization.generator
 
org.pac4j.http.client.direct - package org.pac4j.http.client.direct
 
org.pac4j.http.client.indirect - package org.pac4j.http.client.indirect
 
org.pac4j.http.credentials.authenticator - package org.pac4j.http.credentials.authenticator
 
org.pac4j.http.credentials.extractor - package org.pac4j.http.credentials.extractor
 
org.pac4j.http.test.tools - package org.pac4j.http.test.tools
 

P

ParameterClientTests - Class in org.pac4j.http.client.direct
This class tests the ParameterClient class.
ParameterClientTests() - Constructor for class org.pac4j.http.client.direct.ParameterClientTests
 
ParameterExtractorTests - Class in org.pac4j.http.credentials.extractor
This class tests the ParameterExtractor.
ParameterExtractorTests() - Constructor for class org.pac4j.http.credentials.extractor.ParameterExtractorTests
 

R

RememberMeAuthorizationGeneratorTests - Class in org.pac4j.http.authorization.generator
Tests the RememberMeAuthorizationGenerator.
RememberMeAuthorizationGeneratorTests() - Constructor for class org.pac4j.http.authorization.generator.RememberMeAuthorizationGeneratorTests
 
RestAuthenticatorIT - Class in org.pac4j.http.credentials.authenticator
Tests RestAuthenticator.
RestAuthenticatorIT() - Constructor for class org.pac4j.http.credentials.authenticator.RestAuthenticatorIT
 

S

serve(NanoHTTPD.IHTTPSession) - Method in class org.pac4j.http.test.tools.WebServer
 
ServerResponse - Class in org.pac4j.http.test.tools
A server response.
ServerResponse(NanoHTTPD.Response.IStatus, String, String) - Constructor for class org.pac4j.http.test.tools.ServerResponse
 
setUp() - Method in class org.pac4j.http.authorization.generator.RememberMeAuthorizationGeneratorTests
 
setUp() - Static method in class org.pac4j.http.credentials.authenticator.RestAuthenticatorIT
 
start() - Method in class org.pac4j.http.test.tools.WebServer
 

T

testAuthentication() - Method in class org.pac4j.http.client.direct.CookieClientTests
 
testAuthentication() - Method in class org.pac4j.http.client.direct.DirectBasicAuthClientTests
 
testAuthentication() - Method in class org.pac4j.http.client.direct.DirectBearerAuthClientTests
 
testAuthentication() - Method in class org.pac4j.http.client.direct.DirectDigestAuthClientTests
 
testAuthentication() - Method in class org.pac4j.http.client.direct.HeaderClientTests
 
testAuthentication() - Method in class org.pac4j.http.client.direct.IpClientTests
 
testAuthentication() - Method in class org.pac4j.http.client.direct.ParameterClientTests
 
testAuthenticationLowercase() - Method in class org.pac4j.http.client.direct.DirectBasicAuthClientTests
 
testBadRmeValue() - Method in class org.pac4j.http.authorization.generator.RememberMeAuthorizationGeneratorTests
 
testBlankValues() - Method in class org.pac4j.http.authorization.generator.RememberMeAuthorizationGeneratorTests
 
testGetBadCredentials() - Method in class org.pac4j.http.client.direct.DirectFormClientTests
 
testGetCredentials() - Method in class org.pac4j.http.client.indirect.FormClientTests
 
testGetCredentialsBadCredentials() - Method in class org.pac4j.http.client.indirect.IndirectBasicAuthClientTests
 
testGetCredentialsBadFormatHeader() - Method in class org.pac4j.http.client.indirect.IndirectBasicAuthClientTests
 
testGetCredentialsGoodCredentials() - Method in class org.pac4j.http.client.indirect.IndirectBasicAuthClientTests
 
testGetCredentialsMissingHeader() - Method in class org.pac4j.http.client.indirect.IndirectBasicAuthClientTests
 
testGetCredentialsMissingPassword() - Method in class org.pac4j.http.client.direct.DirectFormClientTests
 
testGetCredentialsMissingPassword() - Method in class org.pac4j.http.client.indirect.FormClientTests
 
testGetCredentialsMissingSemiColon() - Method in class org.pac4j.http.client.indirect.IndirectBasicAuthClientTests
 
testGetCredentialsMissingUsername() - Method in class org.pac4j.http.client.direct.DirectFormClientTests
 
testGetCredentialsMissingUsername() - Method in class org.pac4j.http.client.indirect.FormClientTests
 
testGetCredentialsNotABasicHeader() - Method in class org.pac4j.http.client.indirect.IndirectBasicAuthClientTests
 
testGetGoodCredentials() - Method in class org.pac4j.http.client.direct.DirectFormClientTests
 
testGetRightCredentials() - Method in class org.pac4j.http.client.indirect.FormClientTests
 
testGetUserProfile() - Method in class org.pac4j.http.client.direct.DirectFormClientTests
 
testGetUserProfile() - Method in class org.pac4j.http.client.indirect.FormClientTests
 
testGoodRmeValue() - Method in class org.pac4j.http.authorization.generator.RememberMeAuthorizationGeneratorTests
 
testGoodSpecialRmeValue() - Method in class org.pac4j.http.authorization.generator.RememberMeAuthorizationGeneratorTests
 
testHasDefaultProfileCreator() - Method in class org.pac4j.http.client.direct.CookieClientTests
 
testHasDefaultProfileCreator() - Method in class org.pac4j.http.client.direct.DirectBasicAuthClientTests
 
testHasDefaultProfileCreator() - Method in class org.pac4j.http.client.direct.DirectBearerAuthClientTests
 
testHasDefaultProfileCreator() - Method in class org.pac4j.http.client.direct.DirectDigestAuthClientTests
 
testHasDefaultProfileCreator() - Method in class org.pac4j.http.client.direct.DirectFormClientTests
 
testHasDefaultProfileCreator() - Method in class org.pac4j.http.client.direct.HeaderClientTests
 
testHasDefaultProfileCreator() - Method in class org.pac4j.http.client.direct.IpClientTests
 
testHasDefaultProfileCreator() - Method in class org.pac4j.http.client.direct.ParameterClientTests
 
testHasDefaultProfileCreator() - Method in class org.pac4j.http.client.indirect.FormClientTests
 
testHasDefaultProfileCreator() - Method in class org.pac4j.http.client.indirect.IndirectBasicAuthClientTests
 
testHttps() - Method in class org.pac4j.http.credentials.authenticator.RestAuthenticatorIT
 
testMissingCallbackUrl() - Method in class org.pac4j.http.client.indirect.IndirectBasicAuthClientTests
 
testMissingCookieName() - Method in class org.pac4j.http.client.direct.CookieClientTests
 
testMissingHeaderName() - Method in class org.pac4j.http.client.direct.HeaderClientTests
 
testMissingLoginUrl() - Method in class org.pac4j.http.client.indirect.FormClientTests
 
testMissingParameterName() - Method in class org.pac4j.http.client.direct.ParameterClientTests
 
testMissingProfileCreator() - Method in class org.pac4j.http.client.direct.CookieClientTests
 
testMissingProfileCreator() - Method in class org.pac4j.http.client.direct.DirectBasicAuthClientTests
 
testMissingProfileCreator() - Method in class org.pac4j.http.client.direct.DirectBearerAuthClientTests
 
testMissingProfileCreator() - Method in class org.pac4j.http.client.direct.DirectDigestAuthClientTests
 
testMissingProfileCreator() - Method in class org.pac4j.http.client.direct.DirectFormClientTests
 
testMissingProfileCreator() - Method in class org.pac4j.http.client.direct.HeaderClientTests
 
testMissingProfileCreator() - Method in class org.pac4j.http.client.direct.IpClientTests
 
testMissingProfileCreator() - Method in class org.pac4j.http.client.direct.ParameterClientTests
 
testMissingProfileCreator() - Method in class org.pac4j.http.client.indirect.FormClientTests
 
testMissingProfileCreator() - Method in class org.pac4j.http.client.indirect.IndirectBasicAuthClientTests
 
testMissingRealm() - Method in class org.pac4j.http.client.indirect.IndirectBasicAuthClientTests
 
testMissingTokenAuthenticator() - Method in class org.pac4j.http.client.direct.DirectBearerAuthClientTests
 
testMissingTokenAuthenticator() - Method in class org.pac4j.http.client.direct.ParameterClientTests
 
testMissingTokendAuthenticator() - Method in class org.pac4j.http.client.direct.HeaderClientTests
 
testMissingTokendAuthenticator() - Method in class org.pac4j.http.client.direct.IpClientTests
 
testMissingUsernamePasswordAuthenticator() - Method in class org.pac4j.http.client.direct.CookieClientTests
 
testMissingUsernamePasswordAuthenticator() - Method in class org.pac4j.http.client.direct.DirectBasicAuthClientTests
 
testMissingUsernamePasswordAuthenticator() - Method in class org.pac4j.http.client.direct.DirectDigestAuthClientTests
 
testMissingUsernamePasswordAuthenticator() - Method in class org.pac4j.http.client.direct.DirectFormClientTests
 
testMissingUsernamePasswordAuthenticator() - Method in class org.pac4j.http.client.indirect.FormClientTests
 
testMissingUsernamePasswordAuthenticator() - Method in class org.pac4j.http.client.indirect.IndirectBasicAuthClientTests
 
testNoIp() - Method in class org.pac4j.http.credentials.extractor.IpExtractorTests
 
testNoPattern() - Method in class org.pac4j.http.authorization.authorizer.IpRegexpAuthorizerTests
 
testNoPattern() - Method in class org.pac4j.http.credentials.authenticator.IpRegexpAuthenticatorTests
 
testNoRme() - Method in class org.pac4j.http.authorization.generator.RememberMeAuthorizationGeneratorTests
 
testNotDigest() - Method in class org.pac4j.http.credentials.extractor.DigestExtractorTests
 
testNotFound() - Method in class org.pac4j.http.credentials.authenticator.RestAuthenticatorIT
 
testOk() - Method in class org.pac4j.http.client.direct.X509ClientTests
 
testParsingError() - Method in class org.pac4j.http.credentials.authenticator.RestAuthenticatorIT
 
testProfileOk() - Method in class org.pac4j.http.credentials.authenticator.RestAuthenticatorIT
 
testRedirectionUrl() - Method in class org.pac4j.http.client.indirect.FormClientTests
 
testRedirectionUrl() - Method in class org.pac4j.http.client.indirect.IndirectBasicAuthClientTests
 
testRetrieveDigestHeaderComponents() - Method in class org.pac4j.http.credentials.extractor.DigestExtractorTests
 
testRetrieveGetParameterNotSupported() - Method in class org.pac4j.http.credentials.extractor.ParameterExtractorTests
 
testRetrieveGetParameterOk() - Method in class org.pac4j.http.credentials.extractor.ParameterExtractorTests
 
testRetrieveIpFromHeaderUsingConstructor() - Method in class org.pac4j.http.credentials.extractor.IpExtractorTests
 
testRetrieveIpFromHeaderWithProxyIpCheck() - Method in class org.pac4j.http.credentials.extractor.IpExtractorTests
 
testRetrieveIpOk() - Method in class org.pac4j.http.credentials.extractor.IpExtractorTests
 
testRetrieveNoGetParameter() - Method in class org.pac4j.http.credentials.extractor.ParameterExtractorTests
 
testRetrieveNoPostParameter() - Method in class org.pac4j.http.credentials.extractor.ParameterExtractorTests
 
testRetrievePostParameterNotSupported() - Method in class org.pac4j.http.credentials.extractor.ParameterExtractorTests
 
testRetrievePostParameterOk() - Method in class org.pac4j.http.credentials.extractor.ParameterExtractorTests
 
testSetNullIpHeaderChain() - Method in class org.pac4j.http.credentials.extractor.IpExtractorTests
 
testValidateBadIP() - Method in class org.pac4j.http.authorization.authorizer.IpRegexpAuthorizerTests
 
testValidateBadIP() - Method in class org.pac4j.http.credentials.authenticator.IpRegexpAuthenticatorTests
 
testValidateGoodIP() - Method in class org.pac4j.http.authorization.authorizer.IpRegexpAuthorizerTests
 
testValidateGoodIP() - Method in class org.pac4j.http.credentials.authenticator.IpRegexpAuthenticatorTests
 
testWrongProxyIp() - Method in class org.pac4j.http.credentials.extractor.IpExtractorTests
 

W

WebServer - Class in org.pac4j.http.test.tools
A web server for tests.
WebServer(int) - Constructor for class org.pac4j.http.test.tools.WebServer
 

X

X509ClientTests - Class in org.pac4j.http.client.direct
Tests X509Client.
X509ClientTests() - Constructor for class org.pac4j.http.client.direct.X509ClientTests
 
C D F G H I O P R S T W X 
All Classes All Packages