Class SpiffeIdentityProviderConfig

java.lang.Object
org.keycloak.models.IdentityProviderModel
org.keycloak.broker.spiffe.SpiffeIdentityProviderConfig
All Implemented Interfaces:
Serializable

public class SpiffeIdentityProviderConfig extends IdentityProviderModel
See Also:
  • Field Details

  • Constructor Details

    • SpiffeIdentityProviderConfig

      public SpiffeIdentityProviderConfig()
    • SpiffeIdentityProviderConfig

      public SpiffeIdentityProviderConfig(IdentityProviderModel model)
  • Method Details

    • isHideOnLogin

      public boolean isHideOnLogin()
      Overrides:
      isHideOnLogin in class IdentityProviderModel
    • getAllowedClockSkew

      public int getAllowedClockSkew()
    • getTrustDomain

      public String getTrustDomain()
    • getBundleEndpoint

      public String getBundleEndpoint()
    • validate

      public void validate(RealmModel realm)
      Description copied from class: IdentityProviderModel

      Validates this configuration.

      Sub-classes can override this method in order to enforce provider specific validations.

      Overrides:
      validate in class IdentityProviderModel
      Parameters:
      realm - the realm