com.alice.application
Class AliceApp

java.lang.Object
  extended by com.alice.application.AliceApp

@Service
@Singleton
public class AliceApp
extends Object

A service offered by Alice that Mallory is allowed to use. This application injects the AuditService, which it should have access to (since it is Alice) but which Mallory himself does not have direct access to

Author:
jwells

Constructor Summary
AliceApp()
           
 
Method Summary
 void doAuditedService(String fromMe)
          This service makes use of the auditor service directly, which should be allowed as Alice itself has the ability to use the audit service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AliceApp

public AliceApp()
Method Detail

doAuditedService

public void doAuditedService(String fromMe)
This service makes use of the auditor service directly, which should be allowed as Alice itself has the ability to use the audit service

Parameters:
fromMe -


Copyright © 2013 Oracle Corporation. All Rights Reserved.