|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mallory.application.MalloryApp
@Service public class MalloryApp
This naughty service will attempt to do many things it is not allowed to do
Constructor Summary | |
---|---|
MalloryApp()
|
Method Summary | |
---|---|
void |
doAnApprovedOperation()
Mallory is allowed to call the AliceApp |
void |
tryToAdvertiseAService()
Mallory cannot advertise the EvilService |
void |
tryToGetTheAuditServiceMyself()
Mallory cannot however lookup the AuditService himself! |
void |
tryToInstantiateAServiceWithABadInjectionPoint()
Tries to instantiate a service with an illegal injection point |
void |
tryToUnAdvertiseAService()
Mallory cannot un-advertise ServiceLocator! |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MalloryApp()
Method Detail |
---|
public void doAnApprovedOperation()
public void tryToGetTheAuditServiceMyself()
public void tryToAdvertiseAService()
public void tryToUnAdvertiseAService()
public void tryToInstantiateAServiceWithABadInjectionPoint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |