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.exception

Class com.atlassian.crowd.integration.exception.ApplicationPermissionException extends PermissionException 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

Class com.atlassian.crowd.integration.exception.PermissionException extends Exception 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.SOAPNestableGroup extends SOAPEntity implements Serializable

Serialized Fields

groupMembers

String[] groupMembers

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 © 2007 Atlassian Software Systems. All Rights Reserved.