Serialized Form


Package net.larsan.norna

Class net.larsan.norna.ContextPermission implements Serializable

Serialized Fields

action

int action
Action identifier. This identifier is a composition of the private static identifiers such that "lookup,bind" = LOOKUP | BIND, and "implies lookup" = action & LOOKUP > 0.


actions

java.lang.String actions
Raw un-parsed action string.


target

java.lang.String target
Package target

Class net.larsan.norna.NoSuchServiceException implements Serializable

Serialized Fields

id

java.lang.String id
Service ID that could not be found

Class net.larsan.norna.PackagePermission implements Serializable

Serialized Fields

action

int action
Action identifier. This identifier is a composition of the private static identifiers such that "import,export" = IMPORT | EXPORT


actions

java.lang.String actions
Raw un-parsed action string.


target

java.lang.String target
Package target

Class net.larsan.norna.ServicePermission implements Serializable

Serialized Fields

action

int action
Action identifier. This identifier is a composition of the private static identifiers such that "get,status" = GET | STATUS, and "implies get" = action & GET > 0.


actions

java.lang.String actions
Raw un-parsed action string.


target

java.lang.String target
Target URL

Class net.larsan.norna.UnavailableException implements Serializable


Package net.larsan.norna.service.log

Class net.larsan.norna.service.log.LogException implements Serializable

Class net.larsan.norna.service.log.LogPermission implements Serializable


Package net.larsan.norna.service.user

Class net.larsan.norna.service.user.AuthenticationFailedException implements Serializable

Class net.larsan.norna.service.user.IndirectionUnavailableException implements Serializable

Class net.larsan.norna.service.user.NoSuchUserException implements Serializable

Serialized Fields

user

java.lang.String user

Class net.larsan.norna.service.user.UserPermission implements Serializable


Package net.larsan.norna.util

Class net.larsan.norna.util.NestedException implements Serializable

Serialized Fields

exception

java.lang.Throwable exception
Nested error

Class net.larsan.norna.util.ThreadScopePermission implements Serializable

Serialized Fields

action

int action
Action identifier. This identifier is a composition of the private static identifiers such that "enter,exit" = ENTER | EXIT, and "implies enter" = action & ENTER > 0.


actions

java.lang.String actions
Raw un-parsed action string.


target

java.lang.String target
Package target