Skip navigation links
B C D E F G H I L M P R S U 

B

BaseUrlLocator - Class in com.atlassian.crowd.web
Utility class that returns the base URL of the running Crowd/Horde server.
BaseUrlLocator() - Constructor for class com.atlassian.crowd.web.BaseUrlLocator
 

C

com.atlassian.crowd.manager.mail - package com.atlassian.crowd.manager.mail
 
com.atlassian.crowd.manager.permission - package com.atlassian.crowd.manager.permission
 
com.atlassian.crowd.model.page - package com.atlassian.crowd.model.page
 
com.atlassian.crowd.service - package com.atlassian.crowd.service
 
com.atlassian.crowd.service.license - package com.atlassian.crowd.service.license
 
com.atlassian.crowd.service.token - package com.atlassian.crowd.service.token
 
com.atlassian.crowd.web - package com.atlassian.crowd.web
 
createAndStoreToken(String, long, int) - Method in interface com.atlassian.crowd.service.token.InviteUserTokenService
Create a new token for the given email address and directory ID and store it
currentUserHasPermission(UserPermission) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionService
Does the current user have the provided permission.

D

DEFAULT_TOKEN_EXPIRY_SECONDS - Static variable in interface com.atlassian.crowd.service.token.InviteUserTokenService
 

E

ExpirableUserTokenService - Interface in com.atlassian.crowd.service.token
Service for handling expirable user tokens

F

findByToken(String) - Method in interface com.atlassian.crowd.service.token.InviteUserTokenService
Find the token using the given random hash
findGroups(int, int) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionAdminService
List all groups that the Crowd console application can see.
findGroupsByPrefix(String, int, int) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionAdminService
List all groups that the Crowd console application can see, filtered by prefix.
findGroupsWithPermission(int, int) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionAdminService
Find all groups with an explicit permission Note: there are no authentication checks in this method
findGroupsWithPermissionByPrefix(String, int, int) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionAdminService
Find all groups with an explicit permission Note: there are no authentication checks in this method

G

getBaseUrlFrom(HttpServletRequest) - Static method in class com.atlassian.crowd.web.BaseUrlLocator
 
getLicense() - Method in interface com.atlassian.crowd.service.license.LicenseService
 
getLimit() - Method in interface com.atlassian.crowd.model.page.Page
 
getLimit() - Method in class com.atlassian.crowd.model.page.PageImpl
 
getRestrictedDomains() - Method in interface com.atlassian.crowd.service.SignupSettingsService
Returns list of domains.
getResults() - Method in interface com.atlassian.crowd.model.page.Page
 
getResults() - Method in class com.atlassian.crowd.model.page.PageImpl
 
getSize() - Method in interface com.atlassian.crowd.model.page.Page
 
getSize() - Method in class com.atlassian.crowd.model.page.PageImpl
 
getStart() - Method in interface com.atlassian.crowd.model.page.Page
 
getStart() - Method in class com.atlassian.crowd.model.page.PageImpl
 

H

hasPermission(String, UserPermission) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionService
Does the provided user have the provided permission.
hasPermissionOutsideOfGroups(String, UserPermission, Collection<DirectoryGroup>) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionService
Does the provided user have the provided permission when not considering the provided groups.

I

InviteUserTokenService - Interface in com.atlassian.crowd.service.token
Service for handling invite user tokens
isConfigured() - Method in interface com.atlassian.crowd.manager.mail.MailManager
 
isEmailAllowed(String) - Method in interface com.atlassian.crowd.service.SignupSettingsService
Checks if the given email address is allowed to sign up.
isEmailSentOnSignUp() - Method in interface com.atlassian.crowd.service.SignupSettingsService
 
isLastPage() - Method in interface com.atlassian.crowd.model.page.Page
 
isLastPage() - Method in class com.atlassian.crowd.model.page.PageImpl
 
isSignupEnabled() - Method in interface com.atlassian.crowd.service.SignupSettingsService
 

L

LicenseService - Interface in com.atlassian.crowd.service.license
Allows interacting with the license for the Crowd Server

M

MailManager - Interface in com.atlassian.crowd.manager.mail
 
MailSendException - Exception in com.atlassian.crowd.manager.mail
 
MailSendException(InternetAddress) - Constructor for exception com.atlassian.crowd.manager.mail.MailSendException
 
MailSendException(InternetAddress, Throwable) - Constructor for exception com.atlassian.crowd.manager.mail.MailSendException
 
MailSendException(Throwable) - Constructor for exception com.atlassian.crowd.manager.mail.MailSendException
 

P

Page<T> - Interface in com.atlassian.crowd.model.page
 
PageImpl<T> - Class in com.atlassian.crowd.model.page
 
PageImpl(Iterable<T>, int, int, int, boolean) - Constructor for class com.atlassian.crowd.model.page.PageImpl
 

R

removeExpiredTokens(Date) - Method in interface com.atlassian.crowd.service.token.ExpirableUserTokenService
Remove all tokens which have expired as of the given date
removeToken(String) - Method in interface com.atlassian.crowd.service.token.InviteUserTokenService
Removes the token with the given random hash
revokePermissionsForGroup(DirectoryGroup) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionAdminService
Remove all permissions from the given group.

S

sendHtmlEmail(InternetAddress, String, String, String) - Method in interface com.atlassian.crowd.manager.mail.MailManager
Sends an HTML email using the configured mail server (remote host / JNDI).
sendPlainTextEmail(InternetAddress, String, String) - Method in interface com.atlassian.crowd.manager.mail.MailManager
Sends an email using the configured mail server (remote host / JNDI).
setEmailSentOnSignUp(boolean) - Method in interface com.atlassian.crowd.service.SignupSettingsService
 
setPermissionForGroups(List<? extends DirectoryGroup>, UserPermission) - Method in interface com.atlassian.crowd.manager.permission.UserPermissionAdminService
Set the granted permissions for each directoryGroup to permission.
setRestrictedDomains(List<String>) - Method in interface com.atlassian.crowd.service.SignupSettingsService
Set the domains that user's email address should belong to to be able to sign up.
setSignupEnabled(boolean) - Method in interface com.atlassian.crowd.service.SignupSettingsService
 
SignupSettingsService - Interface in com.atlassian.crowd.service
 

U

UserPermissionAdminService - Interface in com.atlassian.crowd.manager.permission
 
UserPermissionException - Exception in com.atlassian.crowd.manager.permission
Thrown when a range of permission based exceptions occur.
UserPermissionException(String, Throwable) - Constructor for exception com.atlassian.crowd.manager.permission.UserPermissionException
 
UserPermissionException(String) - Constructor for exception com.atlassian.crowd.manager.permission.UserPermissionException
 
UserPermissionService - Interface in com.atlassian.crowd.manager.permission
Check Crowd access permissions for users, eg SYS_ADMIN and ADMIN.
B C D E F G H I L M P R S U 
Skip navigation links

Copyright © 2019 Atlassian. All rights reserved.