public abstract class MLSPolicy extends Object implements SecurityPolicy
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
readonly |
| Constructor and Description |
|---|
MLSPolicy() |
| Modifier and Type | Method and Description |
|---|---|
abstract MLSPolicy |
getFeatureBinding()
Get FeatureBinding component
|
abstract MLSPolicy |
getKeyBinding()
Get KeyBinding component
|
boolean |
isReadOnly() |
void |
isReadOnly(boolean readonly) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTypepublic abstract MLSPolicy getFeatureBinding() throws PolicyGenerationException
PolicyGenerationException - if a FeatureBinding component is invalid for this MLSPolicypublic abstract MLSPolicy getKeyBinding() throws PolicyGenerationException
PolicyGenerationException - if a KeyBinding component is invalid for this MLSPolicypublic void isReadOnly(boolean readonly)
readonly - set the readonly status of the policy.public boolean isReadOnly()
Copyright © 2005–2018 Oracle Corporation. All rights reserved.