org.jbpm.security.authentication
Class DefaultAuthenticationService

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

public class DefaultAuthenticationService
extends java.lang.Object
implements AuthenticationService

See Also:
Serialized Form

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

Constructor Detail

DefaultAuthenticationService

public DefaultAuthenticationService()
Method Detail

setActorId

public void setActorId(java.lang.String actorId)

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-beta3