Package org.acegisecurity
Interface GrantedAuthority
- All Known Implementing Classes:
GrantedAuthorityImpl
Deprecated.
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Deprecated.static GrantedAuthority[]
fromSpring
(Collection<? extends org.springframework.security.core.GrantedAuthority> gas) Deprecated.static GrantedAuthority
fromSpring
(org.springframework.security.core.GrantedAuthority ga) Deprecated.Deprecated.int
hashCode()
Deprecated.default org.springframework.security.core.GrantedAuthority
toSpring()
Deprecated.static Collection<? extends org.springframework.security.core.GrantedAuthority>
toSpring
(GrantedAuthority[] gas) Deprecated.toString()
Deprecated.
-
Method Details
-
getAuthority
String getAuthority()Deprecated. -
toString
String toString()Deprecated. -
equals
Deprecated. -
hashCode
int hashCode()Deprecated. -
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.
-
GrantedAuthority