public interface PlatformContext
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PLATFORM_CREDENTIALS
Property name of the principal's authentication credentials.
|
static java.lang.String |
PLATFORM_PRINCIPAL
Property name of the system level calling principal of the context.
|
static java.lang.String |
PLATFORM_REALM
Property name of the principal's realm.
|
static java.lang.String |
PLATFORM_URL
Platform URL property name.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes the platform context, freeing up any system resources that may
have been allocated for the context.
|
java.util.Hashtable |
getEnvironment()
Returns the environment the client used to define the context.
|
java.lang.Object |
getEnvProperty(java.lang.Object propertyName)
Returns the environment property with the given name.
|
java.lang.Long |
getID()
Returns the unique identifier of the platform context.
|
static final java.lang.String PLATFORM_URL
static final java.lang.String PLATFORM_PRINCIPAL
static final java.lang.String PLATFORM_CREDENTIALS
static final java.lang.String PLATFORM_REALM
java.util.Hashtable getEnvironment()
java.lang.Object getEnvProperty(java.lang.Object propertyName)
propertyName - Name of the property to retrieve.java.lang.Long getID()
void close()