Serialized Form


Package com.atlassian.crowd.integration

Class com.atlassian.crowd.integration.SearchContext extends HashMap implements Serializable


Package com.atlassian.crowd.integration.authentication

Class com.atlassian.crowd.integration.authentication.ApplicationAuthenticationContext extends AuthenticationContext implements Serializable

Class com.atlassian.crowd.integration.authentication.AuthenticatedToken extends Object implements Serializable

Serialized Fields

name

String name

token

String token

Class com.atlassian.crowd.integration.authentication.AuthenticationContext extends Object implements Serializable

Serialized Fields

name

String name

credential

PasswordCredential credential

validationFactors

ValidationFactor[] validationFactors

Class com.atlassian.crowd.integration.authentication.PrincipalAuthenticationContext extends AuthenticationContext implements Serializable

Serialized Fields

application

String application

Class com.atlassian.crowd.integration.authentication.ValidationFactor extends Object implements Serializable

Serialized Fields

name

String name

value

String value

Package com.atlassian.crowd.integration.directory.internal

Class com.atlassian.crowd.integration.directory.internal.InternalDirectory extends DirectoryEntity implements Serializable

Serialized Fields

passwordHelper

PasswordHelper passwordHelper

directoryDAO

DirectoryDAO directoryDAO

principalDAO

PrincipalDAO principalDAO

roleDAO

RoleDAO roleDAO

groupDAO

GroupDAO groupDAO

Package com.atlassian.crowd.integration.model

Class com.atlassian.crowd.integration.model.DirectoryContainer extends DirectoryEntity implements Serializable

Serialized Fields

members

Set<E> members
The principal members of the group.


directory

Directory directory

Class com.atlassian.crowd.integration.model.DirectoryEntity extends Object implements Serializable

Serialized Fields

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.

Class com.atlassian.crowd.integration.model.RemoteGroup extends DirectoryContainer implements Serializable

Class com.atlassian.crowd.integration.model.RemotePrincipal extends DirectoryEntity implements Serializable

Serialized Fields

credentials

List<E> credentials
Credentials for the entity.


credentialHistory

List<E> credentialHistory
Credentials history.

Class com.atlassian.crowd.integration.model.RemoteRole extends DirectoryContainer implements Serializable


Package com.atlassian.crowd.integration.soap

Class com.atlassian.crowd.integration.soap.SearchRestriction extends Object implements Serializable

Serialized Fields

name

String name

value

String value

Class com.atlassian.crowd.integration.soap.SOAPAttribute extends Object implements Serializable

Serialized Fields

name

String name

values

String[] values

Class com.atlassian.crowd.integration.soap.SOAPEntity extends Object implements Serializable

Serialized Fields

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.

Class com.atlassian.crowd.integration.soap.SOAPGroup extends SOAPEntity implements Serializable

Serialized Fields

members

String[] members

Class com.atlassian.crowd.integration.soap.SOAPPrincipal extends SOAPEntity implements Serializable

Class com.atlassian.crowd.integration.soap.SOAPRole extends SOAPEntity implements Serializable

Serialized Fields

members

String[] members



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.