Class IndirectKerberosClient
- java.lang.Object
-
- org.pac4j.core.util.InitializableObject
-
- org.pac4j.core.client.BaseClient<C>
-
- org.pac4j.core.client.IndirectClient<KerberosCredentials>
-
- org.pac4j.kerberos.client.indirect.IndirectKerberosClient
-
- All Implemented Interfaces:
Client<KerberosCredentials>
public class IndirectKerberosClient extends IndirectClient<KerberosCredentials>
- Since:
- 2.1.0
- Author:
- Vidmantas Zemleris, at Kensu.io
-
-
Field Summary
-
Fields inherited from class org.pac4j.core.client.IndirectClient
ATTEMPTED_AUTHENTICATION_SUFFIX, callbackUrl, callbackUrlResolver, urlResolver
-
Fields inherited from class org.pac4j.core.client.BaseClient
logger
-
-
Constructor Summary
Constructors Constructor Description IndirectKerberosClient()IndirectKerberosClient(Authenticator authenticator)IndirectKerberosClient(Authenticator authenticator, ProfileCreator<KerberosCredentials> profileCreator)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidclientInit()protected Optional<KerberosCredentials>retrieveCredentials(WebContext context)StringtoString()-
Methods inherited from class org.pac4j.core.client.IndirectClient
computeFinalCallbackUrl, defaultLogoutActionBuilder, defaultRedirectionActionBuilder, getAjaxRequestResolver, getCallbackUrl, getCallbackUrlResolver, getCodeVerifierSessionAttributeName, getCredentials, getLogoutAction, getLogoutActionBuilder, getNonceSessionAttributeName, getRedirectionAction, getRedirectionActionBuilder, getStateSessionAttributeName, getUrlResolver, internalInit, newDefaultCallbackUrlResolver, setAjaxRequestResolver, setCallbackUrl, setCallbackUrlResolver, setLogoutActionBuilder, setRedirectionActionBuilder, setUrlResolver
-
Methods inherited from class org.pac4j.core.client.BaseClient
addAuthorizationGenerator, addAuthorizationGenerators, defaultAuthenticator, defaultCredentialsExtractor, defaultProfileCreator, getAuthenticator, getAuthorizationGenerators, getCredentialsExtractor, getCustomProperties, getName, getProfileCreator, getProfileFactoryWhenNotAuthenticated, getUserProfile, notifySessionRenewal, renewUserProfile, retrieveUserProfile, setAuthenticator, setAuthorizationGenerator, setAuthorizationGenerators, setAuthorizationGenerators, setCredentialsExtractor, setCustomProperties, setName, setProfileCreator, setProfileFactoryWhenNotAuthenticated
-
Methods inherited from class org.pac4j.core.util.InitializableObject
init, isInitialized
-
-
-
-
Constructor Detail
-
IndirectKerberosClient
public IndirectKerberosClient()
-
IndirectKerberosClient
public IndirectKerberosClient(Authenticator authenticator)
-
IndirectKerberosClient
public IndirectKerberosClient(Authenticator authenticator, ProfileCreator<KerberosCredentials> profileCreator)
-
-
Method Detail
-
clientInit
protected void clientInit()
- Specified by:
clientInitin classIndirectClient<KerberosCredentials>
-
retrieveCredentials
protected Optional<KerberosCredentials> retrieveCredentials(WebContext context)
- Overrides:
retrieveCredentialsin classBaseClient<KerberosCredentials>
-
toString
public String toString()
- Overrides:
toStringin classIndirectClient<KerberosCredentials>
-
-