Class CompositeAuthenticationProvider

java.lang.Object
org.cibseven.bpm.engine.rest.security.auth.impl.CompositeAuthenticationProvider
All Implemented Interfaces:
AuthenticationProvider

public class CompositeAuthenticationProvider extends Object implements AuthenticationProvider
CompositeAuthenticationProvider tries to authenticate using the first provider. If the first provider fails, it falls back to the second provider.