站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss JBPM 3.0.4 API 英文版文档

org.jbpm.security.authenticator (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档


Package org.jbpm.security.authenticator

Interface Summary
Authenticator interface for plugging in different ways of retrieving the currently authenticated actorId.
 

Class Summary
JBossAuthenticator retrieves the actorId as the name of the principal from the SecurityAssociation.
JbpmDefaultAuthenticator maintains a thread local stack of actorId's, the authenticated actorId is the first one on the stack.
SubjectAuthenticator gets the authenticated actor id from the current Subject.
 



Version : jbpm-3.0.4