jBPM :: Distribution 6.2.0.Final

org.jbpm.services.cdi
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.


Field Summary
static String UNKNOWN
           
 
Method Summary
 String getName()
           
 

Field Detail

UNKNOWN

static final String UNKNOWN
See Also:
Constant Field Values
Method Detail

getName

String getName()

jBPM :: Distribution 6.2.0.Final

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