- add(T) - Method in interface com.atlassian.crowd.search.util.ResultsAggregator
-
Include the given result in the total, with earlier results taking precedence.
- addAddress(String) - Method in interface com.atlassian.crowd.manager.proxy.TrustedProxyManager
-
Adds a remote address to the list of those trusted to act as proxies.
- addAll(Iterable<? extends T>) - Method in interface com.atlassian.crowd.search.util.ResultsAggregator
-
Include all the given results in the total, with earlier results taking precedence.
- ApplicationRemoteAddressValidator - Interface in com.atlassian.crowd.manager.validation
-
Decides if a client address is authorised to connect as a given application.
- ApplicationRemoteAddressValidatorImpl - Class in com.atlassian.crowd.manager.validation
-
Validates a connection attempt based on whether the client address matches the set of allowed remote
addresses of the application.
- ApplicationRemoteAddressValidatorImpl() - Constructor for class com.atlassian.crowd.manager.validation.ApplicationRemoteAddressValidatorImpl
-
- AsyncForgottenLoginManager - Interface in com.atlassian.crowd.manager.login
-
- AuditLogContextInternal - Interface in com.atlassian.crowd.audit
-
Internal extension of
AuditLogContext that allows to obtain the current state in the context
- AuditLogContextInternalImpl - Class in com.atlassian.crowd.audit
-
- AuditLogContextInternalImpl() - Constructor for class com.atlassian.crowd.audit.AuditLogContextInternalImpl
-
- authenticateApplication(Application, ApplicationAuthenticationContext, TokenLifetime) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
-
Authenticates an application and generates an authentication token.
- authenticateApplicationWithoutValidatingPassword(Application, ApplicationAuthenticationContext, TokenLifetime) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
-
Authenticates an application and generates an authentication token, ignoring the credentials.
- authenticateUser(Application, UserAuthenticationContext, TokenLifetime) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
-
Authenticates a user and and generates an authentication token.
- authenticateUserWithoutValidatingPassword(Application, UserAuthenticationContext) - Method in interface com.atlassian.crowd.manager.authentication.TokenAuthenticationManager
-
Feigns the authentication process for a user and creates a token for the authentication without validating the password.