Uses of Interface
org.acegisecurity.GrantedAuthority
Packages that use GrantedAuthority
Package
Description
Security-related code.
Façade for
org.springframework.security
.-
Uses of GrantedAuthority in hudson.security
Fields in hudson.security declared as GrantedAuthorityModifier and TypeFieldDescriptionstatic final GrantedAuthority
SecurityRealm.AUTHENTICATED_AUTHORITY
Deprecated.Methods in hudson.security that return GrantedAuthorityModifier and TypeMethodDescriptionHudsonPrivateSecurityRealm.Details.getAuthorities()
Deprecated. -
Uses of GrantedAuthority in jenkins.security
Methods in jenkins.security that return GrantedAuthority -
Uses of GrantedAuthority in org.acegisecurity
Classes in org.acegisecurity that implement GrantedAuthorityModifier and TypeClassDescriptionclass
Deprecated.use TODO orSimpleGrantedAuthority
Methods in org.acegisecurity that return GrantedAuthorityModifier and TypeMethodDescriptionstatic GrantedAuthority[]
GrantedAuthority.fromSpring
(Collection<? extends org.springframework.security.core.GrantedAuthority> gas) Deprecated.static GrantedAuthority
GrantedAuthority.fromSpring
(org.springframework.security.core.GrantedAuthority ga) Deprecated.Authentication.getAuthorities()
Deprecated.Methods in org.acegisecurity with parameters of type GrantedAuthorityModifier and TypeMethodDescriptionstatic Collection<? extends org.springframework.security.core.GrantedAuthority>
GrantedAuthority.toSpring
(GrantedAuthority[] gas) Deprecated. -
Uses of GrantedAuthority in org.acegisecurity.acls.sid
Constructors in org.acegisecurity.acls.sid with parameters of type GrantedAuthorityModifierConstructorDescriptionDeprecated. -
Uses of GrantedAuthority in org.acegisecurity.providers
Methods in org.acegisecurity.providers that return GrantedAuthorityModifier and TypeMethodDescriptionAbstractAuthenticationToken.getAuthorities()
Deprecated.UsernamePasswordAuthenticationToken.getAuthorities()
Deprecated.Constructors in org.acegisecurity.providers with parameters of type GrantedAuthorityModifierConstructorDescriptionprotected
AbstractAuthenticationToken
(GrantedAuthority[] authorities) Deprecated.UsernamePasswordAuthenticationToken
(Object principal, Object credentials, GrantedAuthority[] authorities) Deprecated. -
Uses of GrantedAuthority in org.acegisecurity.providers.anonymous
Methods in org.acegisecurity.providers.anonymous that return GrantedAuthorityConstructors in org.acegisecurity.providers.anonymous with parameters of type GrantedAuthorityModifierConstructorDescriptionAnonymousAuthenticationToken
(String key, Object principal, GrantedAuthority[] authorities) Deprecated. -
Uses of GrantedAuthority in org.acegisecurity.userdetails
Methods in org.acegisecurity.userdetails that return GrantedAuthorityModifier and TypeMethodDescriptionUser.getAuthorities()
Deprecated.UserDetails.getAuthorities()
Deprecated.Methods in org.acegisecurity.userdetails with parameters of type GrantedAuthorityModifier and TypeMethodDescriptionprotected void
User.setAuthorities
(GrantedAuthority[] authorities) Deprecated.Constructors in org.acegisecurity.userdetails with parameters of type GrantedAuthorityModifierConstructorDescriptionUser
(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, boolean accountNonLocked, GrantedAuthority[] authorities) Deprecated.User
(String username, String password, boolean enabled, boolean accountNonExpired, boolean credentialsNonExpired, GrantedAuthority[] authorities) Deprecated.User
(String username, String password, boolean enabled, GrantedAuthority[] authorities) Deprecated.
SecurityRealm.AUTHENTICATED_AUTHORITY2