|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Title: BackendSecurity.java
Description: An interface for accessing backend service security info.
| Method Summary | |
BackendSecuritySpec |
getBackendSecuritySpec()
Gets the current instance of BackendSecuritySpec. |
BackendSecuritySpec |
parseBeSecurity()
Parses the beSecurity configuration file and stores the results in an instance of BackendSecuritySpec. |
BackendSecuritySpec |
reloadBeSecurity()
Reloads the backend service security info by reparsing the beSecurity configuration file and storing results in an instance of BackendSecuritySpec. |
void |
setBackendSecuritySpec()
Sets the current instance of BackendSecuritySpec by parsing the beSecurity configuration file. |
| Method Detail |
public BackendSecuritySpec getBackendSecuritySpec()
Gets the current instance of BackendSecuritySpec.
public void setBackendSecuritySpec()
throws BackendSecurityParserException
Sets the current instance of BackendSecuritySpec by parsing the beSecurity configuration file.
BackendSecurityParserException - If an error occurs in parsing the
beSecurity configuration file.
public BackendSecuritySpec parseBeSecurity()
throws BackendSecurityParserException
Parses the beSecurity configuration file and stores the results in an instance of BackendSecuritySpec.
BackendSecurityParserException - If an error occursin parsing the
beSecurity configuration file.
public BackendSecuritySpec reloadBeSecurity()
throws BackendSecurityParserException
Reloads the backend service security info by reparsing the beSecurity configuration file and storing results in an instance of BackendSecuritySpec.
BackendSecurityParserException - If an error occurs in trying to reparse the
beSecurity configuration file.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||