Uses of Interface
org.acegisecurity.GrantedAuthority
Package
Description
Security-related code.
Façade for
org.springframework.security
.-
Uses of GrantedAuthority in hudson.security
Modifier and TypeFieldDescriptionstatic final GrantedAuthority
SecurityRealm.AUTHENTICATED_AUTHORITY
Deprecated.Modifier and TypeMethodDescriptionHudsonPrivateSecurityRealm.Details.getAuthorities()
Deprecated. -
Uses of GrantedAuthority in jenkins.security
-
Uses of GrantedAuthority in org.acegisecurity
Modifier and TypeClassDescriptionclass
Deprecated.use TODO orSimpleGrantedAuthority
Modifier 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.Modifier and TypeMethodDescriptionstatic Collection<? extends org.springframework.security.core.GrantedAuthority>
GrantedAuthority.toSpring
(GrantedAuthority[] gas) Deprecated. -
Uses of GrantedAuthority in org.acegisecurity.acls.sid
ModifierConstructorDescriptionDeprecated. -
Uses of GrantedAuthority in org.acegisecurity.providers
Modifier and TypeMethodDescriptionAbstractAuthenticationToken.getAuthorities()
Deprecated.UsernamePasswordAuthenticationToken.getAuthorities()
Deprecated.ModifierConstructorDescriptionprotected
AbstractAuthenticationToken
(GrantedAuthority[] authorities) Deprecated.UsernamePasswordAuthenticationToken
(Object principal, Object credentials, GrantedAuthority[] authorities) Deprecated. -
Uses of GrantedAuthority in org.acegisecurity.providers.anonymous
ModifierConstructorDescriptionAnonymousAuthenticationToken
(String key, Object principal, GrantedAuthority[] authorities) Deprecated. -
Uses of GrantedAuthority in org.acegisecurity.userdetails
Modifier and TypeMethodDescriptionUser.getAuthorities()
Deprecated.UserDetails.getAuthorities()
Deprecated.Modifier and TypeMethodDescriptionprotected void
User.setAuthorities
(GrantedAuthority[] authorities) Deprecated.ModifierConstructorDescriptionUser
(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