Package com.xebialabs.xlrelease.security
Class IdentityProvider
- java.lang.Object
-
- com.xebialabs.xlrelease.security.IdentityProvider
-
public class IdentityProvider extends java.lang.ObjectAuthentication 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)
-
-
Constructor Summary
Constructors Constructor Description IdentityProvider(java.lang.String name, java.lang.String loginUrl, java.lang.String logoutUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetLoginUrl()java.lang.StringgetLogoutUrl()java.lang.StringgetName()java.lang.StringtoString()
-