A B C D E F G H I L N O P R S T U V X

A

active - Variable in class com.atlassian.crowd.integration.soap.SOAPEntity
If the entity is active or not.
addAllPrincipals(Collection<SOAPPrincipalWithCredential>) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Adds principals to the application's assigned directory.
addAllPrincipals(Collection<SOAPPrincipalWithCredential>) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
addAllPrincipals(AuthenticatedToken, SOAPPrincipalWithCredential[]) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Adds principals to the application's assigned directory.
addAllUsers(Collection<SOAPPrincipalWithCredential>) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
 
addAllUsers(Collection<SOAPPrincipalWithCredential>) - Method in interface com.atlassian.crowd.service.UserManager
Adds all users to Crowd.
addAttributeToGroup(String, SOAPAttribute) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Adds an attribute to a group that is in the application's assigned directory.
addAttributeToGroup(String, SOAPAttribute) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Adds an attribute to a group that is in the application's assigned directory.
addAttributeToGroup(AuthenticatedToken, String, SOAPAttribute) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Adds an attribute to a group that is in the application's assigned directory.
addAttributeToPrincipal(String, SOAPAttribute) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Adds an attribute to a principal who is in the application's assigned directory.
addAttributeToPrincipal(String, SOAPAttribute) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Adds an attribute to a principal who is in the application's assigned directory.
addAttributeToPrincipal(AuthenticatedToken, String, SOAPAttribute) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Adds an attribute to a principal who is in the application's assigned directory.
addGroup(SOAPGroup) - Method in class com.atlassian.crowd.service.cache.CachingGroupManager
 
