|
spring-beans | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.springframework.beans.factory.support.SimpleSecurityContextProvider
public class SimpleSecurityContextProvider
Simple SecurityContextProvider implementation.
| Constructor Summary | |
|---|---|
SimpleSecurityContextProvider()
Construct a new SimpleSecurityContextProvider instance. |
|
SimpleSecurityContextProvider(java.security.AccessControlContext acc)
Construct a new SimpleSecurityContextProvider instance. |
|
| Method Summary | |
|---|---|
java.security.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(java.security.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 java.security.AccessControlContext getAccessControlContext()
SecurityContextProvider
getAccessControlContext in interface SecurityContextProvider
|
spring-beans | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||