A B C D E F G H I L M N O P R S T U

A

addContextListener(ContextListener) - Method in interface net.larsan.norna.ContextNotifier
Add a context listener to this notifier.
addContextListener(String, ContextListener) - Method in interface net.larsan.norna.ContextNotifier
Add a context listener to this notifier.
addFilter(Filter) - Method in interface net.larsan.norna.service.log.LogHandle
Add a log filter to the handle.
addRegistryListener(Properties, RegistryListener) - Method in interface net.larsan.norna.ServiceRegistry
Add a service listener to the registry.
addRegistryListener(RegistryListener) - Method in interface net.larsan.norna.ServiceRegistry
Add a service listener to the registry.
authenticate(char[]) - Method in interface net.larsan.norna.service.user.Authenticator
Authenticate a user using credentials.
authenticate(char[], LoginListener[]) - Method in interface net.larsan.norna.service.user.Authenticator
Authenticate a user and notify listeners.
AuthenticationFailedException - exception net.larsan.norna.service.user.AuthenticationFailedException.
Authentication of a user failed.
AuthenticationFailedException() - Constructor for class net.larsan.norna.service.user.AuthenticationFailedException
Create an exception without a message.
AuthenticationFailedException(String) - Constructor for class net.larsan.norna.service.user.AuthenticationFailedException
Create ane xception with a message.
Authenticator - interface net.larsan.norna.service.user.Authenticator.
The authenticator is a simple interface for authenticating a user.
availableIndirections() - Method in interface net.larsan.norna.service.user.IndirectionFactory
Get available indirections.

B

bind(String, Object) - Method in interface net.larsan.norna.Namespace
Put an object into the context space.

C

checkAccess(Level) - Method in interface net.larsan.norna.service.log.LogHandle
Check if the handle would accept a log record based on a level.
checkAccess(Level, Type) - Method in interface net.larsan.norna.service.log.LogHandle
Check if the handle would accept a log record with a level and type.
clear() - Static method in class net.larsan.norna.util.ThreadScope
Clear the current execution stack of all IDs.
clearCredentials() - Method in class net.larsan.norna.service.user.Indirection
Clear credentials from this object.
compareTo(Object) - Method in class net.larsan.norna.service.log.Level
Comparable implementation in descending order.
CONFIG - Static variable in class net.larsan.norna.service.log.Type
Configuration record type.
Context - interface net.larsan.norna.Context.
A context is a named subpart of a Norna Namespace.
ContextEvent - class net.larsan.norna.ContextEvent.
Context event.
ContextEvent(int, String, String) - Constructor for class net.larsan.norna.ContextEvent
Constructor for ContextEvent.
ContextListener - interface net.larsan.norna.ContextListener.
A listener interface for ContextEvents.
ContextNotifier - interface net.larsan.norna.ContextNotifier.
A context notifier is responsible for context changes in the namespace it governs.
ContextPermission - class net.larsan.norna.ContextPermission.
A context permission works much like a file permissions.
ContextPermission(String, String) - Constructor for class net.larsan.norna.ContextPermission
Create a permission using a target and an action string.
CREATED - Static variable in class net.larsan.norna.Status
Created status.
createIndirection(String) - Method in interface net.larsan.norna.service.user.IndirectionFactory
Create a new indirection.
credentials - Variable in class net.larsan.norna.service.user.Indirection
 
current() - Static method in class net.larsan.norna.util.ThreadScope
Get the ID of the current executing service.

D

DEBUG - Static variable in class net.larsan.norna.service.log.Type
Debug record type.
Delegator - interface net.larsan.norna.base.Delegator.
A delegator is a context node which is responsible for a sub-context namespace.
destroy() - Method in interface net.larsan.norna.base.Initializable
Destroy this service.
DESTROYED - Static variable in class net.larsan.norna.Status
Destroyed status.

E

enter(String) - Static method in class net.larsan.norna.util.ThreadScope
Enter thread scope from a particular ID.
Environment - interface net.larsan.norna.Environment.
The environment is a helper interface used by the framework to inform its services about the runtime environment.
equals(Object) - Method in class net.larsan.norna.PackagePermission
Check equality on target name and actions.
equals(Object) - Method in class net.larsan.norna.Status
Check equality
equals(Object) - Method in class net.larsan.norna.ContextPermission
Check equality on target name and actions.
equals(Object) - Method in class net.larsan.norna.ServicePermission
Check equality on target name and actions.
equals(Object) - Method in class net.larsan.norna.service.log.Level
Equality check on severity level
equals(Object) - Method in class net.larsan.norna.service.log.Type
Equality check on record type
equals(Object) - Method in class net.larsan.norna.util.ThreadScopePermission
Check equality on target name and actions.
ERROR - Static variable in class net.larsan.norna.service.log.Type
Error record type.
exit(String) - Static method in class net.larsan.norna.util.ThreadScope
Exit current ID scope.

F

FAILED - Static variable in class net.larsan.norna.Status
Failed status.
FAILURE - Static variable in class net.larsan.norna.service.log.Type
Failure record type.
Filter - interface net.larsan.norna.service.log.Filter.
Filter a log record before its recording.
filter(Record, FilterChain) - Method in interface net.larsan.norna.service.log.Filter
Filter a log record.
FilterChain - interface net.larsan.norna.service.log.FilterChain.
A filter chain represents a chain of filters responsible for formatting and handling a log record before it gets recorded.
flush() - Method in interface net.larsan.norna.service.log.LogHandle
Flush this log handle to make sure no log records are cached.

G

getActions() - Method in class net.larsan.norna.PackagePermission
Get the actions of this permission.
getActions() - Method in class net.larsan.norna.ContextPermission
Get the actions of this permission.
getActions() - Method in class net.larsan.norna.ServicePermission
Get the actions of this permission.
getActions() - Method in class net.larsan.norna.util.ThreadScopePermission
Get the actions of this permission.
getAuthenticator(String) - Method in interface net.larsan.norna.service.user.UserHandle
Get an authenicator interface for a user.
getAuthenticator(String, Indirection) - Method in interface net.larsan.norna.service.user.UserHandle
Get an authentication that works by indirection.
getByPublicID(String) - Method in interface net.larsan.norna.ServiceRegistry
Get an iterator of service context URLs by an public ID.
getByURL(String) - Method in interface net.larsan.norna.ServiceRegistry
Get a service handle by context URL.
getCodeSource() - Method in class net.larsan.norna.service.user.LoginEvent
Get the code source for this event.
getDescription() - Method in interface net.larsan.norna.base.SoftwareInfo
Get a description of the service.
getEnvironment() - Method in interface net.larsan.norna.ServiceRegistry
Get the envoronment of the service.
getId() - Method in interface net.larsan.norna.service.log.Record
Get record id.
getID() - Method in class net.larsan.norna.service.user.Indirection
Get indirection id.
getID() - Method in class net.larsan.norna.service.user.NullIndirection
Get id
getIndirection() - Method in interface net.larsan.norna.service.user.Authenticator
Get backing indirection if available.
getIndirectionFactory() - Method in interface net.larsan.norna.service.user.UserHandle
Get the indirection factory for the service.
getLevel() - Method in interface net.larsan.norna.service.log.Record
Get the severity level of the record.
getMessage() - Method in class net.larsan.norna.util.NestedException
Get exception message
getNamespace() - Method in interface net.larsan.norna.Environment
Get the framework namespace.
getNamespaceID() - Method in class net.larsan.norna.RegistryEvent
Get the NUID of the service that triggered this event.
getNamespaceID() - Method in interface net.larsan.norna.Context
Get a context Namespace ID.
getNestedException() - Method in class net.larsan.norna.util.NestedException
Get nested error, this returns null if there is no nested exception
getNestedMessage() - Method in class net.larsan.norna.util.NestedException
Get nested message, this returns null if there is no nested exception
getNewUrl() - Method in class net.larsan.norna.ContextEvent
Get the new context URL for the object in question.
getOldUrl() - Method in class net.larsan.norna.ContextEvent
Get the old context URL of the object that triggered this event.
getOriginator() - Method in interface net.larsan.norna.base.SoftwareInfo
Get software vendor, creator, or copyright holder.
getParameter(String) - Method in interface net.larsan.norna.InitParameters
Get a initiation parameter.
getParameter(String, String) - Method in interface net.larsan.norna.InitParameters
Get a initiation parameter.
getProperties() - Method in interface net.larsan.norna.service.log.Record
Get a set of record properties.
getPublicID() - Method in interface net.larsan.norna.base.SoftwareInfo
Get module public ID.
getRelease() - Method in interface net.larsan.norna.base.SoftwareInfo
Get current release tag.
getRootAddress() - Method in interface net.larsan.norna.Environment
Get the root address on which the framework is installed.
getRootPort() - Method in interface net.larsan.norna.Environment
Get the root port number fro the local framework.
getServiceHandle() - Method in interface net.larsan.norna.base.Service
Get a reference to the ServiceHandle interface for this service.
getServiceId() - Method in class net.larsan.norna.NoSuchServiceException
Get the service id that could not be found.
getServiceInfo() - Method in interface net.larsan.norna.base.Service
Get service information.
getSeverity() - Method in class net.larsan.norna.service.log.Level
Get severity level.
getSoftwareInfo(String) - Method in interface net.larsan.norna.ServiceRegistry
Get service software info.
getSoftwareName() - Method in interface net.larsan.norna.base.SoftwareInfo
Get the software name.
getStatus() - Method in interface net.larsan.norna.base.ServiceHandle
Get the status of the service.
getSubject() - Method in interface net.larsan.norna.service.user.LoginSession
Get session subject.
getSubject() - Method in class net.larsan.norna.service.user.LoginEvent
Get the subject for this event.
getSystemPreferences() - Method in interface net.larsan.norna.service.pref.PreferenceHandle
Get the preferences for the calling service.
getText() - Method in interface net.larsan.norna.service.log.Record
Get the record overview message.
getThrowable() - Method in interface net.larsan.norna.service.log.Record
Get the throwable that triggered this record.
getType() - Method in class net.larsan.norna.ContextEvent
Get the type of this event.
getType() - Method in class net.larsan.norna.RegistryEvent
Get event type.
getType() - Method in class net.larsan.norna.service.log.Type
Get record type.
getType() - Method in interface net.larsan.norna.service.log.Record
Get the type of the record.
getUser() - Method in class net.larsan.norna.service.user.NoSuchUserException
Get user name that does not exist.
getUserPreferences(String) - Method in interface net.larsan.norna.service.pref.PreferenceHandle
Get the preferences for a user.
getVersion() - Method in interface net.larsan.norna.base.SoftwareInfo
Get current software version.

H

hashCode() - Method in class net.larsan.norna.PackagePermission
Get hash code based on target name and actions
hashCode() - Method in class net.larsan.norna.ContextPermission
Get hash code based on target name and actions
hashCode() - Method in class net.larsan.norna.ServicePermission
Get hash code based on target name and actions
hashCode() - Method in class net.larsan.norna.service.log.Level
Hash code on severty level
hashCode() - Method in class net.larsan.norna.service.log.Type
Hash code on type
hashCode() - Method in class net.larsan.norna.util.ThreadScopePermission
Get hash code based on target name and actions
hasParameter(String) - Method in interface net.larsan.norna.InitParameters
Check if a parameter exists.
HIGH - Static variable in class net.larsan.norna.service.log.Level
High severity, 1.0
HIGHER - Static variable in class net.larsan.norna.service.log.Level
Second highest severiy, 2.0
HIGHEST - Static variable in class net.larsan.norna.service.log.Level
Highest severity, 3.0

I

implies(Permission) - Method in class net.larsan.norna.PackagePermission
Check if a permission is 'implied' by this permission.
implies(Permission) - Method in class net.larsan.norna.ContextPermission
Check if a permission is 'implied' by this permission.
implies(Permission) - Method in class net.larsan.norna.ServicePermission
Check if a permission is 'implied' by this permission.
implies(Permission) - Method in class net.larsan.norna.util.ThreadScopePermission
Check if a permission is 'implied' by this permission.
Indirection - class net.larsan.norna.service.user.Indirection.
An indirection is a base class for indirective password verificators.
Indirection() - Constructor for class net.larsan.norna.service.user.Indirection
 
IndirectionCallback - interface net.larsan.norna.service.user.IndirectionCallback.
A call back for JAAS login modules offering Norna indirective authentication.
IndirectionFactory - interface net.larsan.norna.service.user.IndirectionFactory.
An indirection factory makes indirections for services.
IndirectionUnavailableException - exception net.larsan.norna.service.user.IndirectionUnavailableException.
A simple exception that declares that indirection is unavailable.
IndirectionUnavailableException() - Constructor for class net.larsan.norna.service.user.IndirectionUnavailableException
 
IndirectionUnavailableException(String) - Constructor for class net.larsan.norna.service.user.IndirectionUnavailableException
 
INFO - Static variable in class net.larsan.norna.service.log.Type
A message type record.
init(InitParameters) - Method in interface net.larsan.norna.base.Initializable
Initialize module.
Initializable - interface net.larsan.norna.base.Initializable.
An initializable service signals that it is interested in initialization parameters from the framework.
INITIALIZED - Static variable in class net.larsan.norna.Status
Initialized status.
InitParameters - interface net.larsan.norna.InitParameters.
A parameter collection interface for Norna modules.
invalidate() - Method in interface net.larsan.norna.service.user.LoginSession
Invalidate this session.

L

Level - class net.larsan.norna.service.log.Level.
A log record level.
Level(double) - Constructor for class net.larsan.norna.service.log.Level
Create level.
list() - Method in interface net.larsan.norna.ServiceRegistry
List all available services.
load(Context) - Method in interface net.larsan.norna.base.Loadable
Load service with a context.
Loadable - interface net.larsan.norna.base.Loadable.
A service in the Norna framework is loaded using its Context.
LOADED - Static variable in class net.larsan.norna.Status
Loaded status.
log(Record) - Method in interface net.larsan.norna.service.log.LogHandle
Log a record.
LogException - exception net.larsan.norna.service.log.LogException.
A log exception is a nested exception used by the log package to signal an error some where in the log chain.
LogException(String) - Constructor for class net.larsan.norna.service.log.LogException
Create new log exception.
LogException(String, Throwable) - Constructor for class net.larsan.norna.service.log.LogException
Create new log exception.
LogHandle - interface net.larsan.norna.service.log.LogHandle.
The log handle is what the Norna framework publishes as log service to it's members.
LoginEvent - class net.larsan.norna.service.user.LoginEvent.
This event details what subject has been authenticated by the user service.
LoginEvent(Subject) - Constructor for class net.larsan.norna.service.user.LoginEvent
Create a login event without a code source.
LoginEvent(Subject, CodeSource) - Constructor for class net.larsan.norna.service.user.LoginEvent
Create a login event with a subject and a code source.
LoginListener - interface net.larsan.norna.service.user.LoginListener.
The login listener will be called when a Subject is succefully authenticated.
LoginSession - interface net.larsan.norna.service.user.LoginSession.
The login session represents a subject and its session within the Norna framework.
LogPermission - class net.larsan.norna.service.log.LogPermission.
The log permission is a simple permission used to grant access to the add- and remove filter methods on the log handle and to use the log at all.
LogPermission(String) - Constructor for class net.larsan.norna.service.log.LogPermission
Create permission.
lookup(String) - Method in interface net.larsan.norna.Namespace
Get an object from the namespace.
LOW - Static variable in class net.larsan.norna.service.log.Level
Third lowest severity, -1.0
LOWER - Static variable in class net.larsan.norna.service.log.Level
Second lowest severity, -2.0
LOWEST - Static variable in class net.larsan.norna.service.log.Level
Lowest severity level, -3.0.

M

matches(char[]) - Method in class net.larsan.norna.service.user.Indirection
Check if a given credential input matches a password according to the current indirection.
matches(char[]) - Method in class net.larsan.norna.service.user.NullIndirection
Trivial implementation.

N

Namespace - interface net.larsan.norna.Namespace.
A namespace is a logical space and adressing system within the Norna frameowrk.
NAMESPACE_ID - Static variable in interface net.larsan.norna.ServiceRegistry
The fixed registry namespace ID, "/norna/registry"
NAMESPACE_ID - Static variable in interface net.larsan.norna.service.log.LogHandle
The fixed namespace ID, "/norna/log"
NAMESPACE_ID - Static variable in interface net.larsan.norna.service.user.UserHandle
The fixed namespace ID, "/norna/users"
NestedException - exception net.larsan.norna.util.NestedException.
A nested exception base class.
NestedException() - Constructor for class net.larsan.norna.util.NestedException
Create exception
NestedException(String) - Constructor for class net.larsan.norna.util.NestedException
Create exception
NestedException(String, Throwable) - Constructor for class net.larsan.norna.util.NestedException
Create exception
NestedException(Throwable) - Constructor for class net.larsan.norna.util.NestedException
Create exception
net.larsan.norna - package net.larsan.norna
Root interfaces and classes for the framework.
net.larsan.norna.base - package net.larsan.norna.base
Service class package.
net.larsan.norna.service.log - package net.larsan.norna.service.log
Norna log package.
net.larsan.norna.service.pref - package net.larsan.norna.service.pref
The framework preference service.
net.larsan.norna.service.user - package net.larsan.norna.service.user
User service.
net.larsan.norna.util - package net.larsan.norna.util
Norna utilities.
NEUTRAL - Static variable in class net.larsan.norna.service.log.Level
Neutral severity, 0.0
newStatus(Status) - Method in interface net.larsan.norna.StatusCallback
Signal a status change in the service.
next(Record) - Method in interface net.larsan.norna.service.log.FilterChain
Leave execution to the next filter in the chain.
NoSuchServiceException - exception net.larsan.norna.NoSuchServiceException.
A service could not be found.
NoSuchServiceException(String, String) - Constructor for class net.larsan.norna.NoSuchServiceException
Create exception with a message and a the id that could not be found.
NoSuchUserException - exception net.larsan.norna.service.user.NoSuchUserException.
This exception signal that a user does not exist.
NoSuchUserException(String) - Constructor for class net.larsan.norna.service.user.NoSuchUserException
Create a new exception with a user name.
NullIndirection - class net.larsan.norna.service.user.NullIndirection.
Trivial indirection.
NullIndirection() - Constructor for class net.larsan.norna.service.user.NullIndirection
 

O

OBJECT_BOUND - Static variable in class net.larsan.norna.ContextEvent
 
OBJECT_UNBOUND - Static variable in class net.larsan.norna.ContextEvent
 
options - Variable in class net.larsan.norna.service.user.Indirection
 

P

PackagePermission - class net.larsan.norna.PackagePermission.
The package permission for importing/exporting packages.
PackagePermission(String, String) - Constructor for class net.larsan.norna.PackagePermission
Create a permission using a target and an action string.
parameterNames() - Method in interface net.larsan.norna.InitParameters
Get an iterator over the parameter names.
parse(String) - Static method in class net.larsan.norna.Status
Parse a string status into a status object, returns nulll if the status is not recognized.
parse(String) - Static method in class net.larsan.norna.service.log.Level
Parse a string to a level.
parse(String) - Static method in class net.larsan.norna.service.log.Type
Parse a string to a type.
PreferenceHandle - interface net.larsan.norna.service.pref.PreferenceHandle.
This service handles preferences for the services.
printStackTrace() - Method in class net.larsan.norna.util.NestedException
Print stack trace to system err.
printStackTrace(PrintStream) - Method in class net.larsan.norna.util.NestedException
Print stack trace
printStackTrace(PrintWriter) - Method in class net.larsan.norna.util.NestedException
Print stack trace

R

READY - Static variable in class net.larsan.norna.Status
This service is redy for use.
receiveContextEvent(ContextEvent) - Method in interface net.larsan.norna.ContextListener
Receive context event.
receiveLoginEvent(LoginEvent) - Method in interface net.larsan.norna.service.user.LoginListener
A subject have been authenticated be the user service.
receiveRegistryEvent(RegistryEvent) - Method in interface net.larsan.norna.RegistryListener
Receive registry event.
Record - interface net.larsan.norna.service.log.Record.
A log record for the log service.
RegistryEvent - class net.larsan.norna.RegistryEvent.
Event fired by the ServiceRegistry when a service status changes.
RegistryEvent(int, String) - Constructor for class net.larsan.norna.RegistryEvent
Create an event.
RegistryListener - interface net.larsan.norna.RegistryListener.
An interface for modules whishing to receive RegistryEvents.
removeContextListener(ContextListener) - Method in interface net.larsan.norna.ContextNotifier
Remove a context listener from this notifier.
removeFilter(Filter) - Method in interface net.larsan.norna.service.log.LogHandle
Remove a log filter to the handle.
removeRegistryListener(RegistryListener) - Method in interface net.larsan.norna.ServiceRegistry
Remove a registry listener.
requestRestart() - Method in interface net.larsan.norna.RestartListener
Request restart.
Restartable - interface net.larsan.norna.base.Restartable.
This interface should be inplemented by services that wiches to request re-starts from the framework.
RestartListener - interface net.larsan.norna.RestartListener.
This interface will be implemented by the framework to use with services that wishes to request restarts.

S

search(Properties) - Method in interface net.larsan.norna.ServiceRegistry
Seach for a service.
Service - interface net.larsan.norna.base.Service.
All services in the Norna framework must implement this interface.
SERVICE_ADDED - Static variable in class net.larsan.norna.RegistryEvent
Event thrown when a service have been added to the registry.
SERVICE_READY - Static variable in class net.larsan.norna.RegistryEvent
Service ready event
SERVICE_REMOVED - Static variable in class net.larsan.norna.RegistryEvent
Service removed.
SERVICE_STARTING - Static variable in class net.larsan.norna.RegistryEvent
Service start event.
SERVICE_STOPPED - Static variable in class net.larsan.norna.RegistryEvent
Services stopped event.
ServiceHandle - interface net.larsan.norna.base.ServiceHandle.
A service handle is what the service publishes towards the servers and it's fellow services.
ServicePermission - class net.larsan.norna.ServicePermission.
The service permission is used to fine grain control over the Norna services.
ServicePermission(String, String) - Constructor for class net.larsan.norna.ServicePermission
Create a permission using a target and an action string.
ServiceRegistry - interface net.larsan.norna.ServiceRegistry.
The service registry can be used by services to search for other services and in also to start or stop them.
setCredentials(char[]) - Method in class net.larsan.norna.service.user.Indirection
Set credentials this indirection should match agains.
setId(String) - Method in interface net.larsan.norna.service.log.Record
Set the record.
setIndirection(Indirection) - Method in interface net.larsan.norna.service.user.IndirectionCallback
Set indirection to use.
setLevel(Level) - Method in interface net.larsan.norna.service.log.Record
Set the severity level.
setOptions(Map) - Method in class net.larsan.norna.service.user.Indirection
Set options for this indirection to use.
setRestartListener(RestartListener) - Method in interface net.larsan.norna.base.Restartable
Set re-start listener interface.
setStatusCallback(StatusCallback) - Method in interface net.larsan.norna.base.Service
Set the status callback this service should use to signal status changes to the framework.
setText(String) - Method in interface net.larsan.norna.service.log.Record
Set the record overview.
setThrowable(Throwable) - Method in interface net.larsan.norna.service.log.Record
Set throwable that caused the record.
setType(Type) - Method in interface net.larsan.norna.service.log.Record
Set the record type.
severity - Variable in class net.larsan.norna.service.log.Level
Level severity.
ShutdownListener - interface net.larsan.norna.base.ShutdownListener.
This interface should be implemented by any service that wishes to be informed of shutdown events in advance.
shutdownWarning(long) - Method in interface net.larsan.norna.base.ShutdownListener
Thsi method might be called by the framework before module shutdown.
SoftwareInfo - interface net.larsan.norna.base.SoftwareInfo.
This interface can be implemented by modules in the Norna framework.
start() - Method in interface net.larsan.norna.base.Startable
Start execution of this service.
start(String) - Method in interface net.larsan.norna.ServiceRegistry
Start a service.
Startable - interface net.larsan.norna.base.Startable.
A startable service is a service that can be started and stopped.
STARTING - Static variable in class net.larsan.norna.Status
Starting status.
Status - class net.larsan.norna.Status.
Status objects used by the Norna framework.
StatusCallback - interface net.larsan.norna.StatusCallback.
This interface is posted by the ServiceRegistry towards the services.
stop() - Method in interface net.larsan.norna.base.Startable
End execution.
stop(String) - Method in interface net.larsan.norna.ServiceRegistry
Stop a service.
STOPPED - Static variable in class net.larsan.norna.Status
Stopped status.
STOPPING - Static variable in class net.larsan.norna.Status
Stopping status.

T

TEST - Static variable in class net.larsan.norna.service.log.Type
Test record type.
ThreadScope - class net.larsan.norna.util.ThreadScope.
The thread scope is used by Norna framework implementations to distinguish between the owners of excuting threads.
ThreadScopePermission - class net.larsan.norna.util.ThreadScopePermission.
This permission is used to limit the access to the ThreadScope.
ThreadScopePermission(String) - Constructor for class net.larsan.norna.util.ThreadScopePermission
Create permission without a target.
ThreadScopePermission(String, String) - Constructor for class net.larsan.norna.util.ThreadScopePermission
Create permission.
toString() - Method in class net.larsan.norna.Status
To string, returns the status name in lowercase
toString() - Method in class net.larsan.norna.service.log.Level
Get severity level as string.
toString() - Method in class net.larsan.norna.service.log.Type
Get type as string.
type - Variable in class net.larsan.norna.service.log.Type
Record type.
Type - class net.larsan.norna.service.log.Type.
Log record type.
Type(int) - Constructor for class net.larsan.norna.service.log.Type
Create type

U

UnavailableException - exception net.larsan.norna.UnavailableException.
Exception thrown by servers and services on load and start calls to signal an exception in the startup procedure.
UnavailableException() - Constructor for class net.larsan.norna.UnavailableException
Create exception
UnavailableException(String) - Constructor for class net.larsan.norna.UnavailableException
Create exception
UnavailableException(String, Throwable) - Constructor for class net.larsan.norna.UnavailableException
Create exception
UnavailableException(Throwable) - Constructor for class net.larsan.norna.UnavailableException
Create exception
unbind(String) - Method in interface net.larsan.norna.Namespace
Delete an object form the context space.
UNKNOWN - Static variable in class net.larsan.norna.service.log.Type
Unkown record type.
unload() - Method in interface net.larsan.norna.base.Loadable
Unload the service context.
UNLOADED - Static variable in class net.larsan.norna.Status
Unloaded status.
UserHandle - interface net.larsan.norna.service.user.UserHandle.
The user service is intended as a thin layer on top of the JAAS specification.
UserPermission - class net.larsan.norna.service.user.UserPermission.
A permission used by the user service to checkaccess to the UserHandle methods.
UserPermission(String) - Constructor for class net.larsan.norna.service.user.UserPermission
Create permission.

A B C D E F G H I L M N O P R S T U