See: Description
| Interface | Description |
|---|---|
| AccessControl |
A policy that evaluates a
ServletRequest and determines whether access to a named resource
should be granted. |
| AccessControlService |
A component that supplies
AccessControl instances identified by a policy name. |
| IdentifierGenerationStrategy |
Interface for identifier generators.
|
| Class | Description |
|---|---|
| BasicAccessControlService |
Simple implementation that uses an in-memory map of policies.
|
| DataSealer |
Applies a MAC to time-limited information and encrypts with a symmetric key.
|
| DelegatingAccessControlService |
This class uses the
ReloadableService concept to implement AccessControlService
to hide the details of pinning and unpinning the underlying service. |
| IPRangeAccessControl |
Simple access control implementation based on IP address checking.
|
| RandomIdentifierGenerationStrategy |
Generates a random number of bytes via a
Random source and encodes them into a string using a
BinaryEncoder (Hex by default). |
| SecureRandomIdentifierGenerationStrategy |
A specialized subclass of
RandomIdentifierGenerationStrategy which constrains the supplied
random number generator to be an instance of SecureRandom. |
| SelfSignedCertificateGenerator |
A helper class to generate self-signed keypairs.
|
| SelfSignedCertificateGenerator.CommandLineArgs |
Manages command line parsing for application and the bean properties used by the generator.
|
| SelfSignedCertificateGenerator.FileConverter |
Command line option conversion from String to File.
|
| Type4UUIDIdentifierGenerationStrategy |
Generates a type 4 UUID as an identifier.
|
| Exception | Description |
|---|---|
| DataExpiredException |
Indicates the sealed data has expired.
|
| DataSealerException |
Exceptions during use of the
DataSealer. |
Copyright © 1999–2014. All rights reserved.