Interface SecurityContextManagerAware
-
public interface SecurityContextManagerAware
Needs to know about the SecurityContextManager implementation.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SecurityContextManager
getSecurityContextManager()
void
setSecurityContextManager(SecurityContextManager manager)
-
-
-
Method Detail
-
setSecurityContextManager
void setSecurityContextManager(SecurityContextManager manager)
-
getSecurityContextManager
SecurityContextManager getSecurityContextManager()
-
-