gov.lanl.SSLTools
Class AccessDecisionShowADIRON

java.lang.Object
  |
  +--gov.lanl.SSLTools.AbsAccessDecision
        |
        +--gov.lanl.SSLTools.AccessDecisionShowADIRON

public class AccessDecisionShowADIRON
extends AbsAccessDecision

Implements a sample accesses decision object for Adiron's implementation of Corba Security CSIv2

Version:
$Revision: 1.3 $ $Date: 2002/09/21 04:41:34 $
Author:
Jim George

Constructor Summary
AccessDecisionShowADIRON()
          The constructor.
 
Method Summary
 boolean access_allowed(java.lang.String operation)
          Uses the operation (and may use security credentials) to make the access decision.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AccessDecisionShowADIRON

public AccessDecisionShowADIRON()
The constructor.

Method Detail

access_allowed

public boolean access_allowed(java.lang.String operation)
Description copied from class: AbsAccessDecision
Uses the operation (and may use security credentials) to make the access decision.

Specified by:
access_allowed in class AbsAccessDecision
Parameters:
operation - is a string representing the operation for which a decision is asked.


Copyright © 2000 Apache Software Foundation. All Rights Reserved.