| java.lang.Object | |
| ↳ | org.springframework.security.core.authority.AuthorityUtils |
Utility method for manipulating GrantedAuthority collections etc.
Mainly intended for internal use.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| NO_AUTHORITIES | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Converts an array of GrantedAuthority objects to a Set.
| |||||||||||
Creates a array of GrantedAuthority objects from a comma-separated string
representation (e.g.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Converts an array of GrantedAuthority objects to a Set.
Creates a array of GrantedAuthority objects from a comma-separated string representation (e.g. "ROLE_A, ROLE_B, ROLE_C").
| authorityString | the comma-separated string |
|---|