Interface AuthenticationRealmConfiguration.TokenBrokerConfiguration.RSAKeyPairConfiguration

Enclosing interface:
AuthenticationRealmConfiguration.TokenBrokerConfiguration

public static interface AuthenticationRealmConfiguration.TokenBrokerConfiguration.RSAKeyPairConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    The path to the private key file.
    The path to the public key file.
  • Method Details

    • publicKeyFile

      Path publicKeyFile()
      The path to the public key file.
    • privateKeyFile

      Path privateKeyFile()
      The path to the private key file.