|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jbpm.security.authentication.SubjectAuthenticationService
public class SubjectAuthenticationService
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.
Constructor Summary | |
---|---|
SubjectAuthenticationService()
|
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 |
---|
public SubjectAuthenticationService()
Method Detail |
---|
public java.lang.String getActorId()
getActorId
in interface AuthenticationService
public void close()
close
in interface Service
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |