Package org.openiam.am.srvc.domain
Class URIPatternEntity
- java.lang.Object
-
- org.openiam.base.domain.KeyEntity
-
- org.openiam.am.srvc.domain.AbstractMatchModeEntity
-
- org.openiam.am.srvc.domain.URIPatternEntity
-
- All Implemented Interfaces:
Serializable,BaseIdentity
- Direct Known Subclasses:
URIPatternEntityWrapper
@Entity public class URIPatternEntity extends AbstractMatchModeEntity
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description URIPatternEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMetaEntity(URIPatternMetaEntity enitity)voidaddRuleXref(RuleURIPatternXrefEntity xref)voidaddXssRule(URIParamXSSRuleEntity entity)URIPatternMetaEntitygetMetaEntity(String id)URIPatternMethodEntitygetMethod(String id)URIParamXSSRuleEntitygetXssRule(String paramName)booleanhasAuthRule(String ruleId)booleanhasXssRule(String paramName)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.openiam.base.BaseIdentity
getId, setId
-
-
-
-
Method Detail
-
addMetaEntity
public void addMetaEntity(URIPatternMetaEntity enitity)
-
getMethod
public URIPatternMethodEntity getMethod(String id)
-
getXssRule
public URIParamXSSRuleEntity getXssRule(String paramName)
-
hasXssRule
public boolean hasXssRule(String paramName)
-
addXssRule
public void addXssRule(URIParamXSSRuleEntity entity)
-
getMetaEntity
public URIPatternMetaEntity getMetaEntity(String id)
-
addRuleXref
public void addRuleXref(RuleURIPatternXrefEntity xref)
-
hasAuthRule
public boolean hasAuthRule(String ruleId)
-
-