| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.wles.util.RuleParser.QualifiedElement
com.wles.util.RuleParser.Subject
Base class representation of subjects (User, Group, Role).
        This class is abstract, see User, Group, Role
| Method Summary | |
| static SubjectBuilder.Parts | deconstruct(java.lang.String qualifiedName,
            java.lang.String qualifier)Decompose the qualified subject into SubjectBuilder.Parts. | 
| static RuleParser.Subject | parse(java.lang.String subject)Parse the subject string and return a Subject object. | 
|  void | validate()Validate that the internal string is a syntatically correct subject name. | 
| 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 | 
| Method Detail | 
public static SubjectBuilder.Parts deconstruct(java.lang.String qualifiedName,
                                               java.lang.String qualifier)
                                        throws RuleParser.ParsingException
SubjectBuilder.Parts.
RuleParser.ParsingException
public static RuleParser.Subject parse(java.lang.String subject)
                                throws RuleParser.ParsingException
User, SubjectGroup, SubjectRole
RuleParser.ParsingException
public void validate()
              throws RuleParser.ParsingException
validate in class RuleParser.QualifiedElementRuleParser.ParsingException| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||