com.wles.util
Class RuleParser.SubjectRole

java.lang.Object
  extended bycom.wles.util.RuleParser.QualifiedElement
      extended bycom.wles.util.RuleParser.Subject
          extended bycom.wles.util.RuleParser.SubjectRole
Enclosing class:
RuleParser

public static class RuleParser.SubjectRole
extends RuleParser.Subject

Class for representing a qualified role name to be used a subject.


Field Summary
static java.lang.String QUALIFIER
          Role qualifier.
 
Constructor Summary
RuleParser.SubjectRole(java.lang.String value)
          Construct a role from a named value.
 
Method Summary
 RuleParser.RoleAction getRoleAction()
          Gets the action representation of the SubjectRole
 
Methods inherited from class com.wles.util.RuleParser.Subject
deconstruct, parse, validate
 
Methods inherited from class com.wles.util.RuleParser.QualifiedElement
equals, getName, getQualifiedName, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

QUALIFIER

public static final java.lang.String QUALIFIER
Role qualifier.

See Also:
Constant Field Values
Constructor Detail

RuleParser.SubjectRole

public RuleParser.SubjectRole(java.lang.String value)
                       throws RuleParser.ParsingException
Construct a role from a named value.

Method Detail

getRoleAction

public RuleParser.RoleAction getRoleAction()
                                    throws RuleParser.ParsingException
Gets the action representation of the SubjectRole

Throws:
RuleParser.ParsingException


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