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

JBossAuthenticationService (jbpm-3.1.3) - JBoss JBPM 3.1.3 API 英文版文档


org.jbpm.security.authentication
Class JBossAuthenticationService

java.lang.Object
  extended by org.jbpm.security.authentication.JBossAuthenticationService
All Implemented Interfaces:
java.io.Serializable, AuthenticationService, Service

public class JBossAuthenticationService
extends java.lang.Object
implements AuthenticationService

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

See Also:
Serialized Form

Constructor Summary
JBossAuthenticationService()
           
 
Method Summary
 void close()
           
 java.lang.String getActorId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossAuthenticationService

public JBossAuthenticationService()
Method Detail

getActorId

public java.lang.String getActorId()
Specified by:
getActorId in interface AuthenticationService

close

public void close()
Specified by:
close in interface Service


Version : jbpm-3.1.3