BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


Uses of Class
weblogic.security.spi.Result

Packages that use Result
weblogic.security.spi

This package includes interfaces, classes, and exceptions you use to develop security providers. 

 

Uses of Result in weblogic.security.spi
 

Fields in weblogic.security.spi declared as Result
static Result Result.ABSTAIN
          Indicates that the Access Decision can not determine whether the request should be permitted or denied.
static Result Result.DENY
          Indicates that the Access Decision has decided that the request should be denied.
static Result Result.PERMIT
          Indicates that the Access Decision has decided that the request should be permitted.
 

Methods in weblogic.security.spi that return Result
 Result AccessDecision.isAccessAllowed(Subject subject, Map roles, Resource resource, ContextHandler handler, Direction direction)
          Indicates whether the authorization policies defined for the resource allow the requested method to be performed, by utilizing the information contained in the subject.
 

Methods in weblogic.security.spi with parameters of type Result
 boolean AdjudicatorV2.adjudicate(Result[] results, Resource resource, ContextHandler handler)
          Determines the final adjudication from a set of decisions rendered by Access Decisions, provided they are acting as policy decision points (PDPs).
 boolean Adjudicator.adjudicate(Result[] results)
          Deprecated. Determines the final adjudication from a set of decisions rendered by Access Decisions, provided they are acting as policy decision points (PDPs).
 


Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.