Serialized Form


Package org.xwiki.security

Class org.xwiki.security.GroupSecurityReference extends UserSecurityReference implements Serializable

serialVersionUID: 1L

Class org.xwiki.security.SecurityReference extends EntityReference implements Serializable

serialVersionUID: 1L

Serialized Fields

mainWikiReference

SecurityReference mainWikiReference
Main wiki reference.


originalReference

EntityReference originalReference
Original reference represented by this reference.

Class org.xwiki.security.UserSecurityReference extends SecurityReference implements Serializable

serialVersionUID: 1L


Package org.xwiki.security.authorization

Class org.xwiki.security.authorization.AccessDeniedException extends AuthorizationException implements Serializable

serialVersionUID: 1L

Class org.xwiki.security.authorization.AuthorizationException extends Exception implements Serializable

serialVersionUID: 1L

Class org.xwiki.security.authorization.EntityTypeNotSupportedException extends AuthorizationException implements Serializable

serialVersionUID: 1L

Class org.xwiki.security.authorization.Right extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

int value
The numeric value of this access right.


name

String name
The string representation.


defaultState

RuleState defaultState
The string representation.


tieResolutionPolicy

RuleState tieResolutionPolicy
Whether this right should be allowed or denied in case of a tie.


inheritanceOverridePolicy

boolean inheritanceOverridePolicy
Policy on how this right should be overridden by lower levels.


impliedRights

Set<E> impliedRights
Additional rights implied by this right.


isReadOnly

boolean isReadOnly
Additional rights implied by this right.

Class org.xwiki.security.authorization.RightMap extends AbstractMap<Right,V> implements Serializable

serialVersionUID: 1L

Serialization Methods

readObject

private void readObject(ObjectInputStream s)
                 throws IOException,
                        ClassNotFoundException
Serialization support.

Throws:
IOException - on error
ClassNotFoundException - on error

writeObject

private void writeObject(ObjectOutputStream s)
                  throws IOException
Serialization support.

Throws:
IOException - on error

Class org.xwiki.security.authorization.RightSet extends AbstractSet<Right> implements Serializable

serialVersionUID: 1L

Serialized Fields

rights

long rights
Bit vector representation to store the set.

Class org.xwiki.security.authorization.UnableToRegisterRightException extends AuthorizationException implements Serializable

serialVersionUID: 1L


Package org.xwiki.security.authorization.cache

Class org.xwiki.security.authorization.cache.ConflictingInsertionException extends Exception implements Serializable

serialVersionUID: 1L

Class org.xwiki.security.authorization.cache.ParentEntryEvictedException extends Exception implements Serializable

serialVersionUID: 1L



Copyright © 2004-2013 XWiki. All Rights Reserved.