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


Package com.atlassian.crowd.integration.exception

Class com.atlassian.crowd.integration.exception.DirectoryPermissionException extends Exception implements Serializable

Class com.atlassian.crowd.integration.exception.InactiveAccountException extends Exception implements Serializable

Class com.atlassian.crowd.integration.exception.InvalidAuthenticationException extends Exception implements Serializable

Class com.atlassian.crowd.integration.exception.InvalidAuthorizationTokenException extends Exception implements Serializable

Class com.atlassian.crowd.integration.exception.InvalidCredentialException extends Exception implements Serializable

Class com.atlassian.crowd.integration.exception.InvalidGroupException extends Exception implements Serializable

Class com.atlassian.crowd.integration.exception.InvalidPrincipalException extends Exception implements Serializable

Class com.atlassian.crowd.integration.exception.InvalidRoleException extends Exception implements Serializable

Class com.atlassian.crowd.integration.exception.InvalidTokenException extends Exception implements Serializable

Class com.atlassian.crowd.integration.exception.ObjectNotFoundException extends Exception implements Serializable


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

SOAPPrincipal[] 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

SOAPPrincipal[] members



Copyright © 2006 Atlassian Software Systems. All Rights Reserved.