Trace:
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
jvx:server:security:manager [2020/06/25 10:44] cduncan Edited for English grammar (capitalization, punctuation, correct verb conjugation) |
jvx:server:security:manager [2024/11/18 10:41] (current) admin |
||
---|---|---|---|
Line 36: | Line 36: | ||
import java.util.Hashtable; | import java.util.Hashtable; | ||
- | import javax.rad.remote.IConnectionConstants; | + | import jvx.rad.remote.IConnectionConstants; |
- | import javax.rad.server.ISession; | + | import jvx.rad.server.ISession; |
import com.sibvisions.rad.server.security.ISecurityManager; | import com.sibvisions.rad.server.security.ISecurityManager; | ||
Line 168: | Line 168: | ||
''changePassword'' allows a password change. If the change fails or is not required, an exception is thrown. The exception message is translated at the client and displayed to the user if necessary. | ''changePassword'' allows a password change. If the change fails or is not required, an exception is thrown. The exception message is translated at the client and displayed to the user if necessary. | ||
- | ''logout'' tells the security manager that the session was ended. This is either done manually by the user, or automatically after the expiration of the timeout period. | + | ''logout'' tells the security manager that the session was ended. This is either done manually by the user or automatically after the expiration of the timeout period. |
''getAccessController'' limits access to [[jvx:server:lco:lifecycle|Life Cycle Objects]]. This method is called when a master connection is established to control access to sub-connections and sub-sessions. When a sub-connection is established, we can verify if access is allowed using IAccessController.isAllowed. | ''getAccessController'' limits access to [[jvx:server:lco:lifecycle|Life Cycle Objects]]. This method is called when a master connection is established to control access to sub-connections and sub-sessions. When a sub-connection is established, we can verify if access is allowed using IAccessController.isAllowed. |