Package 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.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
-
-
-
Field Detail
-
UNKNOWN
static final String UNKNOWN
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
String getName()
-
-