|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuthAndConfigProvider
Configuration and authorization information for a specific key.
| Method Summary | |
|---|---|
boolean |
hasKey(String key)
Is there a setting for the given key? |
boolean |
isDeletable(String key)
Is the data for the key delete-able? |
boolean |
isDisplayList(String key)
Should the data be included in list displays? |
boolean |
isDisplayPrint(String key)
Should the data be included when printing the list? |
boolean |
isDisplaySummary(String key)
Should the data be included in summary displays? |
boolean |
isReadable(String key)
Is the data for a key readable/viewable? |
boolean |
isWritable(String key)
Is the data for the key editable? |
| Method Detail |
|---|
boolean hasKey(String key)
key - key to get check authorization/config data for
boolean isReadable(String key)
key - key to get authorization for
boolean isWritable(String key)
key - key to get authorization for
boolean isDeletable(String key)
key - key to get authorization for
boolean isDisplaySummary(String key)
key - key to get the configuration for
boolean isDisplayList(String key)
key - key to get the configuration for
boolean isDisplayPrint(String key)
key - key to get the configuration for
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||