SessionActivation¶
Canonical path: o6.server.SessionActivation
Root shortcut: o6.SessionActivation
SessionActivation
dataclass
¶
Result of an authentication that also assigns roles.
Return this from AccessControl.activateSession instead of a bare context
when the roles of a session follow from who authenticated. The assignment is
applied right after activation, once the server has evaluated its own role
identity mappings.