Skip navigation links

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

Part Number E55141-01
P4 Change 1723563 on 2015/10/09


Uses of Class
weblogic.security.spi.ConsumptionException

Packages that use ConsumptionException
weblogic.security.spi   

 

Uses of ConsumptionException in weblogic.security.spi

 

Methods in weblogic.security.spi that throw ConsumptionException
abstract  void PolicyCollectionHandler.done()
          Signals the completion of the policy collection.
abstract  void RoleCollectionHandler.done()
          Signals the completion of the role collection.
abstract  PolicyCollectionHandler PolicyConsumer.getPolicyCollectionHandler(PolicyCollectionInfo info)
          Obtain a policy handler for consumption of a policy set.
abstract  RoleCollectionHandler RoleConsumer.getRoleCollectionHandler(RoleCollectionInfo info)
          Obtain a role handler for consumption of a role set.
abstract  void PolicyCollectionHandler.setPolicy(Resource resource, String[] roleNames)
          Set a policy for the specified resource using the supplied roles names.
abstract  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.
abstract  void PolicyCollectionHandler.setUncheckedPolicy(Resource resource)
          Set a policy which always grants access to the specified resource.

 


Skip navigation links

Copyright 1996, 2015, 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.2.1)

Part Number E55141-01
P4 Change 1723563 on 2015/10/09