Class IdentityProvider

java.lang.Object
com.xebialabs.xlrelease.security.IdentityProvider

public class IdentityProvider extends Object
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)
  • Constructor Details

    • IdentityProvider

      public IdentityProvider(String name, String loginUrl, String logoutUrl)
  • Method Details

    • getName

      public String getName()
    • getLoginUrl

      public String getLoginUrl()
    • getLogoutUrl

      public String getLogoutUrl()
    • toString

      public String toString()
      Overrides:
      toString in class Object