Serialized Form
-
Package com.atlassian.crowd.embedded.api
-
Class com.atlassian.crowd.embedded.api.DirectorySynchronisationInformation
class DirectorySynchronisationInformation extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
activeRound
DirectorySynchronisationRoundInformation activeRound
-
lastRound
DirectorySynchronisationRoundInformation lastRound
-
-
Class com.atlassian.crowd.embedded.api.DirectorySynchronisationRoundInformation
class DirectorySynchronisationRoundInformation extends Object implements Serializable- serialVersionUID:
- 1L
-
Class com.atlassian.crowd.embedded.api.PasswordCredential
class PasswordCredential extends Object implements Serializable-
Serialized Fields
-
credential
String credential
-
encryptedCredential
boolean encryptedCredential
-
-
-
-
Package com.atlassian.crowd.embedded.impl
-
Class com.atlassian.crowd.embedded.impl.IdentifierMap
-
Class com.atlassian.crowd.embedded.impl.IdentifierSet
-
Class com.atlassian.crowd.embedded.impl.ImmutableAttributes
class ImmutableAttributes extends Object implements Serializable- serialVersionUID:
- -356796362241352598L
-
Class com.atlassian.crowd.embedded.impl.ImmutableDirectory
class ImmutableDirectory extends Object implements Serializable- serialVersionUID:
- -8196445895525985343L
-
Serialized Fields
-
active
boolean active
-
allowedOperations
Set<OperationType> allowedOperations
-
attributes
Map<String,
String> attributes -
createdDate
long createdDate
-
description
String description
-
encryptionType
String encryptionType
-
id
Long id
-
implementationClass
String implementationClass
-
name
String name
-
type
DirectoryType type
-
updatedDate
long updatedDate
-
-
Class com.atlassian.crowd.embedded.impl.ImmutableGroup
class ImmutableGroup extends Object implements Serializable- serialVersionUID:
- -8981033575230430514L
-
Serialized Fields
-
name
String name
-
-
Class com.atlassian.crowd.embedded.impl.ImmutableUser
class ImmutableUser extends Object implements Serializable- serialVersionUID:
- -4472223017071267465L
-
-
Package com.atlassian.crowd.exception
-
Exception com.atlassian.crowd.exception.AccountNotFoundException
class AccountNotFoundException extends FailedAuthenticationException implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Exception com.atlassian.crowd.exception.ApplicationNotFoundException
class ApplicationNotFoundException extends ObjectNotFoundException implements Serializable -
Exception com.atlassian.crowd.exception.CrowdException
class CrowdException extends Exception implements Serializable -
Exception com.atlassian.crowd.exception.DirectoryCurrentlySynchronisingException
class DirectoryCurrentlySynchronisingException extends CrowdException implements Serializable-
Serialized Fields
-
directoryId
long directoryId
-
-
-
Exception com.atlassian.crowd.exception.DirectoryInstantiationException
class DirectoryInstantiationException extends OperationFailedException implements Serializable -
Exception com.atlassian.crowd.exception.DirectoryMappingNotFoundException
class DirectoryMappingNotFoundException extends ObjectNotFoundException implements Serializable-
Serialized Fields
-
applicationId
long applicationId
-
directoryId
long directoryId
-
-
-
Exception com.atlassian.crowd.exception.DirectoryNotFoundException
class DirectoryNotFoundException extends CrowdException implements Serializable -
Exception com.atlassian.crowd.exception.ExpiredCredentialException
class ExpiredCredentialException extends FailedAuthenticationException implements Serializable -
Exception com.atlassian.crowd.exception.FailedAuthenticationException
class FailedAuthenticationException extends CrowdException implements Serializable -
Exception com.atlassian.crowd.exception.GroupNotFoundException
class GroupNotFoundException extends ObjectNotFoundException implements Serializable-
Serialized Fields
-
groupName
String groupName
-
-
-
Exception com.atlassian.crowd.exception.InactiveAccountException
class InactiveAccountException extends FailedAuthenticationException implements Serializable-
Serialized Fields
-
name
String name
-
-
-
Exception com.atlassian.crowd.exception.InvalidCharacterClassConstraintException
class InvalidCharacterClassConstraintException extends IllegalArgumentException implements Serializable -
Exception com.atlassian.crowd.exception.InvalidCredentialException
class InvalidCredentialException extends CrowdException implements Serializable-
Serialized Fields
-
policyDescription
String policyDescription
-
violatedConstraints
Collection<PasswordConstraint> violatedConstraints
-
-
-
Exception com.atlassian.crowd.exception.InvalidCrowdServiceException
class InvalidCrowdServiceException extends OperationFailedException implements Serializable -
Exception com.atlassian.crowd.exception.InvalidMembershipException
class InvalidMembershipException extends CrowdException implements Serializable -
Exception com.atlassian.crowd.exception.InvalidPasswordPolicyConfigurationException
class InvalidPasswordPolicyConfigurationException extends IllegalArgumentException implements Serializable -
Exception com.atlassian.crowd.exception.InvalidUserException
class InvalidUserException extends CrowdException implements Serializable-
Serialized Fields
-
user
User user
-
-
-
Exception com.atlassian.crowd.exception.MembershipNotFoundException
class MembershipNotFoundException extends ObjectNotFoundException implements Serializable -
Exception com.atlassian.crowd.exception.ObjectNotFoundException
class ObjectNotFoundException extends CrowdException implements Serializable -
Exception com.atlassian.crowd.exception.OperationFailedException
class OperationFailedException extends CrowdException implements Serializable -
Exception com.atlassian.crowd.exception.OperationNotPermittedException
class OperationNotPermittedException extends CrowdException implements Serializable -
Exception com.atlassian.crowd.exception.OperationNotSupportedException
class OperationNotSupportedException extends OperationFailedException implements Serializable -
Exception com.atlassian.crowd.exception.ReadOnlyGroupException
class ReadOnlyGroupException extends CrowdException implements Serializable-
Serialized Fields
-
groupName
String groupName
-
-
-
Exception com.atlassian.crowd.exception.UnsupportedCrowdApiException
class UnsupportedCrowdApiException extends OperationFailedException implements Serializable -
Exception com.atlassian.crowd.exception.UserNotFoundException
class UserNotFoundException extends ObjectNotFoundException implements Serializable-
Serialized Fields
-
userName
String userName
-
-
-
-
Package com.atlassian.crowd.exception.crypto
-
Exception com.atlassian.crowd.exception.crypto.MissingKeyException
class MissingKeyException extends RuntimeException implements Serializable
-
-
Package com.atlassian.crowd.exception.embedded
-
Exception com.atlassian.crowd.exception.embedded.InvalidGroupException
class InvalidGroupException extends CrowdException implements Serializable-
Serialized Fields
-
group
Group group
-
-
-
-
Package com.atlassian.crowd.exception.runtime
-
Exception com.atlassian.crowd.exception.runtime.CommunicationException
class CommunicationException extends OperationFailedException implements Serializable -
Exception com.atlassian.crowd.exception.runtime.CrowdRuntimeException
class CrowdRuntimeException extends RuntimeException implements Serializable -
Exception com.atlassian.crowd.exception.runtime.DirectoryCurrentlySynchronisingException
class DirectoryCurrentlySynchronisingException extends CrowdRuntimeException implements Serializable-
Serialized Fields
-
directoryId
long directoryId
-
-
-
Exception com.atlassian.crowd.exception.runtime.GroupNotFoundException
class GroupNotFoundException extends CrowdRuntimeException implements Serializable-
Serialized Fields
-
groupName
String groupName
-
-
-
Exception com.atlassian.crowd.exception.runtime.MembershipNotFoundException
class MembershipNotFoundException extends CrowdRuntimeException implements Serializable -
Exception com.atlassian.crowd.exception.runtime.OperationFailedException
class OperationFailedException extends CrowdRuntimeException implements Serializable -
Exception com.atlassian.crowd.exception.runtime.UserNotFoundException
class UserNotFoundException extends CrowdRuntimeException implements Serializable-
Serialized Fields
-
userName
String userName
-
-
-