mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-28 14:52:24 +00:00
Minor javadoc.
This commit is contained in:
parent
db3f08cce4
commit
e92aac225f
@ -70,7 +70,7 @@ public class HttpSessionSecurityContextRepository implements SecurityContextRepo
|
|||||||
private AuthenticationTrustResolver authenticationTrustResolver = new AuthenticationTrustResolverImpl();
|
private AuthenticationTrustResolver authenticationTrustResolver = new AuthenticationTrustResolverImpl();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Gets the security context from the session (if available) and returns it.
|
* Gets the security context for the current request (if available) and returns it.
|
||||||
* <p>
|
* <p>
|
||||||
* If the session is null, the context object is null or the context object stored in the session
|
* If the session is null, the context object is null or the context object stored in the session
|
||||||
* is not an instance of <tt>SecurityContext</tt>, a new context object will be generated and
|
* is not an instance of <tt>SecurityContext</tt>, a new context object will be generated and
|
||||||
|
Loading…
x
Reference in New Issue
Block a user