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