Class OauthConfigurationProperties.OpenIdConfigurationProperties.AdditionalClaimsConfigurationProperties

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PREFIX  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isAccessToken()  
      boolean isJwt()  
      boolean isRefreshToken()  
      void setAccessToken​(boolean accessToken)
      Set to true if the original access token from the provider should be included in the Micronaut JWT.
      void setJwt​(boolean jwt)
      Set to true if the original JWT from the provider should be included in the Micronaut JWT.
      void setRefreshToken​(boolean refreshToken)
      Set to true if the original refresh token from the provider should be included in the Micronaut JWT.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AdditionalClaimsConfigurationProperties

        public AdditionalClaimsConfigurationProperties()
    • Method Detail

      • setJwt

        public void setJwt​(boolean jwt)
        Set to true if the original JWT from the provider should be included in the Micronaut JWT. Default value (false).
        Parameters:
        jwt - The jwt
      • setAccessToken

        public void setAccessToken​(boolean accessToken)
        Set to true if the original access token from the provider should be included in the Micronaut JWT. Default value (false).
        Parameters:
        accessToken - Access token
      • setRefreshToken

        public void setRefreshToken​(boolean refreshToken)
        Set to true if the original refresh token from the provider should be included in the Micronaut JWT. Default value (false).
        Parameters:
        refreshToken - Refresh token