Oracle Entitlements Server Provider SSPI API Reference

weblogic.security.spi
Interface AdjudicationProviderV2


public interface AdjudicationProviderV2
extends SecurityProvider

The AdjudicationProviderV2 interface exposes the services provided by an Adjudication provider to the WebLogic Security Framework. This allows the Adjudication provider to be manipulated (initialized, started, stopped, and so on).

Author:
Copyright © 2004-2008, Oracle and/or its affiliates. All rights reserved.

Method Summary
 AdjudicatorV2 getAdjudicator()
          Gets the the implementation of the AdjudicatorV2 security service provider interface (SSPI).
 
Methods inherited from interface weblogic.security.spi.SecurityProvider
getDescription, initialize, shutdown
 

Method Detail

getAdjudicator

public AdjudicatorV2 getAdjudicator()
Gets the the implementation of the AdjudicatorV2 security service provider interface (SSPI).

Returns:
the implementation of the Adjudicator SSPI.