Class AbstractSimpleGrantedAuthoritiesMapper

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static java.util.List<java.lang.String> getAuthoritesFilteredByPrefix​(java.util.Collection<? extends org.springframework.security.core.GrantedAuthority> authorities, java.lang.String prefix)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • AbstractSimpleGrantedAuthoritiesMapper

        public AbstractSimpleGrantedAuthoritiesMapper()
    • Method Detail

      • getAuthoritesFilteredByPrefix

        protected static java.util.List<java.lang.String> getAuthoritesFilteredByPrefix​(@NonNull
                                                                                        java.util.Collection<? extends org.springframework.security.core.GrantedAuthority> authorities,
                                                                                        @NonNull
                                                                                        java.lang.String prefix)