Package com.xebialabs.xlrelease.security
Class IdentityProvider
java.lang.Object
com.xebialabs.xlrelease.security.IdentityProvider
Authentication plugins should provide a bean with the IdentityProvider's they provide.
These will be picked up by the AuthenticationResource that again provides it to the UI.
Currently we support only one auth plugin at a time. Otherwise they'll shield each other
on the classpath. So no error, just random behaviour.
TODO(REL-5084): Implement something that checks for the issue (we have a mention of that in REL-5084)