Decision boundary divides the feature space into labeled regions. We focus on linear decision boundaries.
Discriminant analysis models discriminant function $\delta_k(x)$ for each class, then classifies to $\hat{G}(x) = \arg\max_k \hat{\delta_k}(x)$.
Modeling the posterior $P(G \lvert X = x)$ is a form of discriminant analysis.
If monotone transformation of the discriminant function or posterior is linear, then decision boundary is linear.
Alternative to discriminant analysis is explicitly modeling a linear boundary; separating hyperplane if two-class.
Generalizations: with quadratic basis expansion, linear decision boundary in augmented space map down to quadratic decision boundary in the original space.