|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||
| パッケージ jp.co.ogis_ri.citk.policytool.common.exception |
|---|
| Class jp.co.ogis_ri.citk.policytool.common.exception.ApplicationException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 1L
| 直列化されたフィールド |
|---|
MessageInfo messageInfo
| Class jp.co.ogis_ri.citk.policytool.common.exception.ApplicationSettingException extends ApplicationException implements Serializable |
|---|
serialVersionUID: 1L
| Class jp.co.ogis_ri.citk.policytool.common.exception.ExcelPolicyImportException extends ApplicationException implements Serializable |
|---|
serialVersionUID: 1L
| Class jp.co.ogis_ri.citk.policytool.common.exception.ExcelPolicyReadException extends ApplicationException implements Serializable |
|---|
serialVersionUID: 1L
| 直列化されたフィールド |
|---|
String fileName
| Class jp.co.ogis_ri.citk.policytool.common.exception.OpenAMAccessException extends ApplicationException implements Serializable |
|---|
serialVersionUID: 1L
| 直列化されたフィールド |
|---|
int exitCode
| Class jp.co.ogis_ri.citk.policytool.common.exception.SystemException extends RuntimeException implements Serializable |
|---|
serialVersionUID: 1L
| パッケージ jp.co.ogis_ri.citk.policytool.common.model |
|---|
| Class jp.co.ogis_ri.citk.policytool.common.model.AbstractModel extends Object implements Serializable |
|---|
serialVersionUID: 1L
| パッケージ jp.co.ogis_ri.citk.policytool.domain.policy.model |
|---|
| Class jp.co.ogis_ri.citk.policytool.domain.policy.model.Policy extends AbstractModel<Long> implements Serializable |
|---|
serialVersionUID: 1L
| 直列化されたフィールド |
|---|
Long id
String realmName
String policyName
List<E> subjects
List<E> resources
| Class jp.co.ogis_ri.citk.policytool.domain.policy.model.Resource extends AbstractModel<Long> implements Serializable |
|---|
serialVersionUID: 1L
| 直列化されたフィールド |
|---|
Long id
String resourceUrl
Permit getPermit
Permit postPermit
String getPermitValue
String postPermitValue
Policy policy
| Class jp.co.ogis_ri.citk.policytool.domain.policy.model.Subject extends AbstractModel<Long> implements Serializable |
|---|
serialVersionUID: 1L
| 直列化されたフィールド |
|---|
Long id
String subjectCode
String subjectName
Policy policy
| パッケージ jp.co.ogis_ri.citk.policytool.domain.realm.model |
|---|
| Class jp.co.ogis_ri.citk.policytool.domain.realm.model.Group extends AbstractModel<Long> implements Serializable |
|---|
serialVersionUID: 1L
| 直列化されたフィールド |
|---|
Long id
String groupName
String groupCode
Realm realm
| Class jp.co.ogis_ri.citk.policytool.domain.realm.model.Realm extends AbstractModel<Long> implements Serializable |
|---|
serialVersionUID: 1L
| 直列化されたフィールド |
|---|
Long id
String realmName
List<E> referrals
List<E> groups
| Class jp.co.ogis_ri.citk.policytool.domain.realm.model.Referral extends AbstractModel<Long> implements Serializable |
|---|
serialVersionUID: 1L
| 直列化されたフィールド |
|---|
Long id
String refpolicy
Realm realm
| パッケージ jp.co.ogis_ri.citk.policytool.view.about |
|---|
| Class jp.co.ogis_ri.citk.policytool.view.about.AboutView extends JDialog implements Serializable |
|---|
serialVersionUID: 1L
| 直列化されたフィールド |
|---|
MessageSourceAccessor messages
JTextPane aboutTextArea
JButton okButton
| パッケージ jp.co.ogis_ri.citk.policytool.view.common |
|---|
| Class jp.co.ogis_ri.citk.policytool.view.common.ComboBoxTableCellEditor extends JComboBox implements Serializable |
|---|
serialVersionUID: 1L
| 直列化されたフィールド |
|---|
EventListenerList listenerList
ChangeEvent changeEvent
| Class jp.co.ogis_ri.citk.policytool.view.common.ComboBoxTableCellRenderer extends JComboBox implements Serializable |
|---|
serialVersionUID: 1L
| Class jp.co.ogis_ri.citk.policytool.view.common.StringArrayTableCellRenderer extends JPanel implements Serializable |
|---|
serialVersionUID: 1L
| パッケージ jp.co.ogis_ri.citk.policytool.view.exportpolicy |
|---|
| Class jp.co.ogis_ri.citk.policytool.view.exportpolicy.ExportPolicyView extends JDialog implements Serializable |
|---|
serialVersionUID: 1L
| 直列化されたフィールド |
|---|
ExportPolicyService service
MessageSourceAccessor messages
ViewExceptionHandler viewExceptionHandler
JPanel messagePanel
JLabel messageLabel
JPanel conditionPanel
JLabel realmNameTitleLabel
JTextField realmNameTextField
JLabel groupNameTitleLabel
JTextField groupNameTextField
JLabel resourceUrlTitleLabel
JTextField resourceUrlTextField
JPanel fileNamePanel
JLabel fileNameTitleLabel
JTextField fileNameTextField
JButton fileReferenceButton
JPanel buttonPanel
JButton okButton
JButton cancelButton
| パッケージ jp.co.ogis_ri.citk.policytool.view.importpolicy |
|---|
| Class jp.co.ogis_ri.citk.policytool.view.importpolicy.ImportPolicyView extends JDialog implements Serializable |
|---|
serialVersionUID: 1L
| 直列化されたフィールド |
|---|
ImportPolicyService service
MessageSourceAccessor messages
ViewExceptionHandler viewExceptionHandler
JPanel fileNamePanel
JLabel fileNameTitleLabel
JTextField fileNameTextField
JButton fileReferenceButton
JPanel buttonPanel
JButton okButton
JButton cancelButton
boolean result
| パッケージ jp.co.ogis_ri.citk.policytool.view.policylist |
|---|
| Class jp.co.ogis_ri.citk.policytool.view.policylist.PolicyListView extends JFrame implements Serializable |
|---|
serialVersionUID: 1L
| 直列化されたフィールド |
|---|
MessageSourceAccessor messages
PolicySetView policySetView
ImportPolicyView importPolicyView
ExportPolicyView exportView
AboutView aboutView
PolicyListService service
JMenuBar menuBar
JMenu fileMenu
JMenu toolMenu
JMenuItem importMenuItem
JMenuItem exportMenuItem
JMenuItem quit
JMenu helpMenu
JMenuItem aboutMenuItem
JPanel mainPanel
JScrollPane policyTableScrollPane
JTable policyTable
JPanel searchPanel
JPanel searchContentPanel
JLabel realmLabel
JComboBox realmComboBox
JLabel groupLabel
JComboBox groupComboBox
JLabel resourceLabel
JComboBox resourceComboBox
JButton searchButton
JLabel searchPanelLabel
JPanel actionButtonsPanel
JButton addButton
JButton modifyButton
JButton deleteButton
JButton refreshButton
TableColumn modelColumn
| パッケージ jp.co.ogis_ri.citk.policytool.view.policyset |
|---|
| Class jp.co.ogis_ri.citk.policytool.view.policyset.PolicySetView extends JDialog implements Serializable |
|---|
serialVersionUID: 1L
| 直列化されたフィールド |
|---|
PolicySetService service
MessageSourceAccessor messages
ViewExceptionHandler viewExceptionHandler
boolean result
JPanel mainPanel
JPanel titlePanel
JLabel titleRealmTitleLabel
JComboBox titleRealmComboBox
JLabel titleRealmNameLabel
JLabel titleRealmDummyLabel
JLabel titlePolicyTitleLabel
JTextField titlePolicyTextField
JLabel titlePolicyNameLabel
JTabbedPane ruleTabbedPane
JPanel ruleListPanel
JPanel ruleListTitlePanel
JPanel ruleAddPanel
JButton ruleRemoveButton
JLabel resourceTitleLabel
JPanel requestPanel
JLabel requestTitleLabel
JLabel getRequestTitleLabel
JComboBox getRequestComboBox
JLabel postRequestTitleLabel
JComboBox postRequestComboBox
JComboBox resourceComboBox
JButton ruleAddButton
JPanel ruleListTablePanel
JLabel ruleListTableTitleLabel
JScrollPane ruleListTableScrollPane
JTable ruleListTable
JPanel ruleModifyPanel
JPanel ruleModifyTablePanel
JLabel ruleModifyTableTitleLabel
JScrollPane ruleModifyTableScrollPane
JTable ruleModifyTable
JPanel groupPanel
JLabel groupTitleLabel
JScrollPane groupScrollPane
JTable groupTable
JPanel actionButtonsPanel
JButton okButton
JButton cancelButton
TableColumn groupModelColumn
PolicySetMode mode
Policy targetPolicy
|
||||||||||
| 前 次 | フレームあり フレームなし | |||||||||