org.deegree.portal.standard.security.control |
|
Java Source File Name | Type | Comment |
ClientConfigurationException.java | Class | |
ClientHelper.java | Class | Helper class that performs common security access tasks and checks used in the
Listener classes. |
EditSubadminRoleListener.java | Class | This Listener reacts on 'EditSubadminRole'-events, extracts the submitted role-id and
passes the role + known datasets on to the JSP. |
GetSessionIDListener.java | Class | Listener to retrieve the (deegree managed) sessionID of a user. |
GetUsersListener.java | Class | This Listener reacts on RPC-GetUsers events, extracts the submitted letters and
passes the users that begin with one of the letters on to the JSP. |
InitGroupEditorListener.java | Class | This Listener reacts on 'initGroupAdministration' events, queries the
SecurityManager and passes the group data on to be displayed by the JSP. |
InitListener.java | Class | |
InitRightsEditorListener.java | Class | This Listener reacts on RPC-EditRole events, extracts the submitted role-id and
passes the role + known securable objects on the JSP. |
InitRoleEditorListener.java | Class | This Listener reacts on 'initRoleGroupEditor' events and passes the roles to be
displayed on the JSP. |
InitSecuredObjectsEditorListener.java | Class | This Listener reacts on 'initSecuredObjectEditor' events and passes the
SecuredObjects (Layers / FeatureTypes) to be displayed on the JSP. |
InitServiceEditorListener.java | Class | This Listener reacts on 'initServiceAdministration'-events, queries the WCAS and
passes the service data on to be displayed by the JSP. |
InitSubadminRoleEditorListener.java | Class | This Listener reacts on 'initSubadminRoleAdministration' events, queries the
SecurityManager and passes the subadmin- roles on to be displayed by the JSP. |
InitUserEditorListener.java | Class | This Listener reacts on 'initUserEditor' events, queries the
SecurityManager and passes the group data on to be displayed by the JSP. |
LoginFailureException.java | Class | This exception shall be thrown when a session(ID) will be used that has been expired. |
LoginListener.java | Class | |
LoginUserListener.java | Class | This Listener reacts on RPC-LoginUser events, extracts the submitted username +
password and tries to authenticate the user against the rights management subsystem. |
LogoutListener.java | Class | |
LogoutUserListener.java | Class | This Listener reacts on RPC-LogoutUser events. |
RelativePath.java | Class | |
SecuredObjectRight.java | Class | Container that encapsulates information about a certain Right on a certain
SecuredObject . |
SecurityHelper.java | Class | Helper class that performs common security access tasks and checks used in the
Listener classes. |
SecurityRequestDispatcher.java | Class | |
StartContext.java | Class | |
StoreGroupsListener.java | Class | This Listener reacts on RPC-StoreGroups events, extracts the contained user/group
relations and updates the SecurityManager accordingly. |
StoreRightsListener.java | Class | This Listener reacts on RPC-StoreRights events. |
StoreRolesListener.java | Class | This Listener reacts on RPC-StoreRoles events, extracts the submitted role/group
relations and updates the SecurityAccessManager accordingly. |
StoreSecuredObjectsListener.java | Class | This Listener reacts on 'storeSecuredObjects' events, extracts the contained
Layer/FeatureType definitions and updates the SecurityManager accordingly. |
StoreUsersListener.java | Class | This Listener reacts on 'storeUsers' events, extracts the contained user
definitions and updates the SecurityManager accordingly. |