Class AbstractAuth

java.lang.Object
org.sdase.commons.server.auth.testing.AbstractAuth
Direct Known Subclasses:
AuthClassExtension

public class AbstractAuth extends Object
  • Field Details

    • disableAuth

      protected final boolean disableAuth
    • keyId

      protected final String keyId
    • issuer

      protected final String issuer
    • subject

      protected final String subject
    • privateKey

      protected RSAPrivateKey privateKey
    • privateKeyLocation

      protected final String privateKeyLocation
    • certificateLocation

      protected final String certificateLocation
    • authConfig

      protected org.sdase.commons.server.auth.config.AuthConfig authConfig
  • Constructor Details

    • AbstractAuth

      public AbstractAuth(boolean disableAuth, String keyId, String issuer, String subject, String privateKeyLocation, String certificateLocation)
  • Method Details

    • loadPrivateKey

      protected RSAPrivateKey loadPrivateKey(String privateKeyLocation)
    • createKeyLocation

      protected org.sdase.commons.server.auth.config.KeyLocation createKeyLocation()