Serialized Form
|
Package com.atlassian.crowd.manager.permission |
groupName
String groupName
|
Package com.atlassian.crowd.model |
directory
Directory directory
id
Long id
name
String name
active
boolean active
createdDate
Date createdDate
updatedDate
Date updatedDate
id
Long id
name
String name
value
String value
lowerValue
String lowerValue
|
Package com.atlassian.crowd.model.alias |
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 |
name
String name
directoryId
long directoryId
type
GroupType type
local
boolean local
active
boolean active
description
String description
attributes
Map<K,V> attributes
lowerName
String lowerName
type
GroupType type
description
String description
isLocal
boolean isLocal
attributes
Set<E> attributes
directory
Directory directory
group
InternalGroup group
|
Package com.atlassian.crowd.model.membership |
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 |
id
Long id
permission
UserPermission permission
createdDate
Date createdDate
groupMapping
GroupMapping groupMapping
|
Package com.atlassian.crowd.model.property |
propertyId
PropertyId propertyId
value
String value
key
String key
name
String name
|
Package com.atlassian.crowd.model.token |
id
long id
token
String token
username
String username
emailAddress
String emailAddress
expiryDate
long expiryDate
directoryId
long directoryId
serialVersionUID: -6200607622554600683L
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 |
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
directory
Directory directory
user
InternalUser user
id
Long id
user
InternalUser user
passwordHash
String passwordHash
directoryId
long directoryId
name
String name
active
boolean active
emailAddress
String emailAddress
firstName
String firstName
lastName
String lastName
displayName
String displayName
externalId
String externalId
attributes
Map<K,V> attributes
credential
PasswordCredential credential
credentialHistory
List<E> credentialHistory
createdDate
Date createdDate
updatedDate
Date updatedDate
|
Package com.atlassian.crowd.util.persistence |
|
Package com.atlassian.crowd.util.persistence.hibernate.batch |
primaryObject
Serializable primaryObject
dependantObjects
Collection<E> dependantObjects
Copyright © 2016 Atlassian. All Rights Reserved.