|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.tibco.tibems.tibemsd.security.Util
public class Util
Provides some utility functions for implementors of authorization systems.
Constructor Summary | |
---|---|
Util()
|
Method Summary | |
---|---|
static boolean |
isDestinationContainedBy(java.lang.String destination,
java.lang.String wildcard)
This will test whether the given destination is a subset of the given wildcard. |
static boolean |
isDestinationMatchedBy(java.lang.String destination1,
java.lang.String destination2)
Tests whether the two destinations are a match, in the general sense. |
static boolean |
isWildcard(java.lang.String destination)
Tests for a wildcard destination. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Util()
Method Detail |
---|
public static boolean isDestinationContainedBy(java.lang.String destination, java.lang.String wildcard)
destination
- wildcard
-
public static boolean isDestinationMatchedBy(java.lang.String destination1, java.lang.String destination2)
destination1
- destination2
-
public static boolean isWildcard(java.lang.String destination)
destination
-
|
TIBCO Enterprise Message Service | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |