Serialized Form


Package org.apache.cocoon.auth.impl

Class org.apache.cocoon.auth.impl.LoginInfo extends Object implements Serializable

Serialized Fields

counter

int counter
Number of applications using the security handler.


user

org.apache.cocoon.auth.User user
The corresponding user.


applications

List applications
The applications the user is logged in to.

Class org.apache.cocoon.auth.impl.PipelineSecurityHandler.PipelineSHUser extends StandardUser implements Serializable

Serialized Fields

userInfo

Document userInfo
The document delivered by the pipeline.

Class org.apache.cocoon.auth.impl.ServletSecurityHandler.ServletUser extends StandardUser implements Serializable

Serialized Fields

principal

Principal principal
The principal belonging to the user.

Class org.apache.cocoon.auth.impl.StandardUser extends Object implements Serializable

Serialized Fields

id

String id
The unique id of the user.


attributes

Map attributes
The user attributes.


roles

List roles
Cache the roles info.



Copyright © 1999-2008 The Apache Software Foundation. All Rights Reserved.