Example usage for Java java.security GuardedObject fields, constructors, methods, implement or subclass
The text is from its open source code.
GuardedObject(Object object, Guard guard) Constructs a GuardedObject using the specified object and guard. |
Object | getObject() Retrieves the guarded object, or throws an exception if access to the guarded object is denied by the guard. |