|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.beans.factory.support.SimpleSecurityContextProvider
public class SimpleSecurityContextProvider
Simple SecurityContextProvider
implementation.
Constructor Summary | |
---|---|
SimpleSecurityContextProvider()
Construct a new SimpleSecurityContextProvider instance. |
|
SimpleSecurityContextProvider(AccessControlContext acc)
Construct a new SimpleSecurityContextProvider instance. |
Method Summary | |
---|---|
AccessControlContext |
getAccessControlContext()
Provides a security access control context relevant to a bean factory. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SimpleSecurityContextProvider()
SimpleSecurityContextProvider
instance.
The security context will be retrieved on each call from the current thread.
public SimpleSecurityContextProvider(AccessControlContext acc)
SimpleSecurityContextProvider
instance.
If the given control context is null, the security context will be retrieved on each call from the current thread.
acc
- access control context (can be null
)AccessController.getContext()
Method Detail |
---|
public AccessControlContext getAccessControlContext()
SecurityContextProvider
getAccessControlContext
in interface SecurityContextProvider
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |