JSecurity

Package org.jsecurity.util

Your run-of-the-mill 'util' pacakge for components and logic widely used across the framework that can't find their home into a proper OO hierarchy (or, most likely for things used across many hierarchies).

See:
          Description

Interface Summary
Destroyable JSecurity container-agnostic interface that indicates that this object requires a callback during destruction.
Initializable JSecurity container-agnostic interface that indicates that this object requires initialization.
Nameable TODO - Class JavaDoc
PatternMatcher Interface for components that can match source strings against a specified pattern string.
 

Class Summary
AntPathMatcher PathMatcher implementation for Ant-style path patterns.
ClassUtils  
CollectionUtils Static helper class for use dealing with Arrays.
JavaEnvironment Internal helper class used to find the Java/JDK version that JSecurity is operating within, to allow for automatically adapting to the present platform's capabilities.
JdbcUtils A set of static helper methods for managing JDBC API objects.
LifecycleUtils  
PermissionUtils  
StringUtils Simple utility class for String operations useful across the framework.
ThreadContext A ThreadContext provides a means of binding and unbinding objects to the current thread based on key/value pairs.
 

Exception Summary
InstantiationException Runtime exception thrown by the framework when unable to instantiate a Class via reflection.
UnavailableConstructorException Exception thrown when attempting to instantiate a Class via reflection, but a suitable constructor (depending on the number of expected arguments) doesn't exist or cannot be obtained.
UnknownClassException The JSecurity framework's RuntimeException equivalent of the JDK's ClassNotFoundException, to maintain a RuntimeException paradigm.
 

Package org.jsecurity.util Description

Your run-of-the-mill 'util' pacakge for components and logic widely used across the framework that can't find their home into a proper OO hierarchy (or, most likely for things used across many hierarchies).


JSecurity

Copyright © 2004-2008 JSecurity.