- 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
-
- 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
-
- 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
-
- 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
-
Adds the group to the user/group membership in cache
- addGroupToUser(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
-
- addIsUserOrGroup(String, Boolean) - Method in interface com.atlassian.crowd.service.cache.BasicCache
-
Updates the cache with information if the specified name is a valid user or group
- 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
-
- 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
-
- 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
-
Deprecated.
- addPrincipalToRole(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
-
- 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
-
Deprecated.
- addRole(SOAPRole) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
-
- addRole(AuthenticatedToken, SOAPRole) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
-
Deprecated.
- 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
-
- 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
-
- 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
-
Adds the user to the user/group membership in cache
- 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(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
-
- 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
-
- 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
-
- 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.
- 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 to 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
-
Caches the specified user and it's properties
- cacheUserWithAttributes(SOAPPrincipal) - Method in class com.atlassian.crowd.service.cache.CacheImpl
-
- CachingGroupManager - Class in com.atlassian.crowd.service.cache
-
Handles group names and 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
-
- containsGroupRelationships() - Method in class com.atlassian.crowd.service.cache.CacheImpl
-
- 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
-
- 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.
- 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
-
- 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
-
- 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
-
Retrieves all groups in the application's assigned directories.
- findAllGroups() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
-
- 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
-
- 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
-
Retrieves all principals in the application's assigned directories.
- findAllPrincipals() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
-
- findAllRoleNames() - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
-
Deprecated.
- findAllRoleNames() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
-
- 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
-
Deprecated.
- findAllRoles() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
Deprecated.
- findRoleByName(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
-
- findRoleByName(AuthenticatedToken, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
-
Deprecated.
- findRoleMemberships(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
-
Deprecated.
- findRoleMemberships(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
-
- 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
-
- FROM_SOAP_VALIDATION_FACTOR_FUNCTION - Static variable in class com.atlassian.crowd.util.SoapObjectTranslator
-
- 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.
- 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
-
- 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
-
- 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
-
- getAllUserNames() - Method in interface com.atlassian.crowd.service.cache.BasicCache
-
- 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
-
- getAncestorsForGroups() - Method in interface com.atlassian.crowd.service.cache.BasicCache
-
Returns a map of group name to 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
-
Retrieves the SOAPAttribute belonging to the user
- 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
-
- getCacheTime() - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
-
- getCacheTime(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
-
- 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
-
- 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
-
- getDomain(AuthenticatedToken) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
-
- getEmail(SOAPPrincipal) - Method in class com.atlassian.crowd.util.SOAPPrincipalHelper
-
Retrieves the email address from the specified user
- 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
-
Retrieves the first attribute from the specified SOAPAttribute belonging to the user
- getFirstName() - Method in interface com.atlassian.crowd.integration.model.user.User
-
- getFirstName(SOAPPrincipal) - Method in class com.atlassian.crowd.util.SOAPPrincipalHelper
-
Retrieves the first name from the specified user
- getFullName(SOAPPrincipal) - Method in class com.atlassian.crowd.util.SOAPPrincipalHelper
-
Retrieves the full name from the specified user
- 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
-
- 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 overridden 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 overridden 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
-
Retrieves the last name from the specified user
- 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
-
Deprecated.
- getMembers(String) - Method in class com.atlassian.crowd.service.cache.CachingGroupMembershipManager
-
- 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
-
- 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 retrieve the principal from the request.
- getPrincipal(HttpServletRequest) - Method in class com.atlassian.crowd.integration.http.HttpAuthenticatorImpl
-
- 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
-
- getProperties(String) - Method in class com.atlassian.crowd.util.PropertyUtils
-
Retrieves the properties from the specified properties file
- getPropertiesFromStream(InputStream) - Method in class com.atlassian.crowd.util.PropertyUtils
-
Loads Properties from an InputStream
- 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
-
- 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
-
- 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
-
- 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
-
- 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 overridden 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
-
- 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.
- 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 the 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
-
- InactiveAccountException(String, 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
-
- 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
-
- 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
-
- 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 principal 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
-
- isGroupMember(AuthenticatedToken, String, String) - Method in interface com.atlassian.crowd.service.soap.server.SecurityServer
-
Checks if a principal 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 to user cache to see if the user is a member.
- isMemberInGroupCache(String, String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
-
- isRoleMember(String, String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
-
Deprecated.
- isRoleMember(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
-
- 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 if there is enough information in the cache to determine if 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
-
- 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
-
- removeAllMemberships(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
-
- 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
-
- 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
-
- 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
-
- removeCachedGroupMemberships(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
-
- removeCachedGroupMemberships(String) - Method in class com.atlassian.crowd.service.cache.CacheImpl
-
- removeCachedUser(String, String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
-
Removes membership details for the specified user/group
- 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
-
- removeFromAllUsers(String) - Method in interface com.atlassian.crowd.service.cache.BasicCache
-
Removes the user from the cache
- 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 application's assigned directory.
- removeGroup(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
-
- 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
-
Removes the group from the user/group membership in the cache
- 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 and 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
-
- 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
-
- 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
-
Deprecated.
- removePrincipalFromRole(String, String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
-
- 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
-
Removes the specified property from the specified property file
- removeRole(String) - Method in interface com.atlassian.crowd.service.soap.client.SecurityServerClient
-
Deprecated.
- removeRole(String) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
-
- 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
-
Removes the user from the user/group membership in the cache
- 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
-
- 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
-
- 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
-
- 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 principals that are in the application's assigned directory.
- searchPrincipals(SearchRestriction[]) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
-
- 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
-
Deprecated.
- searchRoles(SearchRestriction[]) - Method in class com.atlassian.crowd.service.soap.client.SecurityServerClientImpl
-
- 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
-
Deprecated.
- 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
-
- 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
-
- 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.
- setUser(User) - Method in exception com.atlassian.crowd.integration.exception.InactiveAccountException
-
- setValidationFactors(ValidationFactor[]) - Method in class com.atlassian.crowd.integration.authentication.AuthenticationContext
-
Sets the authenticating 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
-
A helper to retrieve attributes from SOAPPrincipal
- 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
-
Deprecated.
- SOAPRole() - Constructor for class com.atlassian.crowd.integration.soap.SOAPRole
-
Deprecated.
- SOAPRole(String, String[]) - Constructor for class com.atlassian.crowd.integration.soap.SOAPRole
-
Deprecated.