Serialized Form
Package com.atlassian.crowd.integration |
Package com.atlassian.crowd.integration.authentication |
name
String name
token
String token
name
String name
credential
PasswordCredential credential
validationFactors
ValidationFactor[] validationFactors
application
String application
name
String name
value
String value
Package com.atlassian.crowd.integration.directory.internal |
passwordHelper
PasswordHelper passwordHelper
directoryDAO
DirectoryDAO directoryDAO
principalDAO
PrincipalDAO principalDAO
roleDAO
RoleDAO roleDAO
groupDAO
GroupDAO groupDAO
Package com.atlassian.crowd.integration.model |
members
Set<E> members
- The principal members of the group.
directory
Directory directory
ID
long ID
- The unique identifier for the entity.
name
String name
- The unique name of the entity for the directory entity
directoryID
long directoryID
- The crowd server internal directory tracking ID.
description
String description
- Description of the entity.
active
boolean active
- If the entity is active or not.
conception
Date conception
- The time entity was created.
attributes
Map<K,V> attributes
- RemoteAttributes for the entity.
lastModified
Date lastModified
- The time entity was last modification.
credentials
List<E> credentials
- Credentials for the entity.
credentialHistory
List<E> credentialHistory
- Credentials history.
Package com.atlassian.crowd.integration.soap |
name
String name
value
String value
name
String name
values
String[] values
ID
long ID
- The unique identifier for the entity.
name
String name
- The unique name of the entity for the directory entity
directoryID
long directoryID
- The crowd server internal directory tracking ID.
description
String description
- Description of the entity.
active
boolean active
- If the entity is active or not.
conception
Date conception
- The time entity was created.
lastModified
Date lastModified
- The time entity was last modification.
attributes
SOAPAttribute[] attributes
- The entity attributes.
members
String[] members
members
String[] members
Copyright © 2006 Atlassian Software Systems. All Rights Reserved.