Interface GrantedAuthority

    • Method Detail

      • getAuthority

        String getAuthority()
        Deprecated.
      • hashCode

        int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object
      • fromSpring

        @NonNull
        static GrantedAuthority fromSpring​(@NonNull
                                           org.springframework.security.core.GrantedAuthority ga)
        Deprecated.
      • toSpring

        @NonNull
        default org.springframework.security.core.GrantedAuthority toSpring()
        Deprecated.
      • fromSpring

        @NonNull
        static GrantedAuthority[] fromSpring​(@NonNull
                                             Collection<? extends org.springframework.security.core.GrantedAuthority> gas)
        Deprecated.
      • toSpring

        @NonNull
        static Collection<? extends org.springframework.security.core.GrantedAuthority> toSpring​(@NonNull
                                                                                                 GrantedAuthority[] gas)
        Deprecated.