use of org.pac4j.http.credentials.authenticator.test.SimpleTestTokenAuthenticator in project pac4j by pac4j.
the class CookieClientTests method testHasDefaultProfileCreator.
@Test
public void testHasDefaultProfileCreator() {
final CookieClient cookieClient = new CookieClient("testcookie", new SimpleTestTokenAuthenticator());
cookieClient.init();
}
use of org.pac4j.http.credentials.authenticator.test.SimpleTestTokenAuthenticator in project pac4j by pac4j.
the class DirectDigestAuthClientTests method testHasDefaultProfileCreator.
@Test
public void testHasDefaultProfileCreator() {
final DirectDigestAuthClient digestAuthClient = new DirectDigestAuthClient(new SimpleTestTokenAuthenticator());
digestAuthClient.init();
}
Aggregations