addGroup(SOAPGroup) - Method in interface com.atlassian.crowd.service.GroupManager
Adds group to the Crowd server.
addGroup(SOAPGroup) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Adds a group to the application's assigned directory.
addGroup(SOAPGroup) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Adds a group to the application's assigned directory.
addGroup(AuthenticatedToken, SOAPGroup) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Adds a group to the application's assigned directory.
addGroupToUser(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
 
addGroupToUser(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
addIsUserOrGroup(String, Boolean) - Method in interface com.atlassian.crowd.service.cache.BasicCache
 
addIsUserOrGroup(String, Boolean) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
addMembership(String, String) - Method in class com.atlassian.crowd.service.cache.CachingGroupMembershipManager
 
addMembership(String, String) - Method in interface com.atlassian.crowd.service.GroupMembershipManager
Adds a user identified by userName to the group identified by groupName.
addPrincipal(SOAPPrincipal, PasswordCredential) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Adds a principal to the application's assigned directory.
addPrincipal(SOAPPrincipal, PasswordCredential) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Adds a principal to the application's assigned directory.
addPrincipal(AuthenticatedToken, SOAPPrincipal, PasswordCredential) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Adds a principal to the application's assigned directory.
addPrincipalToGroup(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Adds a principal to a group for the application's assigned directory.
addPrincipalToGroup(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Adds a principal to a group for the application's assigned directory.
addPrincipalToGroup(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Adds a principal to a group for the application's assigned directory.
addPrincipalToRole(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Adds the principal to a role for the application's assigned directory.
addPrincipalToRole(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Adds the principal to a role for the application's assigned directory.
addPrincipalToRole(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Adds the principal to a role for the application's assigned directory.
addRole(SOAPRole) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Adds a role to the application's assigned directory.
addRole(SOAPRole) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Adds a role to the application's assigned directory.
addRole(AuthenticatedToken, SOAPRole) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Adds a role to the application's assigned directory.
addToAllGroupNamesCache(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
If we have a list of all groups, when we add one we should update the list.
addToAllGroupNamesCache(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
If we have a list of all groups, when we add one we should update the list.
addToAllUsers(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Adds userName to the list of all users in the system.
addToAllUsers(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
Adds userName to the list of all users in the system.
addUser(SOAPPrincipal, PasswordCredential) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
 
addUser(SOAPPrincipal, PasswordCredential) - Method in interface com.atlassian.crowd.service.UserManager
Adds a user to Crowd.
addUserToGroup(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
 
addUserToGroup(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
APPLICATION_ACTIVE - Static variable in class com.atlassian.crowd.search.SearchContext
 
APPLICATION_DIRECTORY_MAPPING - Static variable in class com.atlassian.crowd.search.SearchContext
 
APPLICATION_GROUP_MAPPING - Static variable in class com.atlassian.crowd.search.SearchContext
 
APPLICATION_NAME - Static variable in class com.atlassian.crowd.search.SearchContext
 
ApplicationAccessDeniedException - Exception in com.atlassian.crowd.integration.exception
Thrown when a User does not have access to authenticate against application.
ApplicationAccessDeniedException() - Constructor for exception com.atlassian.crowd.integration.exception.ApplicationAccessDeniedException
 
ApplicationAccessDeniedException(String) - Constructor for exception com.atlassian.crowd.integration.exception.ApplicationAccessDeniedException
 
ApplicationAccessDeniedException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.ApplicationAccessDeniedException
 
ApplicationAccessDeniedException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.ApplicationAccessDeniedException
 
ApplicationAuthenticationContext - Class in com.atlassian.crowd.integration.authentication
The ApplicationAuthenticationContext is used to authenticate Applications.
ApplicationAuthenticationContext() - Constructor for class com.atlassian.crowd.integration.authentication.ApplicationAuthenticationContext
 
ApplicationAuthenticationContext(String, PasswordCredential, ValidationFactor[]) - Constructor for class com.atlassian.crowd.integration.authentication.ApplicationAuthenticationContext
 
ApplicationPermissionException - Exception in com.atlassian.crowd.integration.exception
This is Exception is thrown if an Application does not have a required permission.
ApplicationPermissionException() - Constructor for exception com.atlassian.crowd.integration.exception.ApplicationPermissionException
Default constructor.
ApplicationPermissionException(String) - Constructor for exception com.atlassian.crowd.integration.exception.ApplicationPermissionException
Default constructor.
ApplicationPermissionException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.ApplicationPermissionException
Default constructor.
ApplicationPermissionException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.ApplicationPermissionException
Default constructor.
applicationToken - Variable in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
attributes - Variable in class com.atlassian.crowd.integration.soap.SOAPEntity
The entity attributes.
authenticate(HttpServletRequest, HttpServletResponse, String, String) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Authenticate a remote user using SSO.
authenticate(HttpServletRequest, HttpServletResponse, String, String) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
Authenticate a remote user using SSO.
authenticate(UserAuthenticationContext) - Method in interface com.atlassian.crowd.service.AuthenticationManager
Authenticate a user.
authenticate(String, String) - Method in interface com.atlassian.crowd.service.AuthenticationManager
Authenticates a user, using just a username and password.
authenticate(UserAuthenticationContext) - Method in class com.atlassian.crowd.service.cache.CacheAwareAuthenticationManager
 
authenticate(String, String) - Method in class com.atlassian.crowd.service.cache.CacheAwareAuthenticationManager
 
authenticate(UserAuthenticationContext) - Method in class com.atlassian.crowd.service.cache.SimpleAuthenticationManager
 
authenticate(String, String) - Method in class com.atlassian.crowd.service.cache.SimpleAuthenticationManager
 
authenticate() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Authenticate the client using the application name and password from crowd.properties.
authenticate() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Authenticate the client using the application name and password from crowd.properties.
authenticateApplication(ApplicationAuthenticationContext) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Authenticates an application client to the Crowd security server.
AuthenticatedToken - Class in com.atlassian.crowd.integration.authentication
An authentication token maps the valid authentication.
AuthenticatedToken() - Constructor for class com.atlassian.crowd.integration.authentication.AuthenticatedToken
Default constructor.
AuthenticatedToken(String, String) - Constructor for class com.atlassian.crowd.integration.authentication.AuthenticatedToken
 
authenticatePrincipal(UserAuthenticationContext) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Authenticates a principal who is in the application's assigned directory.
authenticatePrincipal(UserAuthenticationContext) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Authenticates a principal verses the calling who is in the application's assigned directory.
authenticatePrincipal(AuthenticatedToken, UserAuthenticationContext) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Authenticates a principal verses the calling who is in the application's assigned directory.
authenticatePrincipalSimple(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Authenticates a principal without SSO details utilizing centralized authentication only.
authenticatePrincipalSimple(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Authenticates a principal without SSO details utilizing centralized authentication only.
authenticatePrincipalSimple(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Authenticates a principal without SSO details utilizing centralized authentication only.
authenticateWithoutValidatingPassword(HttpServletRequest, HttpServletResponse, String) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Authenticate a remote user using SSO, without validating their password.
authenticateWithoutValidatingPassword(HttpServletRequest, HttpServletResponse, String) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
authenticateWithoutValidatingPassword(UserAuthenticationContext) - Method in interface com.atlassian.crowd.service.AuthenticationManager
Authenticate a user without validating their password.
authenticateWithoutValidatingPassword(UserAuthenticationContext) - Method in class com.atlassian.crowd.service.cache.CacheAwareAuthenticationManager
 
authenticateWithoutValidatingPassword(UserAuthenticationContext) - Method in class com.atlassian.crowd.service.cache.SimpleAuthenticationManager
 
AuthenticationContext - Class in com.atlassian.crowd.integration.authentication
Minimal information necessary when authenticating with the Crowd server.
AuthenticationContext() - Constructor for class com.atlassian.crowd.integration.authentication.AuthenticationContext
 
AuthenticationContext(String, PasswordCredential, ValidationFactor[]) - Constructor for class com.atlassian.crowd.integration.authentication.AuthenticationContext
 
AuthenticationManager - Interface in com.atlassian.crowd.service
Used by applications that only need user authentication and validation services.

B

BasicCache - Interface in com.atlassian.crowd.service.cache
Non-domain-specific methods
BulkAddFailedException - Exception in com.atlassian.crowd.integration.exception
An exception that is raised when the Bulk Creation of users failed.
BulkAddFailedException() - Constructor for exception com.atlassian.crowd.integration.exception.BulkAddFailedException
 
BulkAddFailedException(Set<String>, Set<String>) - Constructor for exception com.atlassian.crowd.integration.exception.BulkAddFailedException
 
BulkAddFailedException(String, Set<String>, Set<String>) - Constructor for exception com.atlassian.crowd.integration.exception.BulkAddFailedException
 
BulkAddFailedException(String, Set<String>, Set<String>, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.BulkAddFailedException
 

C

cacheAllGroupNames(List) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Adds, or if it already exists, replaces the list of all group names.
cacheAllGroupNames(List) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
cacheAllMembers(String, List) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Cache a list of all users in this group.
cacheAllMembers(String, List) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
cacheAllMemberships(String, List) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Cache a list of all groups this user belongs to.
cacheAllMemberships(String, List) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
cacheAllUserNames(List) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Adds a list of all users, or if one already exists, replaces it.
cacheAllUserNames(List) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
cacheAncestorsForGroups(Map<String, Set<String>>) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Cache a map of group name -> ancestor group names.
cacheAncestorsForGroups(Map<String, Set<String>>) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
CacheAwareAuthenticationManager - Class in com.atlassian.crowd.service.cache
This class provides a version of the AuthenticationManager interface that, will ensure that if the authentication is successful, the user will exist in the cache.
CacheAwareAuthenticationManager(SecurityServerClient, UserManager) - Constructor for class com.atlassian.crowd.service.cache.CacheAwareAuthenticationManager
 
CacheExpiryManager - Interface in com.atlassian.crowd.service.cache
Allows access to 'meta' cache functionality.
CacheExpiryManagerImpl - Class in com.atlassian.crowd.service.cache
 
CacheExpiryManagerImpl(BasicCache) - Constructor for class com.atlassian.crowd.service.cache.CacheExpiryManagerImpl
 
cacheGroup(SOAPGroup) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Adds a group, or if it exists, replaces the old SOAPGroup instance.
cacheGroup(SOAPGroup) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
cacheGroupRelationships(SOAPNestableGroup[], BasicCache) - Static method in class com.atlassian.crowd.util.NestingHelper
Takes a list of all groups, along with their direct children, and returns a list of group names.
CacheImpl - Class in com.atlassian.crowd.service.cache
 
CacheImpl(URL) - Constructor for class com.atlassian.crowd.service.cache.CacheImpl
 
CacheImpl(CacheManager) - Constructor for class com.atlassian.crowd.service.cache.CacheImpl
 
cacheUser(SOAPPrincipal) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Adds, or if they exist, replaces an existing user.
cacheUser(SOAPPrincipal) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
cacheUserWithAttributes(SOAPPrincipal) - Method in interface com.atlassian.crowd.service.cache.BasicCache
 
cacheUserWithAttributes(SOAPPrincipal) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
CachingGroupManager - Class in com.atlassian.crowd.service.cache
Handles group names & groups themselves.
CachingGroupManager(SecurityServerClient, BasicCache) - Constructor for class com.atlassian.crowd.service.cache.CachingGroupManager
 
CachingGroupMembershipManager - Class in com.atlassian.crowd.service.cache
This class handles group memberships, but also handles some funky translation
CachingGroupMembershipManager(SecurityServerClient, UserManager, GroupManager, BasicCache) - Constructor for class com.atlassian.crowd.service.cache.CachingGroupMembershipManager
 
CachingManagerFactory - Class in com.atlassian.crowd.service.cache
 
CachingManagerFactory() - Constructor for class com.atlassian.crowd.service.cache.CachingManagerFactory
 
CachingUserManager - Class in com.atlassian.crowd.service.cache
 
CachingUserManager(SecurityServerClient, BasicCache) - Constructor for class com.atlassian.crowd.service.cache.CachingUserManager
 
CheckedSoapException - Exception in com.atlassian.crowd.integration.exception
Base class of all checked SOAP exceptions.
CheckedSoapException() - Constructor for exception com.atlassian.crowd.integration.exception.CheckedSoapException
 
CheckedSoapException(String) - Constructor for exception com.atlassian.crowd.integration.exception.CheckedSoapException
 
CheckedSoapException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.CheckedSoapException
 
CheckedSoapException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.CheckedSoapException
 
CleaningHttpMessageSender - Class in com.atlassian.crowd.service.soap.client
There's a known issue with HttpClient under heavy load, where it can leak connections into CLOSE_WAIT status.
CleaningHttpMessageSender(OutMessage, MessageContext) - Constructor for class com.atlassian.crowd.service.soap.client.CleaningHttpMessageSender
 
close() - Method in class com.atlassian.crowd.service.soap.client.CleaningHttpMessageSender
Overridden to make sure HttpClient cleans up after itself.
com.atlassian.crowd.integration.authentication - package com.atlassian.crowd.integration.authentication
 
com.atlassian.crowd.integration.exception - package com.atlassian.crowd.integration.exception
 
com.atlassian.crowd.integration.http - package com.atlassian.crowd.integration.http
 
com.atlassian.crowd.integration.model - package com.atlassian.crowd.integration.model
 
com.atlassian.crowd.integration.model.user - package com.atlassian.crowd.integration.model.user
 
com.atlassian.crowd.integration.soap - package com.atlassian.crowd.integration.soap
 
com.atlassian.crowd.integration.xwork - package com.atlassian.crowd.integration.xwork
 
com.atlassian.crowd.search - package com.atlassian.crowd.search
 
com.atlassian.crowd.service - package com.atlassian.crowd.service
 
com.atlassian.crowd.service.cache - package com.atlassian.crowd.service.cache
 
com.atlassian.crowd.service.soap.client - package com.atlassian.crowd.service.soap.client
 
com.atlassian.crowd.service.soap.server - package com.atlassian.crowd.service.soap.server
 
com.atlassian.crowd.service.soap.xfire - package com.atlassian.crowd.service.soap.xfire
 
com.atlassian.crowd.util - package com.atlassian.crowd.util
 
conception - Variable in class com.atlassian.crowd.integration.soap.SOAPEntity
The time entity was created.
CONTAINER_POPULATE_DIRECT_MEMBER_DN - Static variable in class com.atlassian.crowd.search.SearchContext
 
containsGroupRelationships() - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns true if the cache contains enough information to reliably compute parent group relationships.
containsGroupRelationships() - Method in class com.atlassian.crowd.service.cache.CacheImpl
Returns true if the cache contains enough information to reliably compute parent group relationships.
createPrincipalToken(String, ValidationFactor[]) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Authenticates a principal without validating a password.
createPrincipalToken(String, ValidationFactor[]) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Authenticates a principal without validating a password.
createPrincipalToken(AuthenticatedToken, String, ValidationFactor[]) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Authenticates a principal without validating a password.
credential - Variable in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
CrowdAuthenticationInterceptor - Class in com.atlassian.crowd.integration.xwork
This interceptor manages protecting a web.xml url-pattern.
CrowdAuthenticationInterceptor() - Constructor for class com.atlassian.crowd.integration.xwork.CrowdAuthenticationInterceptor
Use this default constructor if you are not using an IoC managed HttpAuthenticator/SecurityServerClient.
CrowdAuthenticationInterceptor(HttpAuthenticator) - Constructor for class com.atlassian.crowd.integration.xwork.CrowdAuthenticationInterceptor
Use this constructor to provide an externally managed singleton instance of the HttpAuthenticator.

D

description - Variable in class com.atlassian.crowd.integration.soap.SOAPEntity
Description of the entity.
destroy() - Method in class com.atlassian.crowd.integration.http.VerifyTokenFilter
Shuts down the filter.
destroy() - Method in class com.atlassian.crowd.integration.xwork.CrowdAuthenticationInterceptor
 
DIRECTORY_ACTIVE - Static variable in class com.atlassian.crowd.search.SearchContext
 
DIRECTORY_NAME - Static variable in class com.atlassian.crowd.search.SearchContext
 
DIRECTORY_TYPE - Static variable in class com.atlassian.crowd.search.SearchContext
 
DirectoryEntity - Interface in com.atlassian.crowd.integration.model
Use for SOAP only.
directoryId - Variable in class com.atlassian.crowd.integration.soap.SOAPEntity
The crowd server internal directory tracking ID.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.atlassian.crowd.integration.http.VerifyTokenFilter
Executes the filter.

E

encrypted(String) - Static method in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
equals(Object) - Method in class com.atlassian.crowd.integration.authentication.AuthenticatedToken
 
equals(Object) - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
 
equals(Object) - Method in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
equals(Object) - Method in class com.atlassian.crowd.integration.authentication.UserAuthenticationContext
 
equals(Object) - Method in class com.atlassian.crowd.integration.authentication.ValidationFactor
 
equals(Object) - Method in interface com.atlassian.crowd.integration.model.DirectoryEntity
Implementations must ensure equality based on getDirectoryId() and case-insensitive getName().
equals(Object) - Method in class com.atlassian.crowd.integration.soap.SearchRestriction
 
equals(Object) - Method in class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
equals(Object) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
ExpiredCredentialException - Exception in com.atlassian.crowd.integration.exception
Thrown when user's credentials have expired.
ExpiredCredentialException() - Constructor for exception com.atlassian.crowd.integration.exception.ExpiredCredentialException
 
ExpiredCredentialException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.ExpiredCredentialException
 
ExpiredCredentialException(String) - Constructor for exception com.atlassian.crowd.integration.exception.ExpiredCredentialException
 
ExpiredCredentialException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.ExpiredCredentialException
 

F

factory - Variable in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
findAllGroupNames() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds all of the groups who are visible in the application's assigned directory.
findAllGroupNames() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Finds all of the groups who are visible in the application's assigned directory.
findAllGroupNames(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds all of the groups who are visible in the application's assigned directory.
findAllGroupRelationships() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds all of the groups who are visible in the application's assigned directory.
findAllGroupRelationships() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Finds all of the groups who are visible in the application's assigned directory.
findAllGroupRelationships(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds all of the groups who are visible in the application's assigned directory.
findAllGroups() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Retrives all groups in the application's assigned directories.
findAllGroups() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Retrives all groups in the application's assigned directories.
findAllPrincipalNames() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds all of the principals who are visible in the application's assigned directory.
findAllPrincipalNames() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Finds all of the principals who are visable in the application's assigned directory.
findAllPrincipalNames(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds all of the principals who are visable in the application's assigned directory.
findAllPrincipals() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Retrives all principals in the application's assigned directories.
findAllPrincipals() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Retrives all principals in the application's assigned directories.
findAllRoleNames() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds all of the roles who are visible in the application's assigned directory.
findAllRoleNames() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Finds all of the roles who are visible in the application's assigned directory.
findAllRoleNames(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds all of the roles who are visible in the application's assigned directory.
findAllRoles() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Retrives all roles in the application's assigned directories.
findAllRoles() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Retrives all roles in the application's assigned directories.
findGroupByName(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Find a group by name for the application's assigned directory.
findGroupByName(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Find a group by name for the application's assigned directory.
findGroupByName(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Find a group by name for the application's assigned directory.
findGroupMemberships(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds all the groups the principal is a direct member of.
findGroupMemberships(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Finds all the groups the principal is a member of.
findGroupMemberships(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds all of the principals who are members of a group that is in the application's assigned directory.
findGroupWithAttributesByName(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Find a group by name for the application's assigned directory.
findGroupWithAttributesByName(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Find a group by name for the application's assigned directory.
findGroupWithAttributesByName(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Find a group by name for the application's assigned directory.
findPrincipalByName(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds a principal by name who is in the application's assigned directory.
findPrincipalByName(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Finds a principal by name who is in the application's assigned directory.
findPrincipalByName(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds a principal by name who is in the application's assigned directory.
findPrincipalByToken(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds a principal by token.
findPrincipalByToken(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Finds a principal by token.
findPrincipalByToken(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds a principal by token.
findPrincipalWithAttributesByName(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds a principal by name who is in the application's assigned directory.
findPrincipalWithAttributesByName(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Finds a principal by name who is in the application's assigned directory.
findPrincipalWithAttributesByName(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds a principal by name who is in the application's assigned directory.
findRoleByName(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds a role by name for the application's assigned directory.
findRoleByName(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Finds a role by name for the application's assigned directory.
findRoleByName(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds a role by name for the application's assigned directory.
findRoleMemberships(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Finds all the roles the principal is a member of.
findRoleMemberships(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Finds all the roles the principal is a member of.
findRoleMemberships(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Finds all of the principals who are members of a role that is in the application's assigned directory.
flush() - Method in interface com.atlassian.crowd.service.cache.BasicCache
Clears the underlying cache.
flush() - Method in interface com.atlassian.crowd.service.cache.CacheExpiryManager
Expires/flushes/clears all the caches.
flush() - Method in class com.atlassian.crowd.service.cache.CacheExpiryManagerImpl
 
flush() - Method in class com.atlassian.crowd.service.cache.CacheImpl
Clears the caches
fromSoapApplicationAuthenticationContext(ApplicationAuthenticationContext) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts from SOAP version of ApplicationAuthenticationContext.
fromSoapAuthenticatedToken(AuthenticatedToken) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts from SOAP version of AuthenticatedToken.
fromSoapPasswordCredential(PasswordCredential) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts from SOAP version of PasswordCredential.
fromSoapUserAuthenticationContext(UserAuthenticationContext) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts from SOAP version of UserAuthenticationContext.
fromSoapValidationFactor(ValidationFactor) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts from SOAP version of ValidationFactor.
fromSoapValidationFactors(ValidationFactor[]) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts from SOAP version of ValidationFactor.

G

getAllGroupNames() - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns a List of Strings containing all group names, or null if the list is not cached.
getAllGroupNames() - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getAllGroupNames() - Method in class com.atlassian.crowd.service.cache.CachingGroupManager
 
getAllGroupNames() - Method in interface com.atlassian.crowd.service.GroupManager
Deprecated. Since 1.4.
getAllGroupsForUser(List<String>, Map<String, Set<String>>) - Static method in class com.atlassian.crowd.util.NestingHelper
Returns an unsorted list of groups that the user is a member of, either directly or indirectly.
getAllMembers(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns a list of users that belong to groupName belongs to, or null if there aren't any.
getAllMembers(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
Returns list of all members in lower-case.
getAllMemberships(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns a list of groups that userName belongs to, or null if they don't belong to any.
getAllMemberships(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
Returns list of all memberships in lower-case.
getAllUserNames() - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns a List with all user names, or null if none are cached.
getAllUserNames() - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getAllUserNames() - Method in class com.atlassian.crowd.service.cache.CachingUserManager
This optimises the background getAllUserNames() call.
getAllUserNames() - Method in interface com.atlassian.crowd.service.UserManager
Deprecated. Since 1.4.
getAncestorsForGroups() - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns a map of group name -> ancestor group names, or null if the map is not cached.
getAncestorsForGroups() - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getApplication() - Method in class com.atlassian.crowd.integration.authentication.UserAuthenticationContext
Gets the application name the authentication request is for.
getApplicationToken() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Retrieve the current application token.
getAttribute(String) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
getAttribute(String, SOAPPrincipal) - Method in class com.atlassian.crowd.util.SOAPPrincipalHelper
 
getAttributes() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
getCache() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
 
getCacheAwareAuthenticationManager() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
Creates a new CacheAwareAuthenticationManager
getCacheAwareAuthenticationManagerInstance() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
Retrieve a singleton instance of the Authentication Manager (cache aware) If the user successfully authenticates, they will exist in the cache.
getCacheAwareHttpAuthenticator() - Static method in class com.atlassian.crowd.integration.http.HttpAuthenticatorFactory
Retrieve the singleton instance of the HttpAuthenticator (cache aware).
getCacheExpiryManagerInstance() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
 
getCacheTime() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Deprecated. This method is now implemented by the crowd-ehache.xml configuration file.
getCacheTime() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Deprecated. This method is now implemented by the crowd-ehache.xml configuration file.
getCacheTime(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Deprecated. This method is now implemented by the crowd-ehcache.xml configuration file.
getConception() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
getCookieInfo() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Returns information needed to set the SSO cookie correctly.
getCookieInfo() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Returns information needed to set the SSO cookie correctly.
getCookieInfo(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Returns information needed to set the SSO cookie correctly.
getCookieTokenKey() - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
getCredential() - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
Gets the authenticating credential information.
getCredential() - Method in class com.atlassian.crowd.integration.authentication.PasswordCredential
Gets the password credential.
getDescription() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
getDirectoryId() - Method in interface com.atlassian.crowd.integration.model.DirectoryEntity
 
getDirectoryId() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
getDisplayName() - Method in interface com.atlassian.crowd.integration.model.user.User
 
getDomain() - Method in class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
getDomain() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
This will return the domain configured in Crowd or null if no domain has been set.
getDomain() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
This will return the domain configured in Crowd or null if no domain has been set.
getDomain(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Deprecated. This method has been superceded by SecurityServer.getCookieInfo(com.atlassian.crowd.integration.authentication.AuthenticatedToken)
getEmail(SOAPPrincipal) - Method in class com.atlassian.crowd.util.SOAPPrincipalHelper
 
getEmailAddress() - Method in interface com.atlassian.crowd.integration.model.user.User
 
getEntity() - Method in exception com.atlassian.crowd.integration.exception.InvalidDirectoryEntityException
 
getExistingUsers() - Method in exception com.atlassian.crowd.integration.exception.BulkAddFailedException
 
getFailedUsers() - Method in exception com.atlassian.crowd.integration.exception.BulkAddFailedException
 
getFirstAttributeValue(String, SOAPPrincipal) - Method in class com.atlassian.crowd.util.SOAPPrincipalHelper
 
getFirstName() - Method in interface com.atlassian.crowd.integration.model.user.User
 
getFirstName(SOAPPrincipal) - Method in class com.atlassian.crowd.util.SOAPPrincipalHelper
 
getFullName(SOAPPrincipal) - Method in class com.atlassian.crowd.util.SOAPPrincipalHelper
 
getGrantedAuthorities() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Will return the List of group names that have been given access to connect to the application
getGrantedAuthorities() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
getGrantedAuthorities(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Will return the List of group names that have been given access to connect to the application
getGroup(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns the group, or null if it's not in the cache.
getGroup(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getGroup(String) - Method in class com.atlassian.crowd.service.cache.CachingGroupManager
See also CachingGroupMembershipManager.getMembers(String)} for similar logic.
getGroup(String) - Method in interface com.atlassian.crowd.service.GroupManager
Given a groupName, returns a SOAPGroup that represents the group.
getGroupManager() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
Split out so implementations can be overriden by subclasses.
getGroupManagerInstance() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
 
getGroupMembers() - Method in class com.atlassian.crowd.integration.soap.SOAPNestableGroup
 
getGroupMembershipManager() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
Split out so implementations can be overriden by subclasses.
getGroupMembershipManagerInstance() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
 
getGroupName(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns the groupname in correct case if it exists in the cache, null otherwise.
getGroupName(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getHttpAuthenticator() - Static method in class com.atlassian.crowd.integration.http.HttpAuthenticatorFactory
Retrieve the singleton instance of the HttpAuthenticator (not cache aware).
getIconLocation() - Method in interface com.atlassian.crowd.integration.model.user.User
 
getID() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
getKey(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
Return a version of the name appropriate for use as a cache key.
getKeys(List<String>) - Method in class com.atlassian.crowd.service.cache.CacheImpl
Applies getKey over a collection.
getLastModified() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
getLastName() - Method in interface com.atlassian.crowd.integration.model.user.User
 
getLastName(SOAPPrincipal) - Method in class com.atlassian.crowd.util.SOAPPrincipalHelper
 
getLogger() - Method in class com.atlassian.crowd.service.soap.xfire.XFireInLoggingMethodHandler
 
getLogger() - Method in class com.atlassian.crowd.service.soap.xfire.XFireLoggingMethodHandler
The logger to use when output log message.
getLogger() - Method in class com.atlassian.crowd.service.soap.xfire.XFireOutLoggingMethodHandler
 
getMembers() - Method in class com.atlassian.crowd.integration.soap.SOAPGroup
 
getMembers() - Method in class com.atlassian.crowd.integration.soap.SOAPRole
 
getMembers(String) - Method in class com.atlassian.crowd.service.cache.CachingGroupMembershipManager
Also see CachingGroupManager.getGroup(String) for very similar logic.
getMembers(String) - Method in interface com.atlassian.crowd.service.GroupMembershipManager
Obtains a list of all users in the group identified by groupName, sorted naturally.
getMemberships(String) - Method in class com.atlassian.crowd.service.cache.CachingGroupMembershipManager
 
getMemberships(String) - Method in interface com.atlassian.crowd.service.GroupMembershipManager
Deprecated. Since 1.4
getMessageBodyObjects() - Method in class com.atlassian.crowd.service.soap.xfire.XFireInLoggingMethodHandler
 
getMessageBodyObjects() - Method in class com.atlassian.crowd.service.soap.xfire.XFireLoggingMethodHandler
The objects that need to be processed for logging.
getMessageBodyObjects() - Method in class com.atlassian.crowd.service.soap.xfire.XFireOutLoggingMethodHandler
 
getName() - Method in class com.atlassian.crowd.integration.authentication.AuthenticatedToken
Gets the name of the authenticated client..
getName() - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
Gets the name of the authenticating entity.
getName() - Method in class com.atlassian.crowd.integration.authentication.ValidationFactor
Gets the name.
getName() - Method in interface com.atlassian.crowd.integration.model.DirectoryEntity
 
getName() - Method in class com.atlassian.crowd.integration.soap.SearchRestriction
 
getName() - Method in class com.atlassian.crowd.integration.soap.SOAPAttribute
 
getName() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
getPasswordCredential() - Method in class com.atlassian.crowd.integration.soap.SOAPPrincipalWithCredential
 
getPrincipal(HttpServletRequest) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Attempts to retrive the principal from the request.
getPrincipal(HttpServletRequest) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
Attempts to retrieve the principal from the request.
getPrincipal() - Method in class com.atlassian.crowd.integration.soap.SOAPPrincipalWithCredential
 
getPrincipalAuthenticationContext(HttpServletRequest, HttpServletResponse, String, String) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Generate a PrincipalAuthenticationContext object containing the provided username and password, and validation factors from the the request.
getPrincipalAuthenticationContext(HttpServletRequest, HttpServletResponse, String, String) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
Generate a PrincipalAuthenticationContext object containing the provided username and password, and validation factors from the the request.
getProperties(String) - Method in class com.atlassian.crowd.util.PropertyUtils
 
getPropertiesFromStream(InputStream) - Method in class com.atlassian.crowd.util.PropertyUtils
 
getSecurityServer() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Create and return an instance to the Crowd SecurityServer.
getSecurityServerClient() - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Retrieve the underlying SecurityServerClient used to communicate with the Crowd Security Server.
getSecurityServerClient() - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
Retrieve the underlying SoapSecurityServerClient used to communicate with the Crowd Security Server.
getSecurityServerClient() - Method in interface com.atlassian.crowd.service.AuthenticationManager
Returns an instance of the SecurityServerClient, for when you need more API access than the authentication manager provides.
getSecurityServerClient() - Method in class com.atlassian.crowd.service.cache.CacheAwareAuthenticationManager
 
getSecurityServerClient() - Method in class com.atlassian.crowd.service.cache.SimpleAuthenticationManager
 
getSecurityServerClient() - Static method in class com.atlassian.crowd.service.soap.client.SecurityServerClientFactory
Retrieve a singleton instance of the SecurityServerClient.
getSecurityServerURL() - Method in interface com.atlassian.crowd.service.soap.client.SoapClientProperties
Returns Crowd SOAP server web services URL
getSecurityServerURL() - Method in class com.atlassian.crowd.service.soap.client.SoapClientPropertiesImpl
 
getSimpleAuthenticationManager() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
Creates a new SimpleAuthenticationManager (this authentication manager is not cache aware)
getSimpleAuthenticationManagerInstance() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
Retrieve a singleton instance of the Authentication Manager (not cache aware)
getSoapClientProperties() - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Retrieve the underlying client properties used to communicate with the Crowd Security Server.
getSoapClientProperties() - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
Retrieve the underlying client properties used to communicate with the Crowd Security Server.
getSoapClientProperties() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Retrieve the SOAP client properties used to connect to the Crowd Security Server.
getSoapClientProperties() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Retrieve the client properties used to connect to the Crowd Security Server.
getToken() - Method in class com.atlassian.crowd.integration.authentication.AuthenticatedToken
Gets the token.
getToken(HttpServletRequest) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Retrieve the Crowd authentication token from the request either via: a request attribute (not request parameter), OR a cookie on the request
getToken(HttpServletRequest) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
Retrieve the Crowd authentication token from the request either via:

a request attribute (not request parameter), OR a cookie on the request

getUser() - Method in exception com.atlassian.crowd.integration.exception.InactiveAccountException
 
getUser(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns the SOAPPrincipal representing userName, or null if it's not in the cache.
getUser(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getUser(String) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
 
getUser(String) - Method in interface com.atlassian.crowd.service.UserManager
Given a userName, fetches the user's details, either from cache or from the Crowd server.
getUserFromToken(String) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
Note: the lookup is not currently cached - it will always hit the server.
getUserFromToken(String) - Method in interface com.atlassian.crowd.service.UserManager
Given an authentication token, retrieves the user associated with it.
getUserManager() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
Split out so implementations can be overriden by subclasses.
getUserManagerInstance() - Static method in class com.atlassian.crowd.service.cache.CachingManagerFactory
 
getUserName(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns the username in correct case if it exists in the cache, null otherwise.
getUserName(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getUserWithAttributes(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Returns the SOAPPrincipal with Attributes representing userName, or null if it's not in the cache.
getUserWithAttributes(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
getUserWithAttributes(String) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
 
getUserWithAttributes(String) - Method in interface com.atlassian.crowd.service.UserManager
Given a userName, fetches the user's details and their associated attributes, either from cache or from the Crowd server.
getValidationFactors() - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
Gets the authenticating validation factors.
getValidationFactors(HttpServletRequest) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Retrieves validation factors from the request: Remote Address: the source IP address of the HTTP request. Original Address: the X-Forwarded-For HTTP header (if present and distinct from the Remote Address).
getValidationFactors(HttpServletRequest) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
Retrieves validation factors from the request:

Remote Address: the source IP address of the HTTP request. Original Address: the X-Forwarded-For HTTP header (if present and distinct from the Remote Address).

getValue() - Method in class com.atlassian.crowd.integration.authentication.ValidationFactor
Gets the value.
getValue() - Method in class com.atlassian.crowd.integration.soap.SearchRestriction
 
getValues() - Method in class com.atlassian.crowd.integration.soap.SOAPAttribute
 
GROUP_ACTIVE - Static variable in class com.atlassian.crowd.search.SearchContext
 
GROUP_DIRECTORY_ID - Static variable in class com.atlassian.crowd.search.SearchContext
 
GROUP_DN - Static variable in class com.atlassian.crowd.search.SearchContext
 
GROUP_NAME - Static variable in class com.atlassian.crowd.search.SearchContext
 
GROUP_POPULATE_DIRECT_SUBGROUPS - Static variable in class com.atlassian.crowd.search.SearchContext
 
GROUP_POPULATE_MEMBERSHIPS - Static variable in class com.atlassian.crowd.search.SearchContext
 
GROUP_PRINCIPAL_MEMBER - Static variable in class com.atlassian.crowd.search.SearchContext
 
GroupManager - Interface in com.atlassian.crowd.service
Methods related to operations on groups, but not on their users.
GroupMembershipManager - Interface in com.atlassian.crowd.service
This interface allows applications to query relationships between users and groups.

H

hashCode() - Method in class com.atlassian.crowd.integration.authentication.AuthenticatedToken
 
hashCode() - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
 
hashCode() - Method in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
hashCode() - Method in class com.atlassian.crowd.integration.authentication.UserAuthenticationContext
 
hashCode() - Method in class com.atlassian.crowd.integration.authentication.ValidationFactor
 
hashCode() - Method in interface com.atlassian.crowd.integration.model.DirectoryEntity
Implementations must produce a hashcode based on getDirectoryId() and case-insensitive getName().
hashCode() - Method in class com.atlassian.crowd.integration.soap.SearchRestriction
 
hashCode() - Method in class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
hashCode() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
HttpAuthenticator - Interface in com.atlassian.crowd.integration.http
This interface is used to manage HTTP authentication.
HttpAuthenticatorFactory - Class in com.atlassian.crowd.integration.http
Use this class to maintain a singleton instance of the HttpAuthenticator.
HttpAuthenticatorFactory() - Constructor for class com.atlassian.crowd.integration.http.HttpAuthenticatorFactory
 
HttpAuthenticatorImpl - Class in com.atlassian.crowd.integration.http
This bean is used to manage HTTP authentication.
HttpAuthenticatorImpl(AuthenticationManager) - Constructor for class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 

I

ID - Variable in class com.atlassian.crowd.integration.soap.SOAPEntity
The unique identifier for the entity.
InactiveAccountException - Exception in com.atlassian.crowd.integration.exception
Thrown when a User's account is inactive.
InactiveAccountException(User) - Constructor for exception com.atlassian.crowd.integration.exception.InactiveAccountException
 
InactiveAccountException(User, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InactiveAccountException
 
init(FilterConfig) - Method in class com.atlassian.crowd.integration.http.VerifyTokenFilter
Configures the filter.
init() - Method in class com.atlassian.crowd.integration.xwork.CrowdAuthenticationInterceptor
 
intercept(ActionInvocation) - Method in class com.atlassian.crowd.integration.xwork.CrowdAuthenticationInterceptor
 
invalidate(String) - Method in interface com.atlassian.crowd.service.AuthenticationManager
Marks the presented token as invalid, meaning that the principal it represents is no longer authenticated.
invalidate(String) - Method in class com.atlassian.crowd.service.cache.CacheAwareAuthenticationManager
 
invalidate(String) - Method in class com.atlassian.crowd.service.cache.SimpleAuthenticationManager
 
invalidatePrincipalToken(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Invalidates a token for all integrated applications.
invalidateToken(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Invalidates a principal token for all integrated applications.
invalidateToken(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Invalidates a principal token for all integrated applications.
InvalidAuthenticationException - Exception in com.atlassian.crowd.integration.exception
Thrown when the attempted authentication is not valid.
InvalidAuthenticationException(String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidAuthenticationException
 
InvalidAuthenticationException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidAuthenticationException
 
InvalidAuthorizationTokenException - Exception in com.atlassian.crowd.integration.exception
Thrown when the authenticated token is invalid.
InvalidAuthorizationTokenException() - Constructor for exception com.atlassian.crowd.integration.exception.InvalidAuthorizationTokenException
Default constructor.
InvalidAuthorizationTokenException(String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidAuthorizationTokenException
Default constructor.
InvalidAuthorizationTokenException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidAuthorizationTokenException
Default constructor.
InvalidAuthorizationTokenException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidAuthorizationTokenException
Default constructor.
InvalidCredentialException - Exception in com.atlassian.crowd.integration.exception
Thrown when the supplied credential is not valid.
InvalidCredentialException() - Constructor for exception com.atlassian.crowd.integration.exception.InvalidCredentialException
 
InvalidCredentialException(String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidCredentialException
 
InvalidCredentialException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidCredentialException
 
InvalidCredentialException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidCredentialException
Default constructor.
InvalidDirectoryEntityException - Exception in com.atlassian.crowd.integration.exception
Base class of directory entity (e.g.
InvalidDirectoryEntityException() - Constructor for exception com.atlassian.crowd.integration.exception.InvalidDirectoryEntityException
 
InvalidDirectoryEntityException(DirectoryEntity, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidDirectoryEntityException
 
InvalidDirectoryEntityException(DirectoryEntity, String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidDirectoryEntityException
 
InvalidDirectoryEntityException(DirectoryEntity, String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidDirectoryEntityException
 
InvalidEmailAddressException - Exception in com.atlassian.crowd.integration.exception
Thrown when the email address is not valid.
InvalidEmailAddressException() - Constructor for exception com.atlassian.crowd.integration.exception.InvalidEmailAddressException
Default constructor.
InvalidEmailAddressException(String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidEmailAddressException
 
InvalidEmailAddressException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidEmailAddressException
 
InvalidEmailAddressException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidEmailAddressException
 
InvalidGroupException - Exception in com.atlassian.crowd.integration.exception
An exception to denote an invalid group.
InvalidGroupException() - Constructor for exception com.atlassian.crowd.integration.exception.InvalidGroupException
 
InvalidGroupException(DirectoryEntity, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidGroupException
 
InvalidGroupException(DirectoryEntity, String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidGroupException
 
InvalidGroupException(DirectoryEntity, String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidGroupException
 
InvalidRoleException - Exception in com.atlassian.crowd.integration.exception
An exception to denote an invalid group (of type Role).
InvalidRoleException() - Constructor for exception com.atlassian.crowd.integration.exception.InvalidRoleException
 
InvalidRoleException(DirectoryEntity, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidRoleException
 
InvalidRoleException(DirectoryEntity, String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidRoleException
 
InvalidRoleException(DirectoryEntity, String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidRoleException
 
InvalidTokenException - Exception in com.atlassian.crowd.integration.exception
Thrown when an invalid token is provided.
InvalidTokenException() - Constructor for exception com.atlassian.crowd.integration.exception.InvalidTokenException
Default constructor.
InvalidTokenException(String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidTokenException
Default constructor.
InvalidTokenException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidTokenException
Default constructor.
InvalidTokenException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidTokenException
Default constructor.
InvalidUserException - Exception in com.atlassian.crowd.integration.exception
An exception to denote an invalid model user.
InvalidUserException() - Constructor for exception com.atlassian.crowd.integration.exception.InvalidUserException
 
InvalidUserException(DirectoryEntity, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidUserException
 
InvalidUserException(DirectoryEntity, String) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidUserException
 
InvalidUserException(DirectoryEntity, String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.InvalidUserException
 
invoke(MessageContext) - Method in class com.atlassian.crowd.service.soap.xfire.XFireFaultLoggingMethodHandler
 
invoke(MessageContext) - Method in class com.atlassian.crowd.service.soap.xfire.XFireInLoggingMethodHandler
 
invoke(MessageContext) - Method in class com.atlassian.crowd.service.soap.xfire.XFireLoggingMethodHandler
Processes the incoming SOAP message for logging.
invoke(MessageContext) - Method in class com.atlassian.crowd.service.soap.xfire.XFireOutLoggingMethodHandler
 
isActive() - Method in interface com.atlassian.crowd.integration.model.user.User
 
isActive() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
isAuthenticated(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Tests whether a request is authenticated via SSO.
isAuthenticated(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
 
isAuthenticated(String, ValidationFactor[]) - Method in interface com.atlassian.crowd.service.AuthenticationManager
Checks that the token (as returned from authenticate() is still valid, given the validation factors.
isAuthenticated(String, ValidationFactor[]) - Method in class com.atlassian.crowd.service.cache.CacheAwareAuthenticationManager
 
isAuthenticated(String, ValidationFactor[]) - Method in class com.atlassian.crowd.service.cache.SimpleAuthenticationManager
 
isCacheEnabled() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Checks if the client application should cache security information from the Crowd server.
isCacheEnabled() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Checks if the client application should cache security information from the Crowd server.
isCacheEnabled(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Checks if the client application should cache security information from the Crowd server.
isEncryptedCredential() - Method in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
isGroup(String) - Method in class com.atlassian.crowd.service.cache.CachingGroupManager
 
isGroup(String) - Method in interface com.atlassian.crowd.service.GroupManager
Returns true if groupName represents a valid group, false otherwise.
isGroupMember(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Checks if a prinicipal is a member of a group for the application's assigned directory.
isGroupMember(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Checks if a prinicipal is a member of a group for the application's assigned directory.
isGroupMember(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Checks if a prinicipal is a member of a group for the application's assigned directory.
isMember(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Maintains a list of true/false for "is this user a member of this group".
isMember(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
isMember(String, String) - Method in class com.atlassian.crowd.service.cache.CachingGroupMembershipManager
 
isMember(String, String) - Method in interface com.atlassian.crowd.service.GroupMembershipManager
Returns true if the user represented by userName is a member of groupName
isMemberInGroupCache(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Checks the group->user cache to see if the user is a member.
isMemberInGroupCache(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
Checks the group->user cache to see if the user is a member.
isRoleMember(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Checks if a principal is a member of a role for the application's assigned directory.
isRoleMember(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Checks if a principal is a member of a role for the application's assigned directory.
isRoleMember(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Checks if a principal is a member of a role for the application's assigned directory.
isSecure() - Method in class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
isUser(String) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
With JIRA we're guaranteed that if there are any names in the user list, all the names are in the user list.
isUser(String) - Method in interface com.atlassian.crowd.service.UserManager
Returns true if userName represents a valid user.
isUserDirty(SOAPPrincipal, SOAPPrincipal) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
isUserOrGroup(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Will return true is the string represents a user or group
isUserOrGroup(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
isUserOrGroup(String) - Method in class com.atlassian.crowd.service.cache.CachingGroupMembershipManager
 
isValidPrincipalToken(AuthenticatedToken, String, ValidationFactor[]) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Checks if the principal's current token is still valid.
isValidToken(String, ValidationFactor[]) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Checks if the principal's current token is still valid.
isValidToken(String, ValidationFactor[]) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Checks if the principal's current token is still valid.

L

LAST_VALIDATED - Static variable in class com.atlassian.crowd.integration.http.VerifyTokenFilter
The session key stored as a Date, is the last time the principal had a successful token validation.
lastModified - Variable in class com.atlassian.crowd.integration.soap.SOAPEntity
The time entity was last modification.
logoff(HttpServletRequest, HttpServletResponse) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Log off the SSO authenticated user.
logoff(HttpServletRequest, HttpServletResponse) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
Log off the SSO authenticated user.
logParameters(Object[], StringBuffer) - Method in class com.atlassian.crowd.service.soap.xfire.XFireLoggingMethodHandler
Loops the object graph recursively until all objects have been appended to the logMessage.

N

NAME - Static variable in class com.atlassian.crowd.integration.authentication.ValidationFactor
Application name
name - Variable in class com.atlassian.crowd.integration.soap.SOAPEntity
The unique name of the entity for the directory entity
NestingHelper - Class in com.atlassian.crowd.util
Encapsulates nasty logic related to making sure that all membership information returned to client applications is nesting-aware.
NestingHelper() - Constructor for class com.atlassian.crowd.util.NestingHelper
 
newInstanceFromProperties(Properties) - Static method in class com.atlassian.crowd.service.soap.client.SoapClientPropertiesImpl
 
newInstanceFromResourceLocator(ResourceLocator) - Static method in class com.atlassian.crowd.service.soap.client.SoapClientPropertiesImpl
 
NONE - Static variable in class com.atlassian.crowd.integration.authentication.PasswordCredential
 

O

ObjectNotFoundException - Exception in com.atlassian.crowd.integration.exception
Thrown when an entity is not found.
ObjectNotFoundException() - Constructor for exception com.atlassian.crowd.integration.exception.ObjectNotFoundException
 
ObjectNotFoundException(Class, Object) - Constructor for exception com.atlassian.crowd.integration.exception.ObjectNotFoundException
 
ObjectNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.ObjectNotFoundException
Default constructor.
ObjectNotFoundException(Throwable) - Constructor for exception com.atlassian.crowd.integration.exception.ObjectNotFoundException
Default constructor.
ORIGINAL_URL - Static variable in class com.atlassian.crowd.integration.http.VerifyTokenFilter
The session key stored as a String, is the requested secure url before redirect to the authentication page.
ORIGINAL_URL - Static variable in class com.atlassian.crowd.integration.xwork.CrowdAuthenticationInterceptor
The session key stored as a String, is the requested secure url before redirect to the authentication page.

P

parseString(String) - Static method in enum com.atlassian.crowd.search.SearchContext.PopulateMemberships
 
PasswordCredential - Class in com.atlassian.crowd.integration.authentication
Password based authentication information.
PasswordCredential() - Constructor for class com.atlassian.crowd.integration.authentication.PasswordCredential
Deprecated. since 1.3.2, please use any other PasswordCredential constructor, this constructor should only be used by hibernate. If this constructor is used, please be aware that you must set PasswordCredential.setEncryptedCredential(boolean)
PasswordCredential(String, boolean) - Constructor for class com.atlassian.crowd.integration.authentication.PasswordCredential
 
PRINCIPAL_ACTIVE - Static variable in class com.atlassian.crowd.search.SearchContext
 
PRINCIPAL_DIRECTORY_ID - Static variable in class com.atlassian.crowd.search.SearchContext
 
PRINCIPAL_EMAIL - Static variable in class com.atlassian.crowd.search.SearchContext
 
PRINCIPAL_FULLNAME - Static variable in class com.atlassian.crowd.search.SearchContext
 
PRINCIPAL_NAME - Static variable in class com.atlassian.crowd.search.SearchContext
 
PROPERTIES_FILE_SECURITY_SERVER_URL - Static variable in class com.atlassian.crowd.service.soap.client.SoapClientPropertiesImpl
Configuration file property value for the Crowd server web services URL.
PropertyUtils - Class in com.atlassian.crowd.util
PropertyUtils class to enable the writing back of Properties
PropertyUtils() - Constructor for class com.atlassian.crowd.util.PropertyUtils
 

R

RANDOM_NUMBER - Static variable in class com.atlassian.crowd.integration.authentication.ValidationFactor
The Key that represents the generated 'Random-Number' ValidationFactor
REMOTE_ADDRESS - Static variable in class com.atlassian.crowd.integration.authentication.ValidationFactor
The key to use when setting the client remote address.
REMOTE_HOST - Static variable in class com.atlassian.crowd.integration.authentication.ValidationFactor
If you need to set the host - use only for an application.
removeAllMembers(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Removes the list of users in the group.
removeAllMembers(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeAllMemberships(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Called by CachingUserManager.removeUser(String) to ensure the users details are removed from any and all user->groups and (user+group)->[yes,no] caches.
removeAllMemberships(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
Called by CachingUserManager.removeUser(String) to ensure the users details are removed from any and all user->groups and (user+group)->[yes,no] caches.
removeAllMembershipsFromUserMembershipsCache(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Removes the list of groups the user belongs to.
removeAllMembershipsFromUserMembershipsCache(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeAttributeFromGroup(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Removes an attribute from a group that is in the application's assigned directory.
removeAttributeFromGroup(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Removes an attribute from a group that is in the application's assigned directory.
removeAttributeFromGroup(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Removes an attribute from a group that is in the application's assigned directory.
removeAttributeFromPrincipal(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Removes an attribute from a principal who is in the application's assigned directory.
removeAttributeFromPrincipal(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Removes an attribute from a principal who is in the application's assigned directory.
removeAttributeFromPrincipal(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Removes an attribute from a principal who is in the application's assigned directory.
removeCachedGroupMembership(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Removes all the membership details for this specific userName, groupName pair, when a group is being removed.
removeCachedGroupMembership(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
Removes all the membership details for this specific userName, groupName pair, when a group is being removed.
removeCachedGroupMemberships(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Called by CachingGroupManager.removeGroup(String) to ensure the group details are removed from any and all user->groups and (user+group)->[yes,no] caches.
removeCachedGroupMemberships(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
Called by CachingGroupManager.removeGroup(String) to ensure the group details are removed from any and all user->groups and (user+group)->[yes,no] caches.
removeCachedUser(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
 
removeCachedUser(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeFromAllGroupNamesCache(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
When we remove a group, if we have already cached the list of all available groups, we need to remove this group.
removeFromAllGroupNamesCache(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
When we remove a group, if we have already cached the list of all available groups, we need to remove this group.
removeFromAllUsers(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
 
removeFromAllUsers(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeGroup(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Removes the group, if it exists
removeGroup(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeGroup(String) - Method in class com.atlassian.crowd.service.cache.CachingGroupManager
 
removeGroup(String) - Method in interface com.atlassian.crowd.service.GroupManager
Removes a group from Crowd.
removeGroup(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Removes a group from the applciation's assigned directory.
removeGroup(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Removes a group from the applciation's assigned directory.
removeGroup(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Removes a group from the application's assigned directory.
removeGroupFromUser(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
 
removeGroupFromUser(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeMembership(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Remove any stored [yes,no] membership relationship for a userName & groupName combination.
removeMembership(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeMembership(String, String) - Method in class com.atlassian.crowd.service.cache.CachingGroupMembershipManager
 
removeMembership(String, String) - Method in interface com.atlassian.crowd.service.GroupMembershipManager
Removes a user identified by userName from the group identified by groupName.
removePrincipal(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Removes a principal from the application's assigned directory.
removePrincipal(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Removes a principal from the application's assigned directory.
removePrincipal(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Removes a principal from the application's assigned directory.
removePrincipalFromGroup(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Removes a principal from a group for the application's assigned directory.
removePrincipalFromGroup(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Removes a principal from a group for the application's assigned directory.
removePrincipalFromGroup(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Removes a principal from a group for the application's assigned directory.
removePrincipalFromRole(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Removes a principal from a role for the application's assigned directory.
removePrincipalFromRole(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Removes a principal from a role for the application's assigned directory.
removePrincipalFromRole(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Removes a principal from a role for the application's assigned directory.
removeProperty(String, String) - Method in class com.atlassian.crowd.util.PropertyUtils
 
removeRole(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Removes a role from the application's assigned directory.
removeRole(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Removes a role from the application's assigned directory.
removeRole(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Removes a role from the application's assigned directory.
removeUser(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Removes the user from the cache.
removeUser(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
removeUser(String) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
 
removeUser(String) - Method in interface com.atlassian.crowd.service.UserManager
Removes a user from Crowd.
removeUserFromGroup(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
 
removeUserFromGroup(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
resetPrincipalCredential(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory.
resetPrincipalCredential(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory.
resetPrincipalCredential(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Resets a principal's password credential to a random password and emails the new password who is in the application's assigned directory.
ROLE_ACTIVE - Static variable in class com.atlassian.crowd.search.SearchContext
 
ROLE_DIRECTORY_ID - Static variable in class com.atlassian.crowd.search.SearchContext
 
ROLE_NAME - Static variable in class com.atlassian.crowd.search.SearchContext
 
ROLE_POPULATE_MEMBERSHIPS - Static variable in class com.atlassian.crowd.search.SearchContext
 
ROLE_PRINCIPAL_MEMBER - Static variable in class com.atlassian.crowd.search.SearchContext
 

S

SEARCH_INDEX_START - Static variable in class com.atlassian.crowd.search.SearchContext
 
SEARCH_MAX_RESULTS - Static variable in class com.atlassian.crowd.search.SearchContext
 
SearchContext - Class in com.atlassian.crowd.search
 
SearchContext() - Constructor for class com.atlassian.crowd.search.SearchContext
 
SearchContext(Map<String, Object>) - Constructor for class com.atlassian.crowd.search.SearchContext
 
SearchContext.PopulateMemberships - Enum in com.atlassian.crowd.search
 
searchGroups(SearchRestriction[]) - Method in class com.atlassian.crowd.service.cache.CachingGroupManager
 
searchGroups(SearchRestriction[]) - Method in interface com.atlassian.crowd.service.GroupManager
Searches the list of all available groups based on the passed-in restrictions and returns a list of groups that match.
searchGroups(SearchRestriction[]) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Searches for groups that are in the application's assigned directory.
searchGroups(SearchRestriction[]) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Searches for groups that are in the application's assigned directory.
searchGroups(AuthenticatedToken, SearchRestriction[]) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Searches for groups that are in the application's assigned directory.
searchPrincipals(SearchRestriction[]) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Searches for prnicipals that are in the application's assigned directory.
searchPrincipals(SearchRestriction[]) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Searches for prnicipals that are in the application's assigned directory.
searchPrincipals(AuthenticatedToken, SearchRestriction[]) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Searches for principals that are in the application's assigned directory.
SearchRestriction - Class in com.atlassian.crowd.integration.soap
 
SearchRestriction() - Constructor for class com.atlassian.crowd.integration.soap.SearchRestriction
 
SearchRestriction(String, String) - Constructor for class com.atlassian.crowd.integration.soap.SearchRestriction
 
searchRoles(SearchRestriction[]) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Searches for roles that are in the application's assigned directory.
searchRoles(SearchRestriction[]) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Searches for roles that are in the application's assigned directory.
searchRoles(AuthenticatedToken, SearchRestriction[]) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Searches for roles that are in the application's assigned directory.
searchUsers(SearchRestriction[]) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
 
searchUsers(SearchRestriction[]) - Method in interface com.atlassian.crowd.service.UserManager
Searches the list of all available users based on the passed-in restrictions and returns a list of users that match.
SecurityServer - Interface in com.atlassian.crowd.service.soap.server
Atlassian Crowd SOAP security services interface.
SecurityServerClient - Interface in com.atlassian.crowd.service.soap.client
An interface to communicate with the Crowd Security Server.
SecurityServerClientFactory - Class in com.atlassian.crowd.service.soap.client
Use this class to maintain a singleton instance of the SecurityServerClient.
SecurityServerClientFactory() - Constructor for class com.atlassian.crowd.service.soap.client.SecurityServerClientFactory
 
SecurityServerClientImpl - Class in com.atlassian.crowd.service.soap.client
An implementation of the SecurityServerClient interface.
SecurityServerClientImpl(SoapClientProperties) - Constructor for class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
service - Variable in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
 
setActive(boolean) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
setApplication(String) - Method in class com.atlassian.crowd.integration.authentication.UserAuthenticationContext
Sets the application name the authentication request is for.
setAttributes(SOAPAttribute[]) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
setConception(Date) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
setCredential(PasswordCredential) - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
Sets the authenticating credential information.
setCredential(String) - Method in class com.atlassian.crowd.integration.authentication.PasswordCredential
Sets the password credential.
setDescription(String) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
setDirectoryId(long) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
setDomain(String) - Method in class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
setEncryptedCredential(boolean) - Method in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
setEntity(DirectoryEntity) - Method in exception com.atlassian.crowd.integration.exception.InvalidDirectoryEntityException
 
setExistingUsers(Set<String>) - Method in exception com.atlassian.crowd.integration.exception.BulkAddFailedException
 
setFailedUsers(Set<String>) - Method in exception com.atlassian.crowd.integration.exception.BulkAddFailedException
 
setGroupMembers(String[]) - Method in class com.atlassian.crowd.integration.soap.SOAPNestableGroup
 
setID(long) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
setLastModified(Date) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
setMembers(String[]) - Method in class com.atlassian.crowd.integration.soap.SOAPGroup
 
setMembers(String[]) - Method in class com.atlassian.crowd.integration.soap.SOAPRole
 
setMembers(String, String[]) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Caches the member list for a group called groupName.
setMembers(String, String[]) - Method in class com.atlassian.crowd.service.cache.CacheImpl
Caches the member list for a group called groupName.
setMembership(String, String, Boolean) - Method in interface com.atlassian.crowd.service.cache.BasicCache
Adds or replaces a membership relationship between the user and the group.
setMembership(String, String, Boolean) - Method in class com.atlassian.crowd.service.cache.CacheImpl
 
setName(String) - Method in class com.atlassian.crowd.integration.authentication.AuthenticatedToken
Sets the name of the authenticated client.
setName(String) - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
Sets the name of the authenticating entity.
setName(String) - Method in class com.atlassian.crowd.integration.authentication.ValidationFactor
Sets the name.
setName(String) - Method in class com.atlassian.crowd.integration.soap.SearchRestriction
 
setName(String) - Method in class com.atlassian.crowd.integration.soap.SOAPAttribute
 
setName(String) - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
setPasswordCredential(PasswordCredential) - Method in class com.atlassian.crowd.integration.soap.SOAPPrincipalWithCredential
 
setPrincipal(SOAPPrincipal) - Method in class com.atlassian.crowd.integration.soap.SOAPPrincipalWithCredential
 
setPrincipalToken(HttpServletRequest, HttpServletResponse, String) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Sets the underlying principal token on: 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.
setPrincipalToken(HttpServletRequest, HttpServletResponse, String) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
Sets the underlying principal token on: 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.
setSecure(boolean) - Method in class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
setToken(String) - Method in class com.atlassian.crowd.integration.authentication.AuthenticatedToken
Sets the token.
setValidationFactors(ValidationFactor[]) - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
Sets the autenticating validation factors.
setValue(String) - Method in class com.atlassian.crowd.integration.authentication.ValidationFactor
Sets the value.
setValue(String) - Method in class com.atlassian.crowd.integration.soap.SearchRestriction
 
setValues(String[]) - Method in class com.atlassian.crowd.integration.soap.SOAPAttribute
 
SimpleAuthenticationManager - Class in com.atlassian.crowd.service.cache
This class provides a version of the AuthenticationManager interface that, at least initially, will not perform caching.
SimpleAuthenticationManager(SecurityServerClient) - Constructor for class com.atlassian.crowd.service.cache.SimpleAuthenticationManager
 
SOAPAttribute - Class in com.atlassian.crowd.integration.soap
 
SOAPAttribute() - Constructor for class com.atlassian.crowd.integration.soap.SOAPAttribute
 
SOAPAttribute(String, String) - Constructor for class com.atlassian.crowd.integration.soap.SOAPAttribute
 
SOAPAttribute(String, String[]) - Constructor for class com.atlassian.crowd.integration.soap.SOAPAttribute
 
SoapClientProperties - Interface in com.atlassian.crowd.service.soap.client
SOAP specific client properties.
SoapClientPropertiesImpl - Class in com.atlassian.crowd.service.soap.client
This bean is a container for the application's crowd.properties.
SOAPCookieInfo - Class in com.atlassian.crowd.integration.soap
Configuration information for setting client cookie details.
SOAPCookieInfo() - Constructor for class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
SOAPCookieInfo(String, boolean) - Constructor for class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
SOAPEntity - Class in com.atlassian.crowd.integration.soap
 
SOAPEntity() - Constructor for class com.atlassian.crowd.integration.soap.SOAPEntity
 
SOAPEntity(long, String, long, String, boolean, Date, Date, SOAPAttribute[]) - Constructor for class com.atlassian.crowd.integration.soap.SOAPEntity
 
SoapExceptionTranslator - Class in com.atlassian.crowd.util
Translates com.atlassian.crowd.exceptions Exception classes to and from com.atlassian.crowd.integration.exceptions Exception classes to maintain backwards compatibility with Crowd 2.0.x SOAP service.
SoapExceptionTranslator() - Constructor for class com.atlassian.crowd.util.SoapExceptionTranslator
 
SOAPGroup - Class in com.atlassian.crowd.integration.soap
 
SOAPGroup() - Constructor for class com.atlassian.crowd.integration.soap.SOAPGroup
 
SOAPGroup(String, String[]) - Constructor for class com.atlassian.crowd.integration.soap.SOAPGroup
 
SOAPNestableGroup - Class in com.atlassian.crowd.integration.soap
 
SOAPNestableGroup() - Constructor for class com.atlassian.crowd.integration.soap.SOAPNestableGroup
 
SOAPNestableGroup(String, String[]) - Constructor for class com.atlassian.crowd.integration.soap.SOAPNestableGroup
 
SoapObjectTranslator - Class in com.atlassian.crowd.util
Converts to and from SOAP versions of classes.
SoapObjectTranslator() - Constructor for class com.atlassian.crowd.util.SoapObjectTranslator
 
SOAPPrincipal - Class in com.atlassian.crowd.integration.soap
 
SOAPPrincipal() - Constructor for class com.atlassian.crowd.integration.soap.SOAPPrincipal
 
SOAPPrincipal(String) - Constructor for class com.atlassian.crowd.integration.soap.SOAPPrincipal
 
SOAPPrincipal(long, String, long, String, boolean, Date, Date, SOAPAttribute[]) - Constructor for class com.atlassian.crowd.integration.soap.SOAPPrincipal
 
SOAPPrincipalHelper - Class in com.atlassian.crowd.util
 
SOAPPrincipalHelper() - Constructor for class com.atlassian.crowd.util.SOAPPrincipalHelper
 
SOAPPrincipalWithCredential - Class in com.atlassian.crowd.integration.soap
A wrapper class, which encapsulates the SOAPPrincipal and PasswordCredential.
SOAPPrincipalWithCredential() - Constructor for class com.atlassian.crowd.integration.soap.SOAPPrincipalWithCredential
 
SOAPPrincipalWithCredential(SOAPPrincipal, PasswordCredential) - Constructor for class com.atlassian.crowd.integration.soap.SOAPPrincipalWithCredential
 
SOAPRole - Class in com.atlassian.crowd.integration.soap
 
SOAPRole() - Constructor for class com.atlassian.crowd.integration.soap.SOAPRole
 
SOAPRole(String, String[]) - Constructor for class com.atlassian.crowd.integration.soap.SOAPRole
 

T

throwEquivalentCheckedException(ApplicationPermissionException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(ApplicationAccessDeniedException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(BulkAddFailedException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InvalidAuthorizationTokenException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InvalidEmailAddressException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InvalidTokenException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(ExpiredCredentialException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InactiveAccountException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InvalidAuthenticationException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InvalidCredentialException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InvalidGroupException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InvalidRoleException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(InvalidUserException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentCheckedException(ObjectNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwEquivalentGroupNotFoundException(ObjectNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
Throws the equivalent GroupNotFoundException from ObjectNotFoundException.
throwEquivalentMembershipNotFoundException(ObjectNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
Throws the equivalent MembershipNotFoundException from ObjectNotFoundException.
throwEquivalentObjectNotFoundException(ObjectNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
Throws the equivalent ObjectNotFoundException from ObjectNotFoundException.
throwEquivalentUserNotFoundException(ObjectNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
Throws the equivalent UserNotFoundException from ObjectNotFoundException.
throwEquivalentUserOrGroupNotFoundException(ObjectNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
Throws the equivalent UserNotFoundException or GroupNotFoundException from ObjectNotFoundException.
throwEquivalentUserOrGroupOrMembershipNotFoundException(ObjectNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
Throws the equivalent UserNotFoundException, GroupNotFoundException, MembershipNotFoundException from ObjectNotFoundException.
throwSoapEquivalentCheckedException(ApplicationPermissionException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(ApplicationAccessDeniedException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(BulkAddFailedException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InvalidAuthorizationTokenException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InvalidEmailAddressException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InvalidTokenException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(ExpiredCredentialException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InactiveAccountException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InvalidAuthenticationException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InvalidCredentialException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InvalidGroupException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InvalidRoleException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(InvalidUserException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(ObjectNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(GroupNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(UserNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
throwSoapEquivalentCheckedException(MembershipNotFoundException) - Static method in class com.atlassian.crowd.util.SoapExceptionTranslator
 
TOKEN_APPLICATION_ONLY - Static variable in class com.atlassian.crowd.search.SearchContext
 
TOKEN_EXPIRATION_DATE - Static variable in class com.atlassian.crowd.search.SearchContext
 
TOKEN_NAME - Static variable in class com.atlassian.crowd.search.SearchContext
 
TOKEN_PRINCIPAL_DIRECTORY_ID - Static variable in class com.atlassian.crowd.search.SearchContext
 
TOKEN_PRINCIPAL_ONLY - Static variable in class com.atlassian.crowd.search.SearchContext
 
TOKEN_SECRET_NUMBER - Static variable in class com.atlassian.crowd.search.SearchContext
 
toSoapApplicationAuthenticationContext(ApplicationAuthenticationContext) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts to SOAP version of ApplicationAuthenticationContext.
toSoapAuthenticatedToken(AuthenticatedToken) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts to the SOAP version of AuthenticatedToken.
toSoapPasswordCredential(PasswordCredential) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts to the SOAP version of PasswordCredential.
toSoapUserAuthenticationContext(UserAuthenticationContext) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts to SOAP version of UserAuthenticationContext.
toSoapValidationFactor(ValidationFactor) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts to the SOAP version of ValidationFactor.
toSoapValidationFactors(ValidationFactor[]) - Static method in class com.atlassian.crowd.util.SoapObjectTranslator
Converts to the SOAP version of ValidationFactor.
toString() - Method in class com.atlassian.crowd.integration.authentication.AuthenticatedToken
 
toString() - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
 
toString() - Method in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
toString() - Method in class com.atlassian.crowd.integration.authentication.UserAuthenticationContext
 
toString() - Method in class com.atlassian.crowd.integration.authentication.ValidationFactor
 
toString() - Method in class com.atlassian.crowd.integration.soap.SearchRestriction
 
toString() - Method in class com.atlassian.crowd.integration.soap.SOAPAttribute
 
toString() - Method in class com.atlassian.crowd.integration.soap.SOAPCookieInfo
 
toString() - Method in class com.atlassian.crowd.integration.soap.SOAPEntity
 
toString() - Method in class com.atlassian.crowd.integration.soap.SOAPGroup
 
toString() - Method in class com.atlassian.crowd.integration.soap.SOAPNestableGroup
 
toString() - Method in class com.atlassian.crowd.integration.soap.SOAPRole
 
toString() - Method in class com.atlassian.crowd.search.SearchContext
 
toString() - Method in class com.atlassian.crowd.service.soap.client.SoapClientPropertiesImpl
 

U

unencrypted(String) - Static method in class com.atlassian.crowd.integration.authentication.PasswordCredential
 
updateGroup(SOAPGroup) - Method in class com.atlassian.crowd.service.cache.CachingGroupManager
 
updateGroup(SOAPGroup) - Method in interface com.atlassian.crowd.service.GroupManager
Updates a group's details in Crowd.
updateGroup(String, String, boolean) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Updates the first group located from the list of directories assigned to an application Available fields that can be updated are description and active
updateGroup(String, String, boolean) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Updates the first group located from the list of directories assigned to an application Available fields that can be updated are description and active
updateGroup(AuthenticatedToken, String, String, boolean) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Updates the first group located from the list of directories assigned to an application Available fields that can be updated are description and active
updateGroupAttribute(String, SOAPAttribute) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Updates an attribute for a group that is in the application's assigned directory.
updateGroupAttribute(String, SOAPAttribute) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Updates an attribute for a group that is in the application's assigned directory.
updateGroupAttribute(AuthenticatedToken, String, SOAPAttribute) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Updates an attribute for a group that is in the application's assigned directory..
updatePassword(String, PasswordCredential) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
 
updatePassword(String, PasswordCredential) - Method in interface com.atlassian.crowd.service.UserManager
Changes the password for the user specified by userName.
updatePrincipalAttribute(String, SOAPAttribute) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Updates an attribute for a principal who is in the application's assigned directory.
updatePrincipalAttribute(String, SOAPAttribute) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Updates an attribute for a principal who is in the application's assigned directory.
updatePrincipalAttribute(AuthenticatedToken, String, SOAPAttribute) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Updates an attribute for a principal who is in the application's assigned directory..
updatePrincipalCredential(String, PasswordCredential) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
Updates the password credential for a principal who is in the application's assigned directory.
updatePrincipalCredential(String, PasswordCredential) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
Updates the password credential for a principal who is in the application's assigned directory.
updatePrincipalCredential(AuthenticatedToken, String, PasswordCredential) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
Updates the password credential for a principal who is in the application's assigned directory.
updateProperties(Properties) - Method in class com.atlassian.crowd.service.soap.client.SoapClientPropertiesImpl
 
updateProperty(String, String, String) - Method in class com.atlassian.crowd.util.PropertyUtils
 
updateUser(SOAPPrincipal) - Method in class com.atlassian.crowd.service.cache.CachingUserManager
 
updateUser(SOAPPrincipal) - Method in interface com.atlassian.crowd.service.UserManager
Updates a user's details in Crowd.
User - Interface in com.atlassian.crowd.integration.model.user
Use for SOAP only.
UserAuthenticationContext - Class in com.atlassian.crowd.integration.authentication
Use for SOAP only.
UserAuthenticationContext() - Constructor for class com.atlassian.crowd.integration.authentication.UserAuthenticationContext
 
UserAuthenticationContext(String, PasswordCredential, ValidationFactor[], String) - Constructor for class com.atlassian.crowd.integration.authentication.UserAuthenticationContext
 
UserManager - Interface in com.atlassian.crowd.service
Methods related to operations on users, but not on their group or role memberships.

V

ValidationFactor - Class in com.atlassian.crowd.integration.authentication
Validation factors are used to construct a unique token when a model.RemotePrincipal authenticates with the crowd server.
ValidationFactor() - Constructor for class com.atlassian.crowd.integration.authentication.ValidationFactor
 
ValidationFactor(String, String) - Constructor for class com.atlassian.crowd.integration.authentication.ValidationFactor
 
valueOf(String) - Static method in enum com.atlassian.crowd.search.SearchContext.PopulateMemberships
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.crowd.search.SearchContext.PopulateMemberships
Returns an array containing the constants of this enum type, in the order they are declared.
verifyAuthentication(String, String, ValidationFactor[]) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Verifies the authentication of a principal's username/password, given a set of validation factors.
verifyAuthentication(String, String) - Method in interface com.atlassian.crowd.integration.http.HttpAuthenticator
Authenticate a remote principal without using SSO.
verifyAuthentication(String, String, ValidationFactor[]) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
Verifies the authentication of a principal's username/password, given a set of validation factors.
verifyAuthentication(String, String) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
Authenticate a remote principal without using SSO.
VerifyTokenFilter - Class in com.atlassian.crowd.integration.http
This filter manages protecting a web.xml url-pattern.
VerifyTokenFilter() - Constructor for class com.atlassian.crowd.integration.http.VerifyTokenFilter
Use this default constructor if you are not using an IoC managed HttpAuthenticator/SecurityServerClient.
VerifyTokenFilter(HttpAuthenticator) - Constructor for class com.atlassian.crowd.integration.http.VerifyTokenFilter
Use this constructor to provide an externally managed singleton instance of the HttpAuthenticator.

X

X_FORWARDED_FOR - Static variable in class com.atlassian.crowd.integration.authentication.ValidationFactor
The key to use when setting the client remote forwarding address through a proxy.
XFireFaultLoggingMethodHandler - Class in com.atlassian.crowd.service.soap.xfire
Logs faults.
XFireFaultLoggingMethodHandler() - Constructor for class com.atlassian.crowd.service.soap.xfire.XFireFaultLoggingMethodHandler
 
XFireInLoggingMethodHandler - Class in com.atlassian.crowd.service.soap.xfire
Logs incoming service request to Crowd from XFire.
XFireInLoggingMethodHandler() - Constructor for class com.atlassian.crowd.service.soap.xfire.XFireInLoggingMethodHandler
 
XFireLoggingMethodHandler - Class in com.atlassian.crowd.service.soap.xfire
This class is used by the XFire SOAP framework when processing SOAP request, specific in and out message processors handle the extraction of the message from the messageContext provided by XFire.
XFireLoggingMethodHandler() - Constructor for class com.atlassian.crowd.service.soap.xfire.XFireLoggingMethodHandler
 
XFireOutLoggingMethodHandler - Class in com.atlassian.crowd.service.soap.xfire
Logs outgoing service request to Crowd from XFire.
XFireOutLoggingMethodHandler() - Constructor for class com.atlassian.crowd.service.soap.xfire.XFireOutLoggingMethodHandler
 

A B C D E F G H I L N O P R S T U V X

Copyright © 2010 Atlassian. All Rights Reserved.