当前页面:
在线文档首页 >
JBoss JBPM 3.0.4 API 英文版文档
SubjectAuthenticator (jbpm-3.0.4) - JBoss JBPM 3.0.4 API 英文版文档
org.jbpm.security.authenticator
Class SubjectAuthenticator
java.lang.Object
org.jbpm.security.authenticator.SubjectAuthenticator
- All Implemented Interfaces:
- Authenticator
- public class SubjectAuthenticator
- extends java.lang.Object
- implements Authenticator
gets the authenticated actor id from the current Subject.
This Authenticator requires another configuration parameter
'jbpm.authenticator.principal.classname'. This configuration property
specifies the class name of the principal that should be used from
the current subject. The name of that principal is used as the
currently authenticated actorId.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SubjectAuthenticator
public SubjectAuthenticator()
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