|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyChangeApprover | |
---|---|
org.apache.muse.ws.resource.metadata.impl | |
org.apache.muse.ws.resource.properties.impl | |
org.apache.muse.ws.resource.properties.listeners |
Uses of PropertyChangeApprover in org.apache.muse.ws.resource.metadata.impl |
---|
Classes in org.apache.muse.ws.resource.metadata.impl that implement PropertyChangeApprover | |
---|---|
class |
ExternalChangeApprover
ExternalChangeApprover is a PropertyChangeApprover that throws an exception if an external client tries to change a read-only property. |
class |
InsertOnlyApprover
InsertOnlyApprover is a PropertyChangeApprover that throws an exception if a request tries to perform a WS-RP Delete or Update on a property. |
class |
ReadOnlyApprover
ReadOnlyApprover is a PropertyChangeApprover that prevents modifications to read-only properties. |
class |
StaticValuesApprover
StaticValuesApprover is a PropertyChangeApprover that throws an exception if a caller tries to delete a property instance whose value is defined in the WS-RMD document's StaticValues section. |
class |
ValidValuesApprover
ValidValuesApprover is a PropertyChangeApprover that throws an exception if a caller tries to insert or update a property instance with a value that is not defined in the WS-RMD document's ValidValues section. |
Uses of PropertyChangeApprover in org.apache.muse.ws.resource.properties.impl |
---|
Methods in org.apache.muse.ws.resource.properties.impl with parameters of type PropertyChangeApprover | |
---|---|
void |
SimpleResourcePropertyCollection.addChangeApprover(PropertyChangeApprover approver)
|
void |
SimpleResourcePropertyCollection.removeChangeApprover(PropertyChangeApprover approver)
|
Uses of PropertyChangeApprover in org.apache.muse.ws.resource.properties.listeners |
---|
Classes in org.apache.muse.ws.resource.properties.listeners that implement PropertyChangeApprover | |
---|---|
class |
AbstractChangeApprover
AbstractChangeApprover is an abstract base class that implements the identification and security aspects of PropertyChangeApprover. |
Methods in org.apache.muse.ws.resource.properties.listeners with parameters of type PropertyChangeApprover | |
---|---|
void |
ResourcePropertyListeners.addChangeApprover(PropertyChangeApprover approver)
Associates the given approver with the appropriate property. |
void |
ResourcePropertyListeners.removeChangeApprover(PropertyChangeApprover approver)
Removes the assocation between the given approver and its property. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |