| java.lang.Object | |
| ↳ | org.springframework.security.acls.domain.AclFormattingUtils |
Utility methods for displaying ACL information.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a representation of the active bits in the presented mask, with each active bit being denoted by
character '*'.
| |||||||||||
Returns a representation of the active bits in the presented mask, with each active bit being denoted by
the passed character.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns a representation of the active bits in the presented mask, with each active bit being denoted by character '*'.
Inactive bits will be denoted by character RESERVED_OFF.
| i | the integer bit mask to print the active bits for |
|---|
Returns a representation of the active bits in the presented mask, with each active bit being denoted by the passed character.
Inactive bits will be denoted by character RESERVED_OFF.
| mask | the integer bit mask to print the active bits for |
|---|---|
| code | the character to print when an active bit is detected |