|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.wlw.runtime.interceptors.security.ControlSecurity
Base class for accessing security via the control infrastructure. The methods of this class are protected and intended to be called from subclasses. This class has an internal kernel ID that is used to access the security infrastructure.
Constructor Summary | |
ControlSecurity()
|
Method Summary | |
protected weblogic.security.service.AuthorizationManager |
getAuthorizationManager(String realm)
Get the authorization manager for the given security realm. |
protected weblogic.security.acl.internal.AuthenticatedSubject |
getCurrentSubject()
Get the current subject. |
protected weblogic.security.service.PrincipalAuthenticator |
getPrincipalAuthenticator(String realm)
Get the principal authenticator for the given security realm. |
protected void |
popSubject()
Pop the current subject. |
protected void |
pushSubject(weblogic.security.acl.internal.AuthenticatedSubject subject)
Push the given subject. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ControlSecurity()
Method Detail |
protected weblogic.security.service.AuthorizationManager getAuthorizationManager(String realm)
realm
- The security realm.
protected weblogic.security.acl.internal.AuthenticatedSubject getCurrentSubject()
protected weblogic.security.service.PrincipalAuthenticator getPrincipalAuthenticator(String realm)
realm
- The security realm.
protected void popSubject()
protected void pushSubject(weblogic.security.acl.internal.AuthenticatedSubject subject)
subject
- An authenticated subject.
|
Documentation is available at http://e-docs.bea.com/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |