|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of ClientProperties in com.atlassian.crowd.console.action |
|---|
| Fields in com.atlassian.crowd.console.action declared as ClientProperties | |
|---|---|
protected ClientProperties |
BaseAction.clientProperties
|
| Methods in com.atlassian.crowd.console.action with parameters of type ClientProperties | |
|---|---|
void |
BaseAction.setClientProperties(ClientProperties clientProperties)
|
| Uses of ClientProperties in com.atlassian.crowd.console.action.setup |
|---|
| Methods in com.atlassian.crowd.console.action.setup with parameters of type ClientProperties | |
|---|---|
void |
Options.setClientProperties(ClientProperties clientProperties)
|
void |
DefaultAdministrator.setClientProperties(ClientProperties clientProperties)
|
void |
Complete.setClientProperties(ClientProperties clientProperties)
|
| Uses of ClientProperties in com.atlassian.crowd.integration.acegi |
|---|
| Constructors in com.atlassian.crowd.integration.acegi with parameters of type ClientProperties | |
|---|---|
RequestToApplicationMapper(ClientProperties clientProperties)
|
|
| Uses of ClientProperties in com.atlassian.crowd.integration.http |
|---|
| Constructors in com.atlassian.crowd.integration.http with parameters of type ClientProperties | |
|---|---|
CrowdHttpAuthenticatorImpl(CrowdClient client,
ClientProperties clientProperties,
CrowdHttpTokenHelper tokenHelper)
|
|
| Uses of ClientProperties in com.atlassian.crowd.integration.http.filter |
|---|
| Constructors in com.atlassian.crowd.integration.http.filter with parameters of type ClientProperties | |
|---|---|
CrowdSecurityFilter(CrowdHttpAuthenticator httpAuthenticator,
ClientProperties clientProperties)
Constructs a CrowdSecurityFilter. |
|
| Uses of ClientProperties in com.atlassian.crowd.integration.http.util |
|---|
| Methods in com.atlassian.crowd.integration.http.util with parameters of type ClientProperties | |
|---|---|
UserAuthenticationContext |
CrowdHttpTokenHelperImpl.getUserAuthenticationContext(javax.servlet.http.HttpServletRequest request,
java.lang.String username,
java.lang.String password,
ClientProperties clientProperties)
|
UserAuthenticationContext |
CrowdHttpTokenHelper.getUserAuthenticationContext(javax.servlet.http.HttpServletRequest request,
java.lang.String username,
java.lang.String password,
ClientProperties clientProperties)
Returns the user authentication context from a request. |
void |
CrowdHttpTokenHelperImpl.removeCrowdToken(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ClientProperties clientProperties,
CookieConfiguration cookieConfig)
|
void |
CrowdHttpTokenHelper.removeCrowdToken(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
ClientProperties clientProperties,
CookieConfiguration cookieConfig)
Removes the Crowd SSO token. |
void |
CrowdHttpTokenHelperImpl.setCrowdToken(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.String token,
ClientProperties clientProperties,
CookieConfiguration cookieConfig)
|
void |
CrowdHttpTokenHelper.setCrowdToken(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
java.lang.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. |
| Uses of ClientProperties in com.atlassian.crowd.integration.rest.service |
|---|
| Constructors in com.atlassian.crowd.integration.rest.service with parameters of type ClientProperties | |
|---|---|
RestCrowdClient(ClientProperties clientProperties)
Constructs a new REST Crowd Client instance. |
|
| Uses of ClientProperties in com.atlassian.crowd.integration.rest.service.factory |
|---|
| Methods in com.atlassian.crowd.integration.rest.service.factory with parameters of type ClientProperties | |
|---|---|
CrowdClient |
RestCrowdClientFactory.newInstance(ClientProperties clientProperties)
|
| Uses of ClientProperties in com.atlassian.crowd.integration.springsecurity |
|---|
| Constructors in com.atlassian.crowd.integration.springsecurity with parameters of type ClientProperties | |
|---|---|
RequestToApplicationMapperImpl(ClientProperties clientProperties)
|
|
| Uses of ClientProperties in com.atlassian.crowd.manager.application |
|---|
| Methods in com.atlassian.crowd.manager.application with parameters of type ClientProperties | |
|---|---|
void |
CrowdApplicationPasswordManagerGeneric.setClientProperties(ClientProperties clientProperties)
|
| Uses of ClientProperties in com.atlassian.crowd.manager.login |
|---|
| Constructors in com.atlassian.crowd.manager.login with parameters of type ClientProperties | |
|---|---|
ForgottenLoginManagerImpl(ApplicationService applicationService,
DirectoryManager directoryManager,
PermissionManager permissionManager,
ResetPasswordTokenDao resetPasswordTokenDao,
com.atlassian.security.random.SecureTokenGenerator tokenGenerator,
ClientProperties clientProperties,
com.atlassian.event.api.EventPublisher eventPublisher)
|
|
| Uses of ClientProperties in com.atlassian.crowd.migration |
|---|
| Fields in com.atlassian.crowd.migration declared as ClientProperties | |
|---|---|
protected ClientProperties |
CrowdPropertiesMapper.clientProperties
|
| Constructors in com.atlassian.crowd.migration with parameters of type ClientProperties | |
|---|---|
CrowdPropertiesMapper(org.hibernate.SessionFactory sessionFactory,
BatchProcessor batchProcessor,
ClientProperties clientProperties,
ResourceLocator resourceLocator,
PropertyUtils propertyUtils)
|
|
| Uses of ClientProperties in com.atlassian.crowd.migration.legacy |
|---|
| Constructors in com.atlassian.crowd.migration.legacy with parameters of type ClientProperties | |
|---|---|
CrowdPropertiesMapper(org.hibernate.SessionFactory sessionFactory,
BatchProcessor batchProcessor,
ClientProperties clientProperties,
ResourceLocator resourceLocator,
PropertyUtils propertyUtils)
|
|
| Uses of ClientProperties in com.atlassian.crowd.openid.server.action.secure.admin |
|---|
| Methods in com.atlassian.crowd.openid.server.action.secure.admin with parameters of type ClientProperties | |
|---|---|
void |
CrowdServer.setClientProperties(ClientProperties clientProperties)
|
| Uses of ClientProperties in com.atlassian.crowd.plugin.rest.service.controller |
|---|
| Constructors in com.atlassian.crowd.plugin.rest.service.controller with parameters of type ClientProperties | |
|---|---|
CookieConfigController(PropertyManager propertyManager,
ClientProperties clientProperties)
|
|
| Uses of ClientProperties in com.atlassian.crowd.plugin.saml.action |
|---|
| Methods in com.atlassian.crowd.plugin.saml.action with parameters of type ClientProperties | |
|---|---|
void |
UpdateSAMLConfiguration.setClientProperties(ClientProperties clientProperties)
|
| Uses of ClientProperties in com.atlassian.crowd.plugin.web |
|---|
| Constructors in com.atlassian.crowd.plugin.web with parameters of type ClientProperties | |
|---|---|
CrowdWebResourceIntegration(com.atlassian.plugin.PluginAccessor pluginAccessor,
ClientProperties clientProperties)
|
|
| Uses of ClientProperties in com.atlassian.crowd.service.client |
|---|
| Classes in com.atlassian.crowd.service.client that implement ClientProperties | |
|---|---|
class |
ClientPropertiesImpl
This bean is a container for the application's crowd.properties. |
| Uses of ClientProperties in com.atlassian.crowd.service.factory |
|---|
| Methods in com.atlassian.crowd.service.factory with parameters of type ClientProperties | |
|---|---|
CrowdClient |
CrowdClientFactory.newInstance(ClientProperties clientProperties)
Constructs a new Crowd Client instance from the client properties. |
| Uses of ClientProperties in com.atlassian.crowd.service.soap.client |
|---|
| Subinterfaces of ClientProperties in com.atlassian.crowd.service.soap.client | |
|---|---|
interface |
SoapClientProperties
SOAP specific client properties. |
| Classes in com.atlassian.crowd.service.soap.client that implement ClientProperties | |
|---|---|
class |
SoapClientPropertiesImpl
This bean is a container for the application's crowd.properties. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||