|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.wamblee.security.authorization.AbstractPathCondition
org.wamblee.security.authorization.RegexpPathCondition
org.wamblee.security.authorization.StartsWithPathCondition
@Entity public class StartsWithPathCondition
Condition to check whether a path starts with a given string.
Constructor Summary | |
---|---|
protected |
StartsWithPathCondition()
For OR mapping. |
|
StartsWithPathCondition(java.lang.String aPath)
Constructs the condition. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
Methods inherited from class org.wamblee.security.authorization.RegexpPathCondition |
---|
getPattern, matches, setPattern |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StartsWithPathCondition(java.lang.String aPath)
aPath
- String the path must start with.protected StartsWithPathCondition()
Method Detail |
---|
public java.lang.String toString()
toString
in class RegexpPathCondition
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |