All Methods Instance Methods Abstract Methods
| Modifier and Type |
Method and Description |
A |
addAllToIpBlocks(Collection<String> items) |
A |
addAllToNamespaces(Collection<String> items) |
A |
addAllToNotIpBlocks(Collection<String> items) |
A |
addAllToNotNamespaces(Collection<String> items) |
A |
addAllToNotPrincipals(Collection<String> items) |
A |
addAllToNotRemoteIpBlocks(Collection<String> items) |
A |
addAllToNotRequestPrincipals(Collection<String> items) |
A |
addAllToPrincipals(Collection<String> items) |
A |
addAllToRemoteIpBlocks(Collection<String> items) |
A |
addAllToRequestPrincipals(Collection<String> items) |
A |
addNewIpBlock(String arg0) |
A |
addNewNamespace(String arg0) |
A |
addNewNotIpBlock(String arg0) |
A |
addNewNotNamespace(String arg0) |
A |
addNewNotPrincipal(String arg0) |
A |
addNewNotRemoteIpBlock(String arg0) |
A |
addNewNotRequestPrincipal(String arg0) |
A |
addNewPrincipal(String arg0) |
A |
addNewRemoteIpBlock(String arg0) |
A |
addNewRequestPrincipal(String arg0) |
A |
addToIpBlocks(Integer index,
String item) |
A |
addToIpBlocks(String... items) |
A |
addToNamespaces(Integer index,
String item) |
A |
addToNamespaces(String... items) |
A |
addToNotIpBlocks(Integer index,
String item) |
A |
addToNotIpBlocks(String... items) |
A |
addToNotNamespaces(Integer index,
String item) |
A |
addToNotNamespaces(String... items) |
A |
addToNotPrincipals(Integer index,
String item) |
A |
addToNotPrincipals(String... items) |
A |
addToNotRemoteIpBlocks(Integer index,
String item) |
A |
addToNotRemoteIpBlocks(String... items) |
A |
addToNotRequestPrincipals(Integer index,
String item) |
A |
addToNotRequestPrincipals(String... items) |
A |
addToPrincipals(Integer index,
String item) |
A |
addToPrincipals(String... items) |
A |
addToRemoteIpBlocks(Integer index,
String item) |
A |
addToRemoteIpBlocks(String... items) |
A |
addToRequestPrincipals(Integer index,
String item) |
A |
addToRequestPrincipals(String... items) |
String |
getFirstIpBlock() |
String |
getFirstNamespace() |
String |
getFirstNotIpBlock() |
String |
getFirstNotNamespace() |
String |
getFirstNotPrincipal() |
String |
getFirstNotRemoteIpBlock() |
String |
getFirstNotRequestPrincipal() |
String |
getFirstPrincipal() |
String |
getFirstRemoteIpBlock() |
String |
getFirstRequestPrincipal() |
String |
getIpBlock(Integer index) |
List<String> |
getIpBlocks() |
String |
getLastIpBlock() |
String |
getLastNamespace() |
String |
getLastNotIpBlock() |
String |
getLastNotNamespace() |
String |
getLastNotPrincipal() |
String |
getLastNotRemoteIpBlock() |
String |
getLastNotRequestPrincipal() |
String |
getLastPrincipal() |
String |
getLastRemoteIpBlock() |
String |
getLastRequestPrincipal() |
String |
getMatchingIpBlock(Predicate<String> predicate) |
String |
getMatchingNamespace(Predicate<String> predicate) |
String |
getMatchingNotIpBlock(Predicate<String> predicate) |
String |
getMatchingNotNamespace(Predicate<String> predicate) |
String |
getMatchingNotPrincipal(Predicate<String> predicate) |
String |
getMatchingNotRemoteIpBlock(Predicate<String> predicate) |
String |
getMatchingNotRequestPrincipal(Predicate<String> predicate) |
String |
getMatchingPrincipal(Predicate<String> predicate) |
String |
getMatchingRemoteIpBlock(Predicate<String> predicate) |
String |
getMatchingRequestPrincipal(Predicate<String> predicate) |
String |
getNamespace(Integer index) |
List<String> |
getNamespaces() |
String |
getNotIpBlock(Integer index) |
List<String> |
getNotIpBlocks() |
String |
getNotNamespace(Integer index) |
List<String> |
getNotNamespaces() |
String |
getNotPrincipal(Integer index) |
List<String> |
getNotPrincipals() |
String |
getNotRemoteIpBlock(Integer index) |
List<String> |
getNotRemoteIpBlocks() |
String |
getNotRequestPrincipal(Integer index) |
List<String> |
getNotRequestPrincipals() |
String |
getPrincipal(Integer index) |
List<String> |
getPrincipals() |
String |
getRemoteIpBlock(Integer index) |
List<String> |
getRemoteIpBlocks() |
String |
getRequestPrincipal(Integer index) |
List<String> |
getRequestPrincipals() |
Boolean |
hasIpBlocks() |
Boolean |
hasMatchingIpBlock(Predicate<String> predicate) |
Boolean |
hasMatchingNamespace(Predicate<String> predicate) |
Boolean |
hasMatchingNotIpBlock(Predicate<String> predicate) |
Boolean |
hasMatchingNotNamespace(Predicate<String> predicate) |
Boolean |
hasMatchingNotPrincipal(Predicate<String> predicate) |
Boolean |
hasMatchingNotRemoteIpBlock(Predicate<String> predicate) |
Boolean |
hasMatchingNotRequestPrincipal(Predicate<String> predicate) |
Boolean |
hasMatchingPrincipal(Predicate<String> predicate) |
Boolean |
hasMatchingRemoteIpBlock(Predicate<String> predicate) |
Boolean |
hasMatchingRequestPrincipal(Predicate<String> predicate) |
Boolean |
hasNamespaces() |
Boolean |
hasNotIpBlocks() |
Boolean |
hasNotNamespaces() |
Boolean |
hasNotPrincipals() |
Boolean |
hasNotRemoteIpBlocks() |
Boolean |
hasNotRequestPrincipals() |
Boolean |
hasPrincipals() |
Boolean |
hasRemoteIpBlocks() |
Boolean |
hasRequestPrincipals() |
A |
removeAllFromIpBlocks(Collection<String> items) |
A |
removeAllFromNamespaces(Collection<String> items) |
A |
removeAllFromNotIpBlocks(Collection<String> items) |
A |
removeAllFromNotNamespaces(Collection<String> items) |
A |
removeAllFromNotPrincipals(Collection<String> items) |
A |
removeAllFromNotRemoteIpBlocks(Collection<String> items) |
A |
removeAllFromNotRequestPrincipals(Collection<String> items) |
A |
removeAllFromPrincipals(Collection<String> items) |
A |
removeAllFromRemoteIpBlocks(Collection<String> items) |
A |
removeAllFromRequestPrincipals(Collection<String> items) |
A |
removeFromIpBlocks(String... items) |
A |
removeFromNamespaces(String... items) |
A |
removeFromNotIpBlocks(String... items) |
A |
removeFromNotNamespaces(String... items) |
A |
removeFromNotPrincipals(String... items) |
A |
removeFromNotRemoteIpBlocks(String... items) |
A |
removeFromNotRequestPrincipals(String... items) |
A |
removeFromPrincipals(String... items) |
A |
removeFromRemoteIpBlocks(String... items) |
A |
removeFromRequestPrincipals(String... items) |
A |
setToIpBlocks(Integer index,
String item) |
A |
setToNamespaces(Integer index,
String item) |
A |
setToNotIpBlocks(Integer index,
String item) |
A |
setToNotNamespaces(Integer index,
String item) |
A |
setToNotPrincipals(Integer index,
String item) |
A |
setToNotRemoteIpBlocks(Integer index,
String item) |
A |
setToNotRequestPrincipals(Integer index,
String item) |
A |
setToPrincipals(Integer index,
String item) |
A |
setToRemoteIpBlocks(Integer index,
String item) |
A |
setToRequestPrincipals(Integer index,
String item) |
A |
withIpBlocks(List<String> ipBlocks) |
A |
withIpBlocks(String... ipBlocks) |
A |
withNamespaces(List<String> namespaces) |
A |
withNamespaces(String... namespaces) |
A |
withNotIpBlocks(List<String> notIpBlocks) |
A |
withNotIpBlocks(String... notIpBlocks) |
A |
withNotNamespaces(List<String> notNamespaces) |
A |
withNotNamespaces(String... notNamespaces) |
A |
withNotPrincipals(List<String> notPrincipals) |
A |
withNotPrincipals(String... notPrincipals) |
A |
withNotRemoteIpBlocks(List<String> notRemoteIpBlocks) |
A |
withNotRemoteIpBlocks(String... notRemoteIpBlocks) |
A |
withNotRequestPrincipals(List<String> notRequestPrincipals) |
A |
withNotRequestPrincipals(String... notRequestPrincipals) |
A |
withPrincipals(List<String> principals) |
A |
withPrincipals(String... principals) |
A |
withRemoteIpBlocks(List<String> remoteIpBlocks) |
A |
withRemoteIpBlocks(String... remoteIpBlocks) |
A |
withRequestPrincipals(List<String> requestPrincipals) |
A |
withRequestPrincipals(String... requestPrincipals) |