Package org.apache.shiro.samples
Class SimpleService
- java.lang.Object
-
- org.apache.shiro.samples.SimpleService
-
@Component public class SimpleService extends Object
Simple Service with methods protected with annotations.
-
-
Constructor Summary
Constructors Constructor Description SimpleService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
readRestrictedCall()
void
writeRestrictedCall()
-
-
-
Constructor Detail
-
SimpleService
public SimpleService()
-
-
Method Detail
-
writeRestrictedCall
public void writeRestrictedCall()
-
readRestrictedCall
public void readRestrictedCall()
-
-