Uses of Interface
com.atlassian.crowd.service.client.ClientProperties
Package
Description
-
Uses of ClientProperties in com.atlassian.crowd.console.action
Modifier and TypeMethodDescriptionvoid
BaseAction.setClientProperties
(ClientProperties clientProperties) -
Uses of ClientProperties in com.atlassian.crowd.console.action.setup
Modifier and TypeMethodDescriptionvoid
Complete.setClientProperties
(ClientProperties clientProperties) -
Uses of ClientProperties in com.atlassian.crowd.console.authentication
ModifierConstructorDescriptionCrowdSSOAuthenticatedUserProviderImpl
(CrowdHttpTokenHelper tokenHelper, ClientProperties clientProperties, TokenAuthenticationManager tokenAuthenticationManager, ApplicationManager applicationManager) -
Uses of ClientProperties in com.atlassian.crowd.directory
Modifier and TypeMethodDescriptionprotected ClientProperties
RemoteCrowdDirectory.getClientProperties()
-
Uses of ClientProperties in com.atlassian.crowd.integration.http
ModifierConstructorDescriptionCrowdHttpAuthenticatorImpl
(CrowdClient client, ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper) CrowdHttpAuthenticatorImpl
(CrowdClient client, ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper, TokenLockProvider tokenLockProvider) -
Uses of ClientProperties in com.atlassian.crowd.integration.http.filter
ModifierConstructorDescriptionCrowdSecurityFilter
(CrowdHttpAuthenticator httpAuthenticator, ClientProperties clientProperties) Constructs a CrowdSecurityFilter. -
Uses of ClientProperties in com.atlassian.crowd.integration.http.util
Modifier and TypeMethodDescriptionCrowdHttpTokenHelper.getUserAuthenticationContext
(javax.servlet.http.HttpServletRequest request, String username, String password, ClientProperties clientProperties) Returns the user authentication context from a request.CrowdHttpTokenHelperImpl.getUserAuthenticationContext
(javax.servlet.http.HttpServletRequest request, String username, String password, ClientProperties clientProperties) void
CrowdHttpTokenHelper.removeCrowdToken
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ClientProperties clientProperties, CookieConfiguration cookieConfig) Removes the Crowd SSO token.void
CrowdHttpTokenHelperImpl.removeCrowdToken
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, ClientProperties clientProperties, CookieConfiguration cookieConfig) void
CrowdHttpTokenHelper.setCrowdToken
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String token, ClientProperties clientProperties, CookieConfiguration cookieConfig) Sets the Crowd SSO token in: the request: as an attribute, so the user is authenticated for the span of the request. the response: as a cookie, so the user is authenticated for subsequent requests. Also sets the last session validation date/time.void
CrowdHttpTokenHelperImpl.setCrowdToken
(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String token, ClientProperties clientProperties, CookieConfiguration cookieConfig) -
Uses of ClientProperties in com.atlassian.crowd.integration.rest.service
Modifier and TypeMethodDescriptionprotected static org.apache.http.client.CredentialsProvider
RestExecutor.createCredentialsProvider
(ClientProperties clientProperties) static BasicAuthRestExecutor
BasicAuthRestExecutor.createFrom
(ClientProperties clientProperties, org.apache.http.impl.client.CloseableHttpClient httpClient) Constructs a new REST Crowd client executor instance.protected static org.apache.http.HttpHost
RestExecutor.createHttpHost
(ClientProperties clientProperties) org.apache.http.impl.client.CloseableHttpClient
DefaultHttpClientProvider.getClient
(ClientProperties clientProperties) org.apache.http.impl.client.CloseableHttpClient
HttpClientProvider.getClient
(ClientProperties clientProperties) Get anHttpClient
instance with the provided connection manager and request configuration.protected org.apache.http.impl.conn.PoolingHttpClientConnectionManager
DefaultHttpClientProvider.getHttpClientConnectionManager
(ClientProperties clientProperties, org.apache.http.conn.routing.HttpRoute httpRoute) protected org.apache.http.client.config.RequestConfig
DefaultHttpClientProvider.getRequestConfig
(ClientProperties clientProperties, org.apache.http.impl.conn.PoolingHttpClientConnectionManager connectionManager, org.apache.http.conn.routing.HttpRoute httpRoute) protected org.apache.http.conn.routing.HttpRoute
DefaultHttpClientProvider.routeFor
(ClientProperties clientProperties) Create anHttpRoute
with a specific port by filling in the default withDefaultSchemePortResolver
. -
Uses of ClientProperties in com.atlassian.crowd.integration.rest.service.factory
Modifier and TypeMethodDescriptionprotected org.apache.http.impl.client.CloseableHttpClient
RestCrowdClientFactory.getHttpClient
(ClientProperties clientProperties) Get aCloseableHttpClient
instance configured with the givenClientProperties
.RestCrowdClientFactory.newInstance
(ClientProperties clientProperties) -
Uses of ClientProperties in com.atlassian.crowd.integration.springsecurity
Modifier and TypeClassDescriptionclass
Provides ClientProperties to be used in crowd-the-webapp.Modifier and TypeFieldDescriptionprotected final ClientProperties
AbstractCrowdSSOAuthenticationProcessingFilter.clientProperties
ModifierConstructorDescriptionprotected
AbstractCrowdSSOAuthenticationProcessingFilter
(ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper) protected
AbstractLocalCrowdAuthenticationProcessingFilter
(ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper, PropertyManager propertyManager, TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService) CrowdSSOAuthenticationProcessingFilter
(CrowdHttpTokenHelper tokenHelper, CrowdClient crowdClient, ClientProperties clientProperties) LocalCrowdLogoutHandler
(TokenAuthenticationManager tokenAuthenticationManager, CrowdHttpTokenHelper tokenHelper, ClientProperties clientProperties, PropertyManager propertyManager, CrowdRememberMeService rememberMeService) protected
LocalCrowdSSOAuthenticationProcessingFilter
(ClientProperties clientProperties, CrowdHttpTokenHelper tokenHelper, PropertyManager propertyManager, TokenAuthenticationManager tokenAuthenticationManager, CrowdRememberMeService rememberMeService) RequestToApplicationMapperImpl
(ClientProperties clientProperties) -
Uses of ClientProperties in com.atlassian.crowd.service.client
Modifier and TypeClassDescriptionclass
class
This bean is a container for the application's crowd.properties.class
-
Uses of ClientProperties in com.atlassian.crowd.service.email
ModifierConstructorDescriptionEmailChangeManagerImpl
(ChangeEmailLinkMailer changeEmailLinkMailer, com.atlassian.security.random.SecureTokenGenerator tokenGenerator, ExpirableUserTokenDao expirableUserTokenDao, ApplicationService applicationService, com.atlassian.sal.api.ApplicationProperties applicationProperties, Clock clock, ApplicationManager applicationManager, ClientProperties clientProperties, com.atlassian.event.api.EventPublisher eventPublisher, DirectoryManager directoryManager, MailConfigurationService mailConfigurationService, PermissionManager permissionManager, EmailAddressValidator emailValidator) -
Uses of ClientProperties in com.atlassian.crowd.service.factory
Modifier and TypeMethodDescriptionCrowdClientFactory.newInstance
(ClientProperties clientProperties) Constructs a new Crowd Client instance from the client properties.
RestCrowdClientFactory
methods