org.jbpm.security.authentication
Class DefaultAuthenticationService
java.lang.Object
org.jbpm.security.authentication.DefaultAuthenticationService
- All Implemented Interfaces:
- Serializable, AuthenticationService, Service
public class DefaultAuthenticationService
- extends Object
- implements AuthenticationService
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultAuthenticationService
public DefaultAuthenticationService()
setActorId
public void setActorId(String actorId)
- Description copied from interface:
AuthenticationService
- set the currently authenticated actor. This method maybe ignored
by some implementations (e.g. when using JAAS it is not a good idea
to change the authenticated actor).
- Specified by:
setActorId in interface AuthenticationService
getActorId
public String getActorId()
- Description copied from interface:
AuthenticationService
- retrieve the currently authenticated actor
- Specified by:
getActorId in interface AuthenticationService
close
public void close()
- Specified by:
close in interface Service
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.