Package org.springframework.security.util

General utility classes used throughout the Spring Security framework.

See:
          Description

Class Summary
EncryptionUtils A static utility class that can encrypt and decrypt text.
FieldUtils Offers static methods for directly manipulating static fields.
InMemoryResource An in memory implementation of Spring's Resource interface.
MethodInvocationUtils Static utility methods for creating MethodInvocations usable within Spring Security.
SimpleMethodInvocation Represents the AOP Alliance MethodInvocation.
 

Exception Summary
EncryptionUtils.EncryptionException  
 

Package org.springframework.security.util Description

General utility classes used throughout the Spring Security framework.

This package should essentially be standalone - it should not have dependencies on other parts of the framework, just on external libraries and the JDK.



Copyright © 2004-2009 SpringSource, Inc. All Rights Reserved.