|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||