Serialized Form
-
Package com.atlassian.crowd.directory
-
Class com.atlassian.crowd.directory.DirectoryWrapper
class DirectoryWrapper extends Object implements Serializable-
Serialized Fields
-
delegate
Directory delegate
-
-
-
Class com.atlassian.crowd.directory.LazyAttributesEvaluationDirectory
class LazyAttributesEvaluationDirectory extends DirectoryWrapper implements Serializable
-
-
Package com.atlassian.crowd.manager.permission
-
Exception com.atlassian.crowd.manager.permission.AnonymousUserPermissionException
class AnonymousUserPermissionException extends CrowdException implements Serializable -
Exception com.atlassian.crowd.manager.permission.UserPermissionDowngradeException
class UserPermissionDowngradeException extends CrowdException implements Serializable-
Serialized Fields
-
groupName
String groupName
-
-
-
-
Package com.atlassian.crowd.model
-
Class com.atlassian.crowd.model.InternalDirectoryEntity
class InternalDirectoryEntity extends InternalEntity implements Serializable-
Serialized Fields
-
attributes
Set<T extends InternalEntityAttribute> attributes
-
directory
Directory directory
-
-
-
Class com.atlassian.crowd.model.InternalEntity
class InternalEntity extends Object implements Serializable -
Class com.atlassian.crowd.model.InternalEntityAttribute
class InternalEntityAttribute extends Object implements Serializable
-
-
Package com.atlassian.crowd.model.alias
-
Class com.atlassian.crowd.model.alias.Alias
class Alias extends Object implements Serializable-
Serialized Fields
-
alias
String alias
This represents the mixed-case alias for the underlyingUser -
application
Application application
-
id
Long id
-
lowerAlias
String lowerAlias
This represents a lowercase version alias for the underlyingUser -
lowerName
String lowerName
This represents a lowercase version username for the underlyingUser -
name
String name
This represents the username for the underlyingUser
-
-
-
-
Package com.atlassian.crowd.model.application
-
Class com.atlassian.crowd.model.application.ApplicationImpl
class ApplicationImpl extends InternalEntity implements Serializable-
Serialized Fields
-
attributes
Map<String,
String> attributes Deprecated. -
credential
PasswordCredential credential
Deprecated. -
description
String description
Deprecated. -
directoryMappings
List<DirectoryMapping> directoryMappings
Deprecated. -
lowerName
String lowerName
Deprecated. -
remoteAddresses
Set<RemoteAddress> remoteAddresses
Deprecated. -
type
ApplicationType type
Deprecated. -
webhooks
Set<Webhook> webhooks
Deprecated.
-
-
-
Class com.atlassian.crowd.model.application.DirectoryMapping
class DirectoryMapping extends Object implements Serializable-
Serialized Fields
-
allowAllToAuthenticate
boolean allowAllToAuthenticate
Deprecated. -
allowedOperations
Set<OperationType> allowedOperations
Deprecated. -
application
Application application
Deprecated. -
authorisedGroups
Set<GroupMapping> authorisedGroups
Deprecated. -
directory
Directory directory
Deprecated. -
id
Long id
Deprecated.
-
-
-
Class com.atlassian.crowd.model.application.ImmutableApplication
class ImmutableApplication extends Object implements Serializable-
Serialized Fields
-
active
boolean active
-
aliasingEnabled
boolean aliasingEnabled
-
attributes
Map<String,
String> attributes -
authenticationByEmailEnabled
boolean authenticationByEmailEnabled
-
authenticationWithoutPasswordEnabled
boolean authenticationWithoutPasswordEnabled
-
cachedDirectoriesAuthenticationOrderOptimisationEnabled
boolean cachedDirectoriesAuthenticationOrderOptimisationEnabled
-
createdDate
Date createdDate
-
description
String description
-
directoryMappings
List<ApplicationDirectoryMapping> directoryMappings
-
filteringGroupsWithAccessEnabled
boolean filteringGroupsWithAccessEnabled
-
filteringUsersWithAccessEnabled
boolean filteringUsersWithAccessEnabled
-
id
Long id
-
lowercaseOutput
boolean lowercaseOutput
-
membershipAggregationEnabled
boolean membershipAggregationEnabled
-
name
String name
-
passwordCredential
PasswordCredential passwordCredential
-
permanent
boolean permanent
-
remoteAddresses
Set<RemoteAddress> remoteAddresses
-
type
ApplicationType type
-
updatedDate
Date updatedDate
-
webhooks
Set<ImmutableWebhook> webhooks
-
-
-
Class com.atlassian.crowd.model.application.InternalApplicationDefaultGroupMembershipConfiguration
class InternalApplicationDefaultGroupMembershipConfiguration extends Object implements Serializable-
Serialized Fields
-
directoryMapping
DirectoryMapping directoryMapping
-
groupName
String groupName
-
id
Long id
-
-
-
Class com.atlassian.crowd.model.application.RemoteAddress
class RemoteAddress extends Object implements Serializable-
Serialized Fields
-
address
String address
-
-
-
-
Package com.atlassian.crowd.model.group
-
Class com.atlassian.crowd.model.group.GroupTemplate
class GroupTemplate extends Object implements Serializable -
Class com.atlassian.crowd.model.group.GroupTemplateWithAttributes
class GroupTemplateWithAttributes extends GroupTemplate implements Serializable -
Class com.atlassian.crowd.model.group.InternalGroup
-
Serialized Fields
-
description
String description
-
externalId
String externalId
-
grantsToOtherGroups
Set<GroupAdministrationGrantToGroup> grantsToOtherGroups
-
groupGrantsToThisGroup
Set<GroupAdministrationGrantToGroup> groupGrantsToThisGroup
-
isLocal
boolean isLocal
-
lowerName
String lowerName
-
type
GroupType type
-
userGrantsToThisGroup
Set<UserAdministrationGrantToGroup> userGrantsToThisGroup
-
-
-
Class com.atlassian.crowd.model.group.InternalGroupAttribute
class InternalGroupAttribute extends InternalEntityAttribute implements Serializable-
Serialized Fields
-
directory
Directory directory
-
group
InternalGroup group
-
-
-
Exception com.atlassian.crowd.model.group.Membership.MembershipIterationException
class MembershipIterationException extends RuntimeException implements Serializable
-
-
Package com.atlassian.crowd.model.membership
-
Class com.atlassian.crowd.model.membership.InternalMembership
class InternalMembership extends Object implements Serializable-
Serialized Fields
-
childId
Long childId
-
childName
String childName
-
createdDate
Date createdDate
-
directory
Directory directory
-
groupType
GroupType groupType
-
id
Long id
-
lowerChildName
String lowerChildName
-
lowerParentName
String lowerParentName
-
membershipType
MembershipType membershipType
-
parentId
Long parentId
-
parentName
String parentName
-
-
-
-
Package com.atlassian.crowd.model.permission
-
Class com.atlassian.crowd.model.permission.InternalGrantedPermission
class InternalGrantedPermission extends Object implements Serializable-
Serialized Fields
-
createdDate
Date createdDate
-
directoryMapping
DirectoryMapping directoryMapping
-
groupName
String groupName
-
id
Long id
-
permission
UserPermission permission
-
-
-
-
Package com.atlassian.crowd.model.property
-
Class com.atlassian.crowd.model.property.Property
class Property extends Object implements Serializable-
Serialized Fields
-
propertyId
PropertyId propertyId
-
value
String value
-
-
-
Class com.atlassian.crowd.model.property.PropertyId
class PropertyId extends Object implements Serializable
-
-
Package com.atlassian.crowd.model.token
-
Class com.atlassian.crowd.model.token.InternalExpirableUserToken
class InternalExpirableUserToken extends Object implements Serializable-
Serialized Fields
-
directoryId
long directoryId
-
emailAddress
String emailAddress
-
expiryDate
long expiryDate
-
id
long id
-
token
String token
-
type
ExpirableUserTokenType type
-
username
String username
-
-
-
Class com.atlassian.crowd.model.token.Token
class Token extends Object implements Serializable- serialVersionUID:
- -6200607622554600683L
-
Serialized Fields
-
createdDate
Date createdDate
Deprecated. -
directoryId
long directoryId
Deprecated. -
duration
Long duration
Deprecated. -
id
Long id
Deprecated. -
identifierHash
String identifierHash
Deprecated. -
lastAccessedDate
Date lastAccessedDate
Deprecated. -
lastAccessedTime
long lastAccessedTime
Deprecated. -
name
String name
Deprecated. -
randomHash
String randomHash
Deprecated. -
randomNumber
long randomNumber
Deprecated. -
unaliasedUsername
String unaliasedUsername
Deprecated.
-
-
-
Package com.atlassian.crowd.model.user
-
Class com.atlassian.crowd.model.user.BaseImmutableUser
class BaseImmutableUser extends Object implements Serializable -
Class com.atlassian.crowd.model.user.ImmutableTimestampedUser
class ImmutableTimestampedUser extends BaseImmutableUser implements Serializable -
Class com.atlassian.crowd.model.user.ImmutableTimestampedUserWithAttributes
class ImmutableTimestampedUserWithAttributes extends BaseImmutableUser implements Serializable -
Class com.atlassian.crowd.model.user.ImmutableUser
class ImmutableUser extends BaseImmutableUser implements Serializable -
Class com.atlassian.crowd.model.user.ImmutableUserWithAttributes
class ImmutableUserWithAttributes extends BaseImmutableUser implements Serializable -
Class com.atlassian.crowd.model.user.InternalUser
-
Serialized Fields
-
credential
PasswordCredential credential
-
credentialRecords
List<InternalUserCredentialRecord> credentialRecords
-
displayName
String displayName
-
emailAddress
String emailAddress
-
externalId
String externalId
-
firstName
String firstName
-
groupGrants
Set<UserAdministrationGrantToGroup> groupGrants
-
lastName
String lastName
-
lowerDisplayName
String lowerDisplayName
-
lowerEmailAddress
String lowerEmailAddress
-
lowerFirstName
String lowerFirstName
-
lowerLastName
String lowerLastName
-
lowerName
String lowerName
-
-
-
Class com.atlassian.crowd.model.user.InternalUserAttribute
class InternalUserAttribute extends InternalEntityAttribute implements Serializable-
Serialized Fields
-
directory
Directory directory
-
numericValue
Long numericValue
-
user
InternalUser user
-
-
-
Class com.atlassian.crowd.model.user.InternalUserCredentialRecord
class InternalUserCredentialRecord extends Object implements Serializable-
Serialized Fields
-
id
Long id
-
passwordHash
String passwordHash
-
user
InternalUser user
-
-
-
Class com.atlassian.crowd.model.user.UserTemplate
class UserTemplate extends Object implements Serializable -
Class com.atlassian.crowd.model.user.UserTemplateWithAttributes
class UserTemplateWithAttributes extends UserTemplate implements Serializable -
Class com.atlassian.crowd.model.user.UserTemplateWithCredentialAndAttributes
class UserTemplateWithCredentialAndAttributes extends UserTemplateWithAttributes implements Serializable-
Serialized Fields
-
createdDate
Date createdDate
-
credential
PasswordCredential credential
-
credentialHistory
List<PasswordCredential> credentialHistory
-
updatedDate
Date updatedDate
-
-
-
-
Package com.atlassian.crowd.util.persistence
-
Exception com.atlassian.crowd.util.persistence.PersistenceException
class PersistenceException extends Exception implements Serializable
-
-
Package com.atlassian.crowd.util.persistence.hibernate.batch
-
Class com.atlassian.crowd.util.persistence.hibernate.batch.TransactionGroup
class TransactionGroup extends Object implements Serializable-
Serialized Fields
-
dependantObjects
Collection<? extends E extends Serializable> dependantObjects
-
primaryObject
T extends Serializable primaryObject
-
-
-