Class OidcMockProperties

java.lang.Object
swiss.trustbroker.oidcmock.OidcMockProperties

@Configuration @ConfigurationProperties(prefix="oidcmock") public class OidcMockProperties extends Object
Custom configuration of custom clientClaims
  • Constructor Details

    • OidcMockProperties

      public OidcMockProperties()
  • Method Details

    • isGenerateJwkFromFile

      public boolean isGenerateJwkFromFile()
    • getJwkFilePath

      public String getJwkFilePath()
    • getJwkKeyFilePassword

      public String getJwkKeyFilePassword()
    • isEncryptIdToken

      public boolean isEncryptIdToken()
    • isSignEncIdToken

      public boolean isSignEncIdToken()
    • getEncryptionAlgorithm

      public String getEncryptionAlgorithm()
    • getEncryptionMethod

      public String getEncryptionMethod()
    • getClients

      public Map<String,Map<String,List<String>>> getClients()
    • setGenerateJwkFromFile

      public void setGenerateJwkFromFile(boolean generateJwkFromFile)
    • setJwkFilePath

      public void setJwkFilePath(String jwkFilePath)
    • setJwkKeyFilePassword

      public void setJwkKeyFilePassword(String jwkKeyFilePassword)
    • setEncryptIdToken

      public void setEncryptIdToken(boolean encryptIdToken)
    • setSignEncIdToken

      public void setSignEncIdToken(boolean signEncIdToken)
    • setEncryptionAlgorithm

      public void setEncryptionAlgorithm(String encryptionAlgorithm)
    • setEncryptionMethod

      public void setEncryptionMethod(String encryptionMethod)
    • setClients

      public void setClients(Map<String,Map<String,List<String>>> clients)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object