|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BackendSecurity
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 |
|---|
BackendSecuritySpec getBackendSecuritySpec()
Gets the current instance of BackendSecuritySpec.
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.
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.
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 | |||||||||