ch.elca.el4j.tests.services.security.sample
Interface SampleService

All Known Implementing Classes:
SampleServiceImpl

@RolesAllowed(value="ROLE_TELLER")
public interface SampleService

Sample service for access tests.

Author:
Andreas Pfenninger (APR)
File-location:
SampleService
Last check-in date:
2009-08-04 15:35:01 +0200 (Di, 04. Aug 2009) by swismer for revision 3883

Method Summary
 int addOne(int i)
           
 

Method Detail

addOne

@RolesAllowed(value="ROLE_PERMISSION_ADDONE")
int addOne(int i)
Parameters:
i - a numer.
Returns:
i + 1


Copyright © 2005-2011 ELCA. All Rights Reserved.