|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SecurityConfiguration
Configuration of the security for managed content
| Nested Class Summary | |
|---|---|
static class |
SecurityConfiguration.AccessTypeThe security type |
| Field Summary | |
|---|---|
static java.lang.String |
PROPERTY_CACHE_ENV_MILLISthe time to live for environment information |
static java.lang.String |
PROPERTY_SIZEthe size of the cache |
static java.lang.String |
PROPERTY_TTL_MILLISthe time to live for user permissions |
| Method Summary | |
|---|---|
long |
getEnvironmentMillis() |
java.util.Set<java.lang.String> |
getProperties() |
java.lang.String |
getProperty(java.lang.String name)Retrieve a property |
int |
getSize() |
long |
getTimeToLiveMillis() |
boolean |
isEnabled() |
void |
setEnabled(boolean enabled)Set the enabled flag |
void |
setEnvironmentMillis(long envTTL)Set the time to live for environment settings |
void |
setProperty(java.lang.String name, java.lang.String value)Set a property |
void |
setSize(int size)Set the cache size |
void |
setTimeToLiveMillis(long ttl)Set the time to live in milliseconds for uer permission objects |
| Field Detail |
|---|
static final java.lang.String PROPERTY_SIZE
static final java.lang.String PROPERTY_TTL_MILLIS
static final java.lang.String PROPERTY_CACHE_ENV_MILLIS
| Method Detail |
|---|
boolean isEnabled()
void setEnabled(boolean enabled)
enabled - true to enable securityjava.lang.String getProperty(java.lang.String name)
name - the property name
void setProperty(java.lang.String name,
java.lang.String value)
name - the namevalue - the value (if null, removes the property)java.util.Set<java.lang.String> getProperties()
int getSize()
void setSize(int size)
size - the number of user permissions to hold in the cachelong getTimeToLiveMillis()
void setTimeToLiveMillis(long ttl)
ttl - the time to livelong getEnvironmentMillis()
void setEnvironmentMillis(long envTTL)
envTTL - the environment query time to live
|
Oracle® WebCenter Content Site Studio for External Applications Java API Reference 11g Release 1 (11.1.1) E17273-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||