Browse Source

Change JavaDoc to FactorGrantedAuthority

Issue gh-18030
Josh Cummings 1 day ago
parent
commit
c5e141ad07

+ 2 - 2
config/src/main/java/org/springframework/security/config/annotation/authorization/EnableGlobalMultiFactorAuthentication.java

@@ -57,8 +57,8 @@ public @interface EnableGlobalMultiFactorAuthentication {
 	/**
 	 * The additional authorities that are required.
 	 * @return the additional authorities that are required (e.g. {
-	 * GrantedAuthorities.FACTOR_OTT, GrantedAuthorities.FACTOR_PASSWORD })
-	 * @see org.springframework.security.core.GrantedAuthorities
+	 * FactorGrantedAuthority.FACTOR_OTT, FactorGrantedAuthority.FACTOR_PASSWORD })
+	 * @see org.springframework.security.core.authority.FactorGrantedAuthority
 	 */
 	String[] authorities();