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

A

ApplicationAccessDeniedException - Exception in com.atlassian.crowd.exception
User does not have access to authenticate against application.
ApplicationAccessDeniedException() - Constructor for exception com.atlassian.crowd.exception.ApplicationAccessDeniedException
 
ApplicationAccessDeniedException(String) - Constructor for exception com.atlassian.crowd.exception.ApplicationAccessDeniedException
 
ApplicationAccessDeniedException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.ApplicationAccessDeniedException
 
ApplicationAccessDeniedException(Throwable) - Constructor for exception com.atlassian.crowd.exception.ApplicationAccessDeniedException
 
ApplicationPermissionException - Exception in com.atlassian.crowd.exception
This is Exception is thrown if an Application does not have a required permission
ApplicationPermissionException() - Constructor for exception com.atlassian.crowd.exception.ApplicationPermissionException
Default constructor.
ApplicationPermissionException(String) - Constructor for exception com.atlassian.crowd.exception.ApplicationPermissionException
Default constructor.
ApplicationPermissionException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.ApplicationPermissionException
Default constructor.
ApplicationPermissionException(Throwable) - Constructor for exception com.atlassian.crowd.exception.ApplicationPermissionException
Default constructor.
Assert - Class in com.atlassian.crowd.util
 
Assert() - Constructor for class com.atlassian.crowd.util.Assert
 
AttributeAware - Interface in com.atlassian.crowd.model
 

B

BUILD_DATE - Static variable in class com.atlassian.crowd.util.build.BuildUtils
Build Date as String.
BUILD_NUMBER - Static variable in class com.atlassian.crowd.util.build.BuildUtils
Build Number.
BUILD_VERSION - Static variable in class com.atlassian.crowd.util.build.BuildUtils
Build Version.
BuildUtils - Class in com.atlassian.crowd.util.build
Build constants.
BuildUtils() - Constructor for class com.atlassian.crowd.util.build.BuildUtils
 

C

com.atlassian.crowd.exception - package com.atlassian.crowd.exception
 
com.atlassian.crowd.model - package com.atlassian.crowd.model
 
com.atlassian.crowd.model.authentication - package com.atlassian.crowd.model.authentication
 
com.atlassian.crowd.model.group - package com.atlassian.crowd.model.group
 
com.atlassian.crowd.model.user - package com.atlassian.crowd.model.user
 
com.atlassian.crowd.util - package com.atlassian.crowd.util
 
com.atlassian.crowd.util.build - package com.atlassian.crowd.util.build
 
compare(DirectoryEntity, DirectoryEntity) - Method in class com.atlassian.crowd.model.DirectoryEntityComparator
 
CREATE_GROUP - Static variable in exception com.atlassian.crowd.exception.ApplicationPermissionException
Exception message when adding a group is not allowed.
CREATE_USER - Static variable in exception com.atlassian.crowd.exception.ApplicationPermissionException
Exception message when adding a user is not allowed.
credential - Variable in class com.atlassian.crowd.model.authentication.PasswordCredential
 

D

