Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02

Uses of Class
weblogic.security.spi.ConsumptionException

Packages that use ConsumptionException
weblogic.security.spi This package includes interfaces, classes, and exceptions you use to develop security providers. 
 

Uses of ConsumptionException in weblogic.security.spi
 

Methods in weblogic.security.spi that throw ConsumptionException
 void PolicyCollectionHandler.done()
          Signals the completion of the policy collection.
 void RoleCollectionHandler.done()
          Signals the completion of the role collection.
 PolicyCollectionHandler PolicyConsumer.getPolicyCollectionHandler(PolicyCollectionInfo info)
          Obtain a policy handler for consumption of a policy set.
 RoleCollectionHandler RoleConsumer.getRoleCollectionHandler(RoleCollectionInfo info)
          Obtain a role handler for consumption of a role set.
 void PolicyCollectionHandler.setPolicy(Resource resource, String[] roleNames)
          Set a policy for the specified resource using the supplied roles names.
 void RoleCollectionHandler.setRole(Resource resource, String roleName, String[] userAndGroupNames)
          Set the role to give set of users and groups for the specified resource using the supplied information.
 void PolicyCollectionHandler.setUncheckedPolicy(Resource resource)
          Set a policy which always grants access to the specified resource.
 


Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Java API Reference for Oracle WebLogic Server
12c (12.1.3)

Part Number E41849-02