public abstract class RunClient extends Object implements TestsConstants
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
logger |
BAD_USERNAME, CALLBACK_URL, CLIENT_NAME, CNONCE, CODE, DIGEST_AUTHORIZATION_HEADER_VALUE, DIGEST_RESPONSE, EMAIL, FAKE_VALUE, FIRSTNAME, FIRSTNAME_VALUE, GOOD_USERNAME, GOOD_USERNAME2, GOOGLE_URL, HEADER_NAME, ID, KEY, LOGIN_URL, MULTIPLE_USERNAME, NAME, NC, NONCE, PAC4J_BASE_URL, PAC4J_URL, PASSWORD, PATH, PREFIX_HEADER, QOP, REALM, ROLE, SALT, SECRET, TOKEN, TYPE, URI, USERNAME, VALUE, VERIFIER| Constructor and Description |
|---|
RunClient() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertCommonProfile(org.pac4j.core.profile.CommonProfile profile,
String email,
String firstName,
String familyName,
String displayName,
String username,
org.pac4j.core.profile.Gender gender,
Locale locale,
String pictureUrl,
String profileUrl,
String location) |
protected boolean |
canCancel() |
protected abstract org.pac4j.core.client.IndirectClient |
getClient() |
protected abstract String |
getLogin() |
protected abstract String |
getPassword() |
protected abstract void |
registerForKryo(com.esotericsoftware.kryo.Kryo kryo) |
void |
run() |
protected abstract void |
verifyProfile(org.pac4j.core.profile.CommonProfile userProfile) |
protected abstract String getLogin()
protected abstract String getPassword()
protected boolean canCancel()
protected abstract org.pac4j.core.client.IndirectClient getClient()
protected abstract void registerForKryo(com.esotericsoftware.kryo.Kryo kryo)
protected abstract void verifyProfile(org.pac4j.core.profile.CommonProfile userProfile)
Copyright © 2016. All Rights Reserved.