jBPM :: KIE Services 6.1.0.Final

org.jbpm.kie.services.api
Interface RequestScopedBackupIdentityProvider


public interface RequestScopedBackupIdentityProvider

This class is a "backup" version of the IdentityProvider, for situations in which the IdentityProvider CDI proxy is not available.

The "normal" implementation of the IdentityProvider expects a HTTP request context object to be available, but the code may be used in situations where there is not an HTTP request or session present.

In those situations, a request scoped implementation of this interface may be used in order to provide the appropriate information about the user.


Method Summary
 String getName()
           
 

Method Detail

getName

String getName()

jBPM :: KIE Services 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.