Serialized Form


Package com.caucho.burlap.client

Class com.caucho.burlap.client.BurlapProtocolException extends java.io.IOException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class com.caucho.burlap.client.BurlapRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class com.caucho.burlap.client.BurlapServiceException extends java.lang.Exception implements Serializable

Serialized Fields

code

java.lang.String code

detail

java.lang.Object detail

Package com.caucho.burlap.io

Class com.caucho.burlap.io.BurlapProtocolException extends HessianProtocolException implements Serializable

Class com.caucho.burlap.io.BurlapServiceException extends HessianServiceException implements Serializable


Package com.caucho.hessian

Class com.caucho.hessian.HessianException extends java.lang.RuntimeException implements Serializable


Package com.caucho.hessian.client

Class com.caucho.hessian.client.HessianConnectionException extends HessianException implements Serializable

Class com.caucho.hessian.client.HessianRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Package com.caucho.hessian.io

Class com.caucho.hessian.io.CalendarHandle extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Serialized Fields

type

java.lang.Class<T> type

date

java.util.Date date

Class com.caucho.hessian.io.HessianFieldException extends HessianProtocolException implements Serializable

Class com.caucho.hessian.io.HessianProtocolException extends java.io.IOException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Class com.caucho.hessian.io.HessianServiceException extends java.lang.Exception implements Serializable

Serialized Fields

code

java.lang.String code

detail

java.lang.Object detail

Class com.caucho.hessian.io.IOExceptionWrapper extends java.io.IOException implements Serializable

Serialized Fields

_cause

java.lang.Throwable _cause

Class com.caucho.hessian.io.LocaleHandle extends java.lang.Object implements Serializable

Serialization Methods

readResolve

private java.lang.Object readResolve()
Serialized Fields

value

java.lang.String value

Package com.caucho.services.message

Class com.caucho.services.message.MessageServiceException extends java.io.IOException implements Serializable

Serialized Fields

_rootCause

java.lang.Throwable _rootCause

Package com.caucho.services.name

Class com.caucho.services.name.NameServiceException extends java.io.IOException implements Serializable

Serialized Fields

rootCause

java.lang.Throwable rootCause

Package org.glite.authz.common.model

Class org.glite.authz.common.model.Action extends java.lang.Object implements Serializable

serialVersionUID: -2085506180809169465L

Serialized Fields

attributes

java.util.Set<E> attributes
Attributes that identify the action.

Class org.glite.authz.common.model.Attribute extends java.lang.Object implements Serializable

serialVersionUID: -998357326993743203L

Serialized Fields

id

java.lang.String id
ID of the attribute.


dataType

java.lang.String dataType
Data type of the attribute.


issuer

java.lang.String issuer
Issuer of the attribute.


values

java.util.Set<E> values
Values of the attribute.

Class org.glite.authz.common.model.AttributeAssignment extends java.lang.Object implements Serializable

serialVersionUID: -1159499031052230298L

Serialized Fields

attributeId

java.lang.String attributeId
ID of the attribute.


dataType

java.lang.String dataType
Data type of the attribute.


value

java.lang.String value
Values of the attribute.

Class org.glite.authz.common.model.Environment extends java.lang.Object implements Serializable

serialVersionUID: 4988368497865461384L

Serialized Fields

attributes

java.util.Set<E> attributes
Attributes describing the environment.

Class org.glite.authz.common.model.Obligation extends java.lang.Object implements Serializable

serialVersionUID: -5500418892138258526L

Serialized Fields

id

java.lang.String id
ID for the obligation.


fulfillOn

int fulfillOn
Which authorization decision activates this obligation.


attributeAssignments

java.util.List<E> attributeAssignments
Any attribute assignments associated with the obligation.

Class org.glite.authz.common.model.Request extends java.lang.Object implements Serializable

serialVersionUID: 7263488106115027959L

Serialized Fields

subjects

java.util.Set<E> subjects
Subjects about which the request is being made.


resources

java.util.Set<E> resources
Resources about which the request is being made.


action

Action action
The action to be authorized.


environment

Environment environment
The environment within which the request is being made.

Class org.glite.authz.common.model.Resource extends java.lang.Object implements Serializable

serialVersionUID: -3526903430795707644L

Serialized Fields

resourceContent

java.lang.String resourceContent
Content of the resource.


attributes

java.util.Set<E> attributes
Attributes that describe the resource.

Class org.glite.authz.common.model.Response extends java.lang.Object implements Serializable

serialVersionUID: -3976503749290974107L

Serialized Fields

request

Request request
The effective request that led to the given results.


results

java.util.List<E> results
The results from an authorization request.

Class org.glite.authz.common.model.Result extends java.lang.Object implements Serializable

serialVersionUID: 6419281476715041885L

Serialized Fields

decision

int decision
Decision of the authorization request.


resourceId

java.lang.String resourceId
ID of the resource to which the result corresponds.


status

Status status
Status message associated with the result.


obligations

java.util.List<E> obligations
Obligations associated with the result.

Class org.glite.authz.common.model.Status extends java.lang.Object implements Serializable

serialVersionUID: -4406609342319994627L

Serialized Fields

message

java.lang.String message
Status message.


statusCode

StatusCode statusCode
Code associated with the message.

Class org.glite.authz.common.model.StatusCode extends java.lang.Object implements Serializable

serialVersionUID: 5112432894946515561L

Serialized Fields

code

java.lang.String code
The status code.


subCode

StatusCode subCode
Subcode for this status.

Class org.glite.authz.common.model.Subject extends java.lang.Object implements Serializable

serialVersionUID: 8938715874477342336L

Serialized Fields

category

java.lang.String category
Category to which the subject belongs.


attributes

java.util.Set<E> attributes
Attributes describing the subject.


Package org.glite.authz.common.model.util

Class org.glite.authz.common.model.util.LazyList extends java.lang.Object implements Serializable

serialVersionUID: -7741904523916701817L

Serialized Fields

delegate

java.util.List<E> delegate
Delegate list.

Class org.glite.authz.common.model.util.LazySet extends java.lang.Object implements Serializable

serialVersionUID: -1596445680460115174L

Serialized Fields

delegate

java.util.Set<E> delegate
The delegate set.


Package org.glite.authz.pep

Class org.glite.authz.pep.PEPException extends java.lang.Exception implements Serializable

serialVersionUID: 897224333945805175L


Package org.glite.authz.pep.obligation

Class org.glite.authz.pep.obligation.ObligationProcessingException extends PEPException implements Serializable

serialVersionUID: -7787659159540080804L


Package org.glite.authz.pep.pip

Class org.glite.authz.pep.pip.PIPException extends PEPException implements Serializable

serialVersionUID: 9069290765799490725L

Class org.glite.authz.pep.pip.PIPProcessingException extends PIPException implements Serializable

serialVersionUID: 6616470982835428775L



Copyright © 2008-2012 EMI - European Middleware Initiative. All Rights Reserved.