Java javax.security.jacc PolicyContext fields, constructors, methods, implement or subclass

Example usage for Java javax.security.jacc PolicyContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.jacc PolicyContext.

The text is from its open source code.

Method

ObjectgetContext(String key)
This method may be used by a Policy provider to activate the PolicyContextHandler registered to the context object key and cause it to return the corresponding policy context object from the container.
voidregisterHandler(String key, PolicyContextHandler handler, boolean replace)
Authorization protected method used to register a container specific PolicyContext handler.