Class TrustedIssuerConfig

java.lang.Object
io.jans.as.model.configuration.TrustedIssuerConfig
All Implemented Interfaces:
Serializable

public class TrustedIssuerConfig extends Object implements Serializable
Author:
Yuriy Z
See Also:
  • Constructor Details

    • TrustedIssuerConfig

      public TrustedIssuerConfig()
  • Method Details

    • getAutomaticallyGrantedScopes

      public List<String> getAutomaticallyGrantedScopes()
    • setAutomaticallyGrantedScopes

      public void setAutomaticallyGrantedScopes(List<String> automaticallyGrantedScopes)
    • toString

      public String toString()
      Overrides:
      toString in class Object