com.wles.util
Class DebugStore

java.lang.Object
  extended bycom.wles.util.DebugStore

public class DebugStore
extends java.lang.Object


Constructor Summary
DebugStore()
           
 
Method Summary
 void addAtzPolicy(DebugAtzPolicy ap)
           
 void addGrantedRole(java.lang.String s)
           
 void addRolePolicy(DebugRolePolicy rp)
           
 java.util.Vector getAtzPolicies()
          The ATZ policies evaluated for the query This value is set to null if no ATZ policies were evaluated.
 java.lang.String[] getGrantedRoles()
          Set of roles assigned to the user
 java.util.Hashtable getNameValuePairs()
           
 java.util.Vector getRolePolicies()
          The Role mapping policy evaluated for this query This value is set to null if no Role mapping policy were evaluated
 DebugUserInfo getUserInfo()
          Returns the Users information
 boolean resouceLocated()
           
 void setDebugUserInfo(DebugUserInfo ui)
           
 void setRequestedResource(java.lang.String ri)
           
 void setResourceLocated(boolean rp)
           
 java.lang.String toString()
          Converts this object to a String which can printed to console or logged to a file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DebugStore

public DebugStore()
Method Detail

addAtzPolicy

public void addAtzPolicy(DebugAtzPolicy ap)

addGrantedRole

public void addGrantedRole(java.lang.String s)

addRolePolicy

public void addRolePolicy(DebugRolePolicy rp)

getAtzPolicies

public java.util.Vector getAtzPolicies()
The ATZ policies evaluated for the query This value is set to null if no ATZ policies were evaluated.


getGrantedRoles

public java.lang.String[] getGrantedRoles()
Set of roles assigned to the user


getNameValuePairs

public java.util.Hashtable getNameValuePairs()

getRolePolicies

public java.util.Vector getRolePolicies()
The Role mapping policy evaluated for this query This value is set to null if no Role mapping policy were evaluated


getUserInfo

public DebugUserInfo getUserInfo()
Returns the Users information


resouceLocated

public boolean resouceLocated()
Returns:
true if the requested resource was located. Otherwise returns false

setDebugUserInfo

public void setDebugUserInfo(DebugUserInfo ui)

setRequestedResource

public void setRequestedResource(java.lang.String ri)

setResourceLocated

public void setResourceLocated(boolean rp)

toString

public java.lang.String toString()
Converts this object to a String which can printed to console or logged to a file



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