Browse Source

Change JavaDoc to FactorGrantedAuthority

Issue gh-18030
pull/18064/head
Josh Cummings 3 months ago
parent
commit
c5e141ad07
  1. 4
      config/src/main/java/org/springframework/security/config/annotation/authorization/EnableGlobalMultiFactorAuthentication.java

4
config/src/main/java/org/springframework/security/config/annotation/authorization/EnableGlobalMultiFactorAuthentication.java

@ -57,8 +57,8 @@ public @interface EnableGlobalMultiFactorAuthentication { @@ -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();

Loading…
Cancel
Save