DELETE_GROUP - Static variable in exception com.atlassian.crowd.exception.ApplicationPermissionException
Exception message when removing a group is not allowed.
DELETE_USER - Static variable in exception com.atlassian.crowd.exception.ApplicationPermissionException
Exception message when removing a user is not allowed.
DirectoryAccessException - Exception in com.atlassian.crowd.exception
Represents an error when contacting the remote directory (eg.
DirectoryAccessException() - Constructor for exception com.atlassian.crowd.exception.DirectoryAccessException
 
DirectoryAccessException(Throwable) - Constructor for exception com.atlassian.crowd.exception.DirectoryAccessException
 
DirectoryAccessException(String) - Constructor for exception com.atlassian.crowd.exception.DirectoryAccessException
 
DirectoryAccessException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.DirectoryAccessException
 
DirectoryEntity - Interface in com.atlassian.crowd.model
 
DirectoryEntityComparator - Class in com.atlassian.crowd.model
Will compare one directory entity to another by Name (case-insensitive)
DirectoryEntityComparator() - Constructor for class com.atlassian.crowd.model.DirectoryEntityComparator
 
DirectoryInstantiationException - Exception in com.atlassian.crowd.exception
Exception when a com.atlassian.crowd.directory.RemoteDirectory implementation can not be loaded by a Directory.
DirectoryInstantiationException() - Constructor for exception com.atlassian.crowd.exception.DirectoryInstantiationException
Default constructor.
DirectoryInstantiationException(String) - Constructor for exception com.atlassian.crowd.exception.DirectoryInstantiationException
Default constructor.
DirectoryInstantiationException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.DirectoryInstantiationException
Default constructor.
DirectoryInstantiationException(Throwable) - Constructor for exception com.atlassian.crowd.exception.DirectoryInstantiationException
Default constructor.
DISPLAYNAME - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for if the principal has a display name attribute.

E

EMAIL - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for the email attribute.
EMAIL_REGEX - Static variable in class com.atlassian.crowd.util.UserUtils
 
equals(Object) - Method in class com.atlassian.crowd.model.authentication.PasswordCredential
 
equals(Object) - Method in interface com.atlassian.crowd.model.DirectoryEntity
Implementations must ensure equality based on getDirectoryId() and case-insensitive getName().

F

FIRSTNAME - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for the first name attribute.

G

getAttribute(String) - Method in interface com.atlassian.crowd.model.AttributeAware
 
getAttributeNames() - Method in interface com.atlassian.crowd.model.AttributeAware
 
getAttributes(String) - Method in interface com.atlassian.crowd.model.AttributeAware
 
getChildName() - Method in exception com.atlassian.crowd.exception.MembershipNotFoundException
 
getCredential() - Method in class com.atlassian.crowd.model.authentication.PasswordCredential
Gets the password credential.
getCurrentBuildDate() - Static method in class com.atlassian.crowd.util.build.BuildUtils
 
getDescription() - Method in interface com.atlassian.crowd.model.group.Group
 
getDirectoryId() - Method in interface com.atlassian.crowd.model.DirectoryEntity
 
getDisplayName() - Method in interface com.atlassian.crowd.model.user.User
 
getEmailAddress() - Method in interface com.atlassian.crowd.model.user.User
 
getEntity() - Method in exception com.atlassian.crowd.exception.InvalidEntityException
 
getFirstName() - Method in interface com.atlassian.crowd.model.user.User
 
getFirstNameLastName(String) - Static method in class com.atlassian.crowd.util.UserUtils
Splits the first name and last name out from a full name string.
getIconLocation() - Method in interface com.atlassian.crowd.model.user.User
 
getLastName() - Method in interface com.atlassian.crowd.model.user.User
 
getName() - Method in interface com.atlassian.crowd.model.DirectoryEntity
 
getParentName() - Method in exception com.atlassian.crowd.exception.MembershipNotFoundException
 
getType() - Method in interface com.atlassian.crowd.model.group.Group
 
getUser() - Method in exception com.atlassian.crowd.exception.InactiveAccountException
 
getVersion() - Static method in class com.atlassian.crowd.util.build.BuildUtils
Build Version
Group - Interface in com.atlassian.crowd.model.group
 
GroupType - Enum in com.atlassian.crowd.model.group
Represents the type of a Group: GROUP: group used to determine authorisation. LEGACY_ROLE: group representing pre-Crowd 2.0 "Role".
GroupWithAttributes - Interface in com.atlassian.crowd.model.group
 

H

hasAttribute(String) - Method in interface com.atlassian.crowd.model.AttributeAware
 
hashCode() - Method in class com.atlassian.crowd.model.authentication.PasswordCredential
 
hashCode() - Method in interface com.atlassian.crowd.model.DirectoryEntity
Implementations must produce a hashcode based on getDirectoryId() and case-insensitive getName().

I

ICON_LOCATION - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for if the principal has a display name attribute.
InactiveAccountException - Exception in com.atlassian.crowd.exception
 
InactiveAccountException() - Constructor for exception com.atlassian.crowd.exception.InactiveAccountException
 
InactiveAccountException(User) - Constructor for exception com.atlassian.crowd.exception.InactiveAccountException
 
INVALID_PASSWORD_ATTEMPTS - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for the total invalid password attempts.
InvalidAuthenticationException - Exception in com.atlassian.crowd.exception
Thrown when the attempted authentication is not valid.
InvalidAuthenticationException() - Constructor for exception com.atlassian.crowd.exception.InvalidAuthenticationException
Default constructor.
InvalidAuthenticationException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthenticationException
Default constructor.
InvalidAuthenticationException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthenticationException
Default constructor.
InvalidAuthenticationException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthenticationException
Default constructor.
InvalidAuthorizationTokenException - Exception in com.atlassian.crowd.exception
Thrown when the authenticated token is invalid.
InvalidAuthorizationTokenException() - Constructor for exception com.atlassian.crowd.exception.InvalidAuthorizationTokenException
Default constructor.
InvalidAuthorizationTokenException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthorizationTokenException
Default constructor.
InvalidAuthorizationTokenException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthorizationTokenException
Default constructor.
InvalidAuthorizationTokenException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidAuthorizationTokenException
Default constructor.
InvalidCredentialException - Exception in com.atlassian.crowd.exception
Thrown when the supplied credential is not valid.
InvalidCredentialException() - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
Default constructor.
InvalidCredentialException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
Default constructor.
InvalidCredentialException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
Default constructor.
InvalidCredentialException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidCredentialException
Default constructor.
InvalidEmailAddressException - Exception in com.atlassian.crowd.exception
Thrown when the email address is not valid.
InvalidEmailAddressException() - Constructor for exception com.atlassian.crowd.exception.InvalidEmailAddressException
Default constructor.
InvalidEmailAddressException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidEmailAddressException
 
InvalidEmailAddressException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidEmailAddressException
 
InvalidEmailAddressException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidEmailAddressException
 
InvalidEntityException - Exception in com.atlassian.crowd.exception
 
InvalidEntityException() - Constructor for exception com.atlassian.crowd.exception.InvalidEntityException
 
InvalidEntityException(DirectoryEntity, String) - Constructor for exception com.atlassian.crowd.exception.InvalidEntityException
 
InvalidEntityException(DirectoryEntity, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidEntityException
 
InvalidEntityException(String, Throwable, DirectoryEntity) - Constructor for exception com.atlassian.crowd.exception.InvalidEntityException
 
InvalidGroupException - Exception in com.atlassian.crowd.exception
 
InvalidGroupException() - Constructor for exception com.atlassian.crowd.exception.InvalidGroupException
 
InvalidGroupException(Group, String) - Constructor for exception com.atlassian.crowd.exception.InvalidGroupException
 
InvalidGroupException(Group, String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidGroupException
 
InvalidGroupException(DirectoryEntity, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidGroupException
 
InvalidMembershipException - Exception in com.atlassian.crowd.exception
 
InvalidMembershipException() - Constructor for exception com.atlassian.crowd.exception.InvalidMembershipException
 
InvalidMembershipException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidMembershipException
 
InvalidMembershipException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidMembershipException
 
InvalidMembershipException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidMembershipException
 
InvalidRoleException - Exception in com.atlassian.crowd.exception
Thrown when an invalid role is provided.
InvalidRoleException() - Constructor for exception com.atlassian.crowd.exception.InvalidRoleException
 
InvalidRoleException(Group, String) - Constructor for exception com.atlassian.crowd.exception.InvalidRoleException
 
InvalidSearchTermException - Exception in com.atlassian.crowd.exception
Thrown when no search terms are provided.
InvalidSearchTermException() - Constructor for exception com.atlassian.crowd.exception.InvalidSearchTermException
Default constructor.
InvalidSearchTermException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidSearchTermException
Default constructor.
InvalidSearchTermException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidSearchTermException
Default constructor.
InvalidSearchTermException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidSearchTermException
Default constructor.
InvalidTokenException - Exception in com.atlassian.crowd.exception
Thrown when an invalid token is provided.
InvalidTokenException() - Constructor for exception com.atlassian.crowd.exception.InvalidTokenException
Default constructor.
InvalidTokenException(String) - Constructor for exception com.atlassian.crowd.exception.InvalidTokenException
Default constructor.
InvalidTokenException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidTokenException
Default constructor.
InvalidTokenException(Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidTokenException
Default constructor.
InvalidUserException - Exception in com.atlassian.crowd.exception
 
InvalidUserException() - Constructor for exception com.atlassian.crowd.exception.InvalidUserException
 
InvalidUserException(User, String, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidUserException
 
InvalidUserException(User, String) - Constructor for exception com.atlassian.crowd.exception.InvalidUserException
 
InvalidUserException(DirectoryEntity, Throwable) - Constructor for exception com.atlassian.crowd.exception.InvalidUserException
 
isActive() - Method in interface com.atlassian.crowd.model.group.Group
 
isActive() - Method in interface com.atlassian.crowd.model.user.User
 
isEncryptedCredential() - Method in class com.atlassian.crowd.model.authentication.PasswordCredential
 
isValidEmail(String) - Static method in class com.atlassian.crowd.util.UserUtils
Returns true if an email address is valid.

L

LAST_AUTHENTICATED - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for the last authentication.
LASTNAME - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for the last name attribute.

M

MembershipNotFoundException - Exception in com.atlassian.crowd.exception
Used to denote that a particular USER-GROUP or GROUP-GROUP membership does not exist.
MembershipNotFoundException(String, String) - Constructor for exception com.atlassian.crowd.exception.MembershipNotFoundException
 
MembershipNotFoundException() - Constructor for exception com.atlassian.crowd.exception.MembershipNotFoundException
 
MembershipNotFoundException(String) - Constructor for exception com.atlassian.crowd.exception.MembershipNotFoundException
 
MembershipNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.MembershipNotFoundException
 
MembershipNotFoundException(Throwable) - Constructor for exception com.atlassian.crowd.exception.MembershipNotFoundException
 

N

notNull(Object, String) - Static method in class com.atlassian.crowd.util.Assert
Assert that an object is not null .
notNull(Object) - Static method in class com.atlassian.crowd.util.Assert
Assert that an object is not null .

O

ObjectNotFoundException - Exception in com.atlassian.crowd.exception
Thrown when an entity is not found.
ObjectNotFoundException() - Constructor for exception com.atlassian.crowd.exception.ObjectNotFoundException
 
ObjectNotFoundException(Class, Object) - Constructor for exception com.atlassian.crowd.exception.ObjectNotFoundException
 
ObjectNotFoundException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.ObjectNotFoundException
Default constructor.
ObjectNotFoundException(Throwable) - Constructor for exception com.atlassian.crowd.exception.ObjectNotFoundException
Default constructor.

P

PASSWORD_LASTCHANGED - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for the password last changed attribute.
PasswordCredential - Class in com.atlassian.crowd.model.authentication
Password based authentication information.
PasswordCredential() - Constructor for class com.atlassian.crowd.model.authentication.PasswordCredential
Deprecated. since 1.3.2, please use any other PasswordCredential constructor, this constructor should only be used by hibernate. If this constructor is used, please be aware that you must set PasswordCredential.setEncryptedCredential(boolean)
PasswordCredential(PasswordCredential) - Constructor for class com.atlassian.crowd.model.authentication.PasswordCredential
 
PasswordCredential(String) - Constructor for class com.atlassian.crowd.model.authentication.PasswordCredential
Constructor that takes an unencrypted credential.
PasswordCredential(String, boolean) - Constructor for class com.atlassian.crowd.model.authentication.PasswordCredential
 
PermissionException - Exception in com.atlassian.crowd.exception
Permission Exception this Exception will handle Exceptions to do with CRUD operations on Applications, Directories etc.
PermissionException() - Constructor for exception com.atlassian.crowd.exception.PermissionException
Default constructor.
PermissionException(String) - Constructor for exception com.atlassian.crowd.exception.PermissionException
Default constructor.
PermissionException(String, Throwable) - Constructor for exception com.atlassian.crowd.exception.PermissionException
Default constructor.
PermissionException(Throwable) - Constructor for exception com.atlassian.crowd.exception.PermissionException
Default constructor.

R

REQUIRES_PASSWORD_CHANGE - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for if the principal needs to change their password.

S

setChildName(String) - Method in exception com.atlassian.crowd.exception.MembershipNotFoundException
 
setCredential(String) - Method in class com.atlassian.crowd.model.authentication.PasswordCredential
Sets the password credential.
setEncryptedCredential(boolean) - Method in class com.atlassian.crowd.model.authentication.PasswordCredential
 
setEntity(DirectoryEntity) - Method in exception com.atlassian.crowd.exception.InvalidEntityException
 
setParentName(String) - Method in exception com.atlassian.crowd.exception.MembershipNotFoundException
 
setUser(User) - Method in exception com.atlassian.crowd.exception.InactiveAccountException
 

T

toString() - Method in class com.atlassian.crowd.model.authentication.PasswordCredential
 

U

UNABLE_TO_LOAD_CREDENTIAL_HISTORY_COUNT - Static variable in exception com.atlassian.crowd.exception.InvalidCredentialException
Exception message when unable to load the credential history count value.
UNABLE_TO_LOAD_PASSWORD_REGEX - Static variable in exception com.atlassian.crowd.exception.InvalidCredentialException
Exception message when unable to load the password regex.
UPDATE_GROUP - Static variable in exception com.atlassian.crowd.exception.ApplicationPermissionException
Exception message when modifying a group is not allowed.
UPDATE_USER - Static variable in exception com.atlassian.crowd.exception.ApplicationPermissionException
Exception message when modifying a user is not allowed.
User - Interface in com.atlassian.crowd.model.user
 
UserConstants - Class in com.atlassian.crowd.model.user
A simple class to hold the Constants that are used on a User
UserConstants() - Constructor for class com.atlassian.crowd.model.user.UserConstants
 
USERNAME - Static variable in class com.atlassian.crowd.model.user.UserConstants
Key for the username value.
UserUtils - Class in com.atlassian.crowd.util
General utility class for email related methods.
UserUtils() - Constructor for class com.atlassian.crowd.util.UserUtils
 
UserWithAttributes - Interface in com.atlassian.crowd.model.user
 

V

valueOf(String) - Static method in enum com.atlassian.crowd.model.group.GroupType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.atlassian.crowd.model.group.GroupType
Returns an array containing the constants of this enum type, in the order they are declared.

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

Copyright © 2010 Atlassian. All Rights Reserved.