Interface PluginOptions.AuthorizationTransformer

Enclosing class:
PluginOptions

public static interface PluginOptions.AuthorizationTransformer
  • Method Summary

    Modifier and Type
    Method
    Description
    <T> T
    transform(T object)
     
  • Method Details

    • transform

      <T> T transform(T object)