|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.security.acls.domain.AclFormattingUtils
public abstract class AclFormattingUtils
Utility methods for displaying ACL information.
Constructor Summary | |
---|---|
AclFormattingUtils()
|
Method Summary | |
---|---|
static String |
demergePatterns(String original,
String removeBits)
|
static String |
mergePatterns(String original,
String extraBits)
|
static String |
printBinary(int i)
Returns a representation of the active bits in the presented mask, with each active bit being denoted by character '*'. |
static String |
printBinary(int mask,
char code)
Returns a representation of the active bits in the presented mask, with each active bit being denoted by the passed character. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AclFormattingUtils()
Method Detail |
---|
public static String demergePatterns(String original, String removeBits)
public static String mergePatterns(String original, String extraBits)
public static String printBinary(int i)
Inactive bits will be denoted by character Permission.RESERVED_OFF
.
i
- the integer bit mask to print the active bits for
public static String printBinary(int mask, char code)
Inactive bits will be denoted by character Permission.RESERVED_OFF
.
mask
- the integer bit mask to print the active bits forcode
- the character to print when an active bit is detected
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |