221 changed files with 455 additions and 440 deletions
@ -1,5 +1,7 @@
@@ -1,5 +1,7 @@
|
||||
package org.springframework.security.core; |
||||
package org.springframework.security.core.authority; |
||||
|
||||
import org.springframework.security.core.Authentication; |
||||
import org.springframework.security.core.GrantedAuthority; |
||||
import org.springframework.security.core.context.SecurityContextHolder; |
||||
import org.springframework.util.StringUtils; |
||||
|
||||
@ -1,8 +1,10 @@
@@ -1,8 +1,10 @@
|
||||
package org.springframework.security.core; |
||||
package org.springframework.security.core.authority; |
||||
|
||||
import java.io.Serializable; |
||||
import java.util.List; |
||||
|
||||
import org.springframework.security.core.GrantedAuthority; |
||||
|
||||
/** |
||||
* Indicates that a object stores GrantedAuthority objects. |
||||
* <p> |
||||
@ -1,8 +1,9 @@
@@ -1,8 +1,9 @@
|
||||
package org.springframework.security.core; |
||||
package org.springframework.security.core.authority; |
||||
|
||||
import java.util.Collections; |
||||
import java.util.List; |
||||
|
||||
import org.springframework.security.core.GrantedAuthority; |
||||
import org.springframework.util.Assert; |
||||
|
||||
public class GrantedAuthoritiesContainerImpl implements MutableGrantedAuthoritiesContainer { |
||||
@ -1,7 +1,9 @@
@@ -1,7 +1,9 @@
|
||||
package org.springframework.security.core; |
||||
package org.springframework.security.core.authority; |
||||
|
||||
import java.util.List; |
||||
|
||||
import org.springframework.security.core.GrantedAuthority; |
||||
|
||||
/** |
||||
* Indicates that a object can be used to store and retrieve GrantedAuthority objects. |
||||
* <p> |
||||
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
package org.springframework.security.core.authoritymapping; |
||||
package org.springframework.security.core.authority.mapping; |
||||
|
||||
import java.util.Collection; |
||||
import java.util.List; |
||||
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
package org.springframework.security.core.authoritymapping; |
||||
package org.springframework.security.core.authority.mapping; |
||||
|
||||
import java.util.Set; |
||||
|
||||
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
||||
package org.springframework.security.core.authoritymapping; |
||||
package org.springframework.security.core.authority.mapping; |
||||
|
||||
import org.springframework.security.core.GrantedAuthority; |
||||
import org.springframework.security.core.GrantedAuthorityImpl; |
||||
import org.springframework.security.core.authority.GrantedAuthorityImpl; |
||||
|
||||
import java.util.ArrayList; |
||||
import java.util.Collection; |
||||
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
package org.springframework.security.core.authoritymapping; |
||||
package org.springframework.security.core.authority.mapping; |
||||
|
||||
import java.io.FilterInputStream; |
||||
import java.io.IOException; |
||||
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
package org.springframework.security.core; |
||||
package org.springframework.security.core.session; |
||||
|
||||
import org.springframework.context.ApplicationEvent; |
||||
|
||||
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
package org.springframework.security.core; |
||||
package org.springframework.security.core.session; |
||||
|
||||
import org.springframework.context.ApplicationEvent; |
||||
import org.springframework.security.core.context.SecurityContext; |
||||
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
package org.springframework.security.userdetails; |
||||
package org.springframework.security.core.userdetails; |
||||
|
||||
import org.springframework.security.core.Authentication; |
||||
|
||||
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
package org.springframework.security.userdetails; |
||||
package org.springframework.security.core.userdetails; |
||||
|
||||
import org.springframework.security.core.Authentication; |
||||
import org.springframework.beans.factory.InitializingBean; |
||||
@ -1,4 +1,4 @@
@@ -1,4 +1,4 @@
|
||||
package org.springframework.security.userdetails; |
||||
package org.springframework.security.core.userdetails; |
||||
|
||||
/** |
||||
* Called by classes which make use of a {@link UserDetailsService} to check the status of the loaded |
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue