Class AuthPropertyKey


  • public class AuthPropertyKey
    extends PluginPropertyKey
    Represents an authentication property key
    Since:
    8.0
    • Constructor Detail

      • AuthPropertyKey

        public AuthPropertyKey​(@NotNull
                               String authModuleType,
                               @NotNull
                               String propertyName,
                               @NotNull
                               String displayName)
      • AuthPropertyKey

        public AuthPropertyKey​(@NotNull
                               String propertyKey)
        Constructor
        Parameters:
        propertyKey - string representation of the property key
    • Method Detail

      • getDisplayName

        @NotNull
        public String getDisplayName()
      • isAuthPropertyKey

        public static boolean isAuthPropertyKey​(@NotNull
                                                String propertyKey)
        Returns true if the specified string representation of the property key represents authentication property key
        Parameters:
        propertyKey - property key
        Returns:
        true if property key is authentication property key