Uses of Interface
org.jbpm.security.AuthenticationService

Packages that use AuthenticationService
org.jbpm.security.authentication various authentication binding implementations. 
org.jbpm.svc base service infrastructure classes. 
 

Uses of AuthenticationService in org.jbpm.security.authentication
 

Classes in org.jbpm.security.authentication that implement AuthenticationService
 class DefaultAuthenticationService
           
 class SubjectAuthenticationService
          gets the authenticated actor id from the current Subject.
 

Uses of AuthenticationService in org.jbpm.svc
 

Methods in org.jbpm.svc that return AuthenticationService
 AuthenticationService Services.getAuthenticationService()
           
 

Methods in org.jbpm.svc with parameters of type AuthenticationService
 void Services.setAuthenticationService(AuthenticationService authenticationService)
           
 



Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.