public interface SecurityContextRegistry
| Modifier and Type | Method and Description |
|---|---|
org.springframework.security.core.context.SecurityContext |
getSecurityContext(String sessionId)
Returns the security context for the session with the given id.
|
Stream<org.springframework.security.core.context.SecurityContext> |
getSecurityContexts()
Returns a stream of all security contexts
|
org.springframework.security.core.context.SecurityContext getSecurityContext(String sessionId)
sessionId - session identifierStream<org.springframework.security.core.context.SecurityContext> getSecurityContexts()
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.