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

JBossAuthenticator (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档


org.jbpm.security.authenticator
Class JBossAuthenticator

java.lang.Object
  extended byorg.jbpm.security.authenticator.JBossAuthenticator
All Implemented Interfaces:
Authenticator

public class JBossAuthenticator
extends java.lang.Object
implements Authenticator

retrieves the actorId as the name of the principal from the SecurityAssociation.


Constructor Summary
JBossAuthenticator()
           
 
Method Summary
 java.lang.String getAuthenticatedActorId()
          get the actorId of the currently authenticated user.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossAuthenticator

public JBossAuthenticator()
Method Detail

getAuthenticatedActorId

public java.lang.String getAuthenticatedActorId()
Description copied from interface: Authenticator
get the actorId of the currently authenticated user.

Specified by:
getAuthenticatedActorId in interface Authenticator


Version : jbpm-3.0.4