|
Agent Toolkit Java Edition | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.adventnet.agent.security.AuthorisationUtilities
Contains utilities method for chexkin
| Constructor Summary | |
AuthorisationUtilities()
Default Constructor for AuthorisationUtilities |
|
| Method Summary | |
static boolean |
containsWildCardChars(java.lang.String value)
Determines whether the String passes has any wild card chars in it. |
static boolean |
wildcardMatch(java.lang.String pattern,
java.lang.String string)
Determines whether the String matches with the pattern. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AuthorisationUtilities()
| Method Detail |
public static boolean containsWildCardChars(java.lang.String value)
value - The String which is checked for wild chars
public static boolean wildcardMatch(java.lang.String pattern,
java.lang.String string)
|
Agent Toolkit Java Edition | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||