Uses of Interface
ch.ivyteam.ivy.security.ISecurityContext
-
Packages that use ISecurityContext Package Description ch.ivyteam.ivy.application Defines the Axon Ivy application configuration subsystem with interfaces forIApplication,IProcessModel,IProcessModelVersion.ch.ivyteam.ivy.request ch.ivyteam.ivy.security ch.ivyteam.ivy.workflow -
-
Uses of ISecurityContext in ch.ivyteam.ivy.application
Methods in ch.ivyteam.ivy.application that return ISecurityContext Modifier and Type Method Description ISecurityContextIApplication. getSecurityContext()Gets the security context of this application -
Uses of ISecurityContext in ch.ivyteam.ivy.request
Methods in ch.ivyteam.ivy.request that return ISecurityContext Modifier and Type Method Description ISecurityContextIApplicationRequest. getSecurityContext()Gets the security context of the application this request requests to -
Uses of ISecurityContext in ch.ivyteam.ivy.security
Methods in ch.ivyteam.ivy.security that return ISecurityContext Modifier and Type Method Description ISecurityContextISecurityMember. getSecurityContext()Gets the security context this security member is defined inISecurityContextISession. getSecurityContext()Gets the security context -
Uses of ISecurityContext in ch.ivyteam.ivy.workflow
Methods in ch.ivyteam.ivy.workflow that return ISecurityContext Modifier and Type Method Description ISecurityContextIWorkflowContext. getSecurityContext()Gets the security context that is responsible for the security of the application this workflow context belongs to.
-