com.wles.util
Class DebugRolePolicy

java.lang.Object
  extended bycom.wles.util.DebugGenericPolicy
      extended bycom.wles.util.DebugRolePolicy

public class DebugRolePolicy
extends DebugGenericPolicy

RolePolicy represents each Role policy which was evaluated.


Constructor Summary
DebugRolePolicy(java.lang.String policyType, java.lang.String role, java.lang.String resource, java.lang.String subject, java.lang.String constraints, boolean finalResult, DebugConstraintAttribute[] attributes, java.lang.String evalNotes, java.lang.String delegator)
           
 
Method Summary
 java.util.Hashtable getNameValuePairs(java.lang.String prefix)
           
 java.lang.String getRole()
          List of roles which can be granted by this policy
 java.lang.String toString()
           
 
Methods inherited from class com.wles.util.DebugGenericPolicy
getAttributes, getAttributesAsHashtable, getAttributesAsString, getConstraints, getDelegator, getNotes, getPolicyEvalResult, getPolicyType, getResource, getSubject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DebugRolePolicy

public DebugRolePolicy(java.lang.String policyType,
                       java.lang.String role,
                       java.lang.String resource,
                       java.lang.String subject,
                       java.lang.String constraints,
                       boolean finalResult,
                       DebugConstraintAttribute[] attributes,
                       java.lang.String evalNotes,
                       java.lang.String delegator)
Method Detail

getNameValuePairs

public java.util.Hashtable getNameValuePairs(java.lang.String prefix)

getRole

public java.lang.String getRole()
List of roles which can be granted by this policy


toString

public java.lang.String toString()


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