|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Properties | |
|---|---|
| java.lang | Provides classes that are fundamental to the design of the Java programming language. |
| java.security | Provides the classes and interfaces for the security framework. |
| java.util | Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). |
| org.ocap.application | |
| Uses of Properties in java.lang |
|---|
| Methods in java.lang that return Properties | |
|---|---|
static Properties |
System.getProperties()
Determines the current system properties. |
| Methods in java.lang with parameters of type Properties | |
|---|---|
static void |
System.setProperties(Properties props)
Sets the system properties to the Properties
argument. |
| Uses of Properties in java.security |
|---|
| Subclasses of Properties in java.security | |
|---|---|
class |
Provider
This class represents a "provider" for the Java Security API, where a provider implements some or all parts of Java Security. |
| Uses of Properties in java.util |
|---|
| Fields in java.util declared as Properties | |
|---|---|
protected Properties |
Properties.defaults
A property list that contains default values for any keys not found in this property list. |
| Constructors in java.util with parameters of type Properties | |
|---|---|
Properties(Properties defaults)
Creates an empty property list with the specified defaults. |
|
| Uses of Properties in org.ocap.application |
|---|
| Methods in org.ocap.application that return Properties | |
|---|---|
Properties |
AppManagerProxy.getAddressingProperties()
Gets the addressing properties previously registered by the registerAddressingProperties method. |
Properties |
AppManagerProxy.getSecurityAddressableAttributes()
Gets the security system Host addressable attributes queried by the implementation. |
| Methods in org.ocap.application with parameters of type Properties | |
|---|---|
void |
AppManagerProxy.registerAddressingProperties(Properties properties,
boolean persist,
Date expirationDate)
Registers addressing properties used for comparison when an addressing_descriptor from an AIT or XAIT is evaluated. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||