Java org.springframework.security.core.authority AuthorityUtils fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.security.core.authority AuthorityUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.security.core.authority AuthorityUtils.

The text is from its open source code.

Field

Method

SetauthorityListToSet(Collection userAuthorities)
Converts an array of GrantedAuthority objects to a Set.
ListcommaSeparatedStringToAuthorityList(String authorityString)
Creates a array of GrantedAuthority objects from a comma-separated string representation (e.g.
ListcreateAuthorityList(String... roles)