Java java.security GuardedObject fields, constructors, methods, implement or subclass

Example usage for Java java.security GuardedObject fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.security GuardedObject.

The text is from its open source code.

Constructor

GuardedObject(Object object, Guard guard)
Constructs a GuardedObject using the specified object and guard.

Method

ObjectgetObject()
Retrieves the guarded object, or throws an exception if access to the guarded object is denied by the guard.