Oracle Entitlements Server for Java API Reference

com.bea.security
Class DebugInfo

java.lang.Object
  |
  +--com.bea.security.DebugInfo

public final class DebugInfo
extends java.lang.Object

This class store all the evaluation results for a "isAccessAllowed_Debug() and getRoles_Debug()" query

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

Constructor Summary
DebugInfo()
           
 
Method Summary
 AtzPolicy[] getAtzPolicies()
          Returns the list of ATZ policies which were evaluated
 java.lang.String[] getGrantedRoles()
          The list of roles granted to the user
 RolePolicy[] getRolePolicies()
          Returns the list of Role mapping policies which were evaluated
 UserInfo getUserInfo()
          Returns information about user who made this call
 boolean resouceLocated()
          indicates if the resource is present or if it is missing
 java.lang.String toString()
          Returns string representation of this object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DebugInfo

public DebugInfo()
Method Detail

getUserInfo

public UserInfo getUserInfo()
Returns information about user who made this call

Returns:
Returns information about user who made this call

getAtzPolicies

public AtzPolicy[] getAtzPolicies()
Returns the list of ATZ policies which were evaluated

Returns:
Returns the list of ATZ policies which were evaluated

getRolePolicies

public RolePolicy[] getRolePolicies()
Returns the list of Role mapping policies which were evaluated

Returns:
Returns the list of Role mapping policies which were evaluated

resouceLocated

public boolean resouceLocated()
indicates if the resource is present or if it is missing

Returns:
true if the requested resource was located. Otherwise returns false

getGrantedRoles

public java.lang.String[] getGrantedRoles()
The list of roles granted to the user

Returns:
Returns list of roles granted to the user

toString

public java.lang.String toString()
Returns string representation of this object

Returns:
Returns string representation of this object
Overrides:
toString in class java.lang.Object