Class OAuthSchemaGenerator

    • Constructor Detail

      • OAuthSchemaGenerator

        public OAuthSchemaGenerator​(java.lang.String schemaName)
        sets up the OAuth Schema with the given schema.
        Parameters:
        schemaName -
    • Method Detail

      • buildOAuthSchema

        public void buildOAuthSchema​(PhysicalDataModel model)
        Create the tables needed by the Liberty OAuthProvider databaseStore
        Parameters:
        model -
      • generateGroupPrivilege

        protected java.util.List<GroupPrivilege> generateGroupPrivilege()
      • addClientConfigTable

        protected void addClientConfigTable​(PhysicalDataModel model)
      • addConsentCacheTable

        protected void addConsentCacheTable​(PhysicalDataModel model)