Serialized Form


Package com.atlassian.crowd.manager.permission

Class com.atlassian.crowd.manager.permission.AnonymousUserPermissionException extends CrowdException implements Serializable

Class com.atlassian.crowd.manager.permission.UserPermissionDowngradeException extends CrowdException implements Serializable

Serialized Fields

groupName

String groupName

Package com.atlassian.crowd.model

Class com.atlassian.crowd.model.InternalDirectoryEntity extends InternalEntity implements Serializable

Serialized Fields

directory

Directory directory

Class com.atlassian.crowd.model.InternalEntity extends Object implements Serializable

Serialized Fields

id

Long id

name

String name

active

boolean active

createdDate

Date createdDate

updatedDate

Date updatedDate

Class com.atlassian.crowd.model.InternalEntityAttribute extends Object implements Serializable

Serialized Fields

id

Long id

name

String name

value

String value

lowerValue

String lowerValue

Package com.atlassian.crowd.model.alias

Class com.atlassian.crowd.model.alias.Alias extends Object implements Serializable

Serialized Fields

id

Long id

application

Application application

name

String name
This represents the username for the underlying User


lowerName

String lowerName
This represents a lowercase version username for the underlying User


alias

String alias
This represents the mixed-case alias for the underlying User


lowerAlias

String lowerAlias
This represents a lowercase version alias for the underlying User


Package com.atlassian.crowd.model.group

Class com.atlassian.crowd.model.group.GroupTemplate extends Object implements Serializable

Serialized Fields

name

String name

directoryId

long directoryId

type

GroupType type

local

boolean local

active

boolean active

description

String description

Class com.atlassian.crowd.model.group.GroupTemplateWithAttributes extends GroupTemplate implements Serializable

Serialized Fields

attributes

Map<K,V> attributes

Class com.atlassian.crowd.model.group.InternalGroup extends InternalDirectoryEntity implements Serializable

Serialized Fields

lowerName

String lowerName

type

GroupType type

description

String description

isLocal

boolean isLocal

attributes

Set<E> attributes

Class com.atlassian.crowd.model.group.InternalGroupAttribute extends InternalEntityAttribute implements Serializable

Serialized Fields

directory

Directory directory

group

InternalGroup group

Class com.atlassian.crowd.model.group.Membership.MembershipIterationException extends RuntimeException implements Serializable


Package com.atlassian.crowd.model.membership

Class com.atlassian.crowd.model.membership.InternalMembership extends Object implements Serializable

Serialized Fields

id

Long id

parentId

Long parentId

childId

Long childId

membershipType

MembershipType membershipType

parentName

String parentName

lowerParentName

String lowerParentName

childName

String childName

lowerChildName

String lowerChildName

groupType

GroupType groupType

directory

Directory directory

Package com.atlassian.crowd.model.permission

Class com.atlassian.crowd.model.permission.InternalGrantedPermission extends Object implements Serializable

Serialized Fields

id

Long id

permission

UserPermission permission

createdDate

Date createdDate

groupMapping

GroupMapping groupMapping

Package com.atlassian.crowd.model.property

Class com.atlassian.crowd.model.property.Property extends Object implements Serializable

Serialized Fields

propertyId

PropertyId propertyId

value

String value

Class com.atlassian.crowd.model.property.PropertyId extends Object implements Serializable

Serialized Fields

key

String key

name

String name

Package com.atlassian.crowd.model.token

Class com.atlassian.crowd.model.token.InternalExpirableUserToken extends Object implements Serializable

Serialized Fields

id

long id

token

String token

username

String username

emailAddress

String emailAddress

expiryDate

long expiryDate

directoryId

long directoryId

Class com.atlassian.crowd.model.token.Token extends Object implements Serializable

serialVersionUID: -6200607622554600683L

Serialized Fields

id

Long id

identifierHash

String identifierHash

randomHash

String randomHash

randomNumber

long randomNumber

createdDate

Date createdDate

lastAccessedDate

Date lastAccessedDate

lastAccessedTime

long lastAccessedTime

duration

Long duration

name

String name

directoryId

long directoryId

unaliasedUsername

String unaliasedUsername

Package com.atlassian.crowd.model.user

Class com.atlassian.crowd.model.user.InternalUser extends InternalDirectoryEntity implements Serializable

Serialized Fields

emailAddress

String emailAddress

firstName

String firstName

lastName

String lastName

displayName

String displayName

credential

PasswordCredential credential

externalId

String externalId

lowerName

String lowerName

lowerEmailAddress

String lowerEmailAddress

lowerFirstName

String lowerFirstName

lowerLastName

String lowerLastName

lowerDisplayName

String lowerDisplayName

credentialRecords

List<E> credentialRecords

attributes

Set<E> attributes

Class com.atlassian.crowd.model.user.InternalUserAttribute extends InternalEntityAttribute implements Serializable

Serialized Fields

directory

Directory directory

user

InternalUser user

Class com.atlassian.crowd.model.user.InternalUserCredentialRecord extends Object implements Serializable

Serialized Fields

id

Long id

user

InternalUser user

passwordHash

String passwordHash

Class com.atlassian.crowd.model.user.UserTemplate extends Object implements Serializable

Serialized Fields

directoryId

long directoryId

name

String name

active

boolean active

emailAddress

String emailAddress

firstName

String firstName

lastName

String lastName

displayName

String displayName

externalId

String externalId

Class com.atlassian.crowd.model.user.UserTemplateWithAttributes extends UserTemplate implements Serializable

Serialized Fields

attributes

Map<K,V> attributes

Class com.atlassian.crowd.model.user.UserTemplateWithCredentialAndAttributes extends UserTemplateWithAttributes implements Serializable

Serialized Fields

credential

PasswordCredential credential

credentialHistory

List<E> credentialHistory

createdDate

Date createdDate

updatedDate

Date updatedDate

Package com.atlassian.crowd.util.persistence

Class com.atlassian.crowd.util.persistence.PersistenceException extends Exception implements Serializable


Package com.atlassian.crowd.util.persistence.hibernate.batch

Class com.atlassian.crowd.util.persistence.hibernate.batch.TransactionGroup extends Object implements Serializable

Serialized Fields

primaryObject

Serializable primaryObject

dependantObjects

Collection<E> dependantObjects



Copyright © 2016 Atlassian. All Rights Reserved.