Interface SecurePing
-
- All Known Subinterfaces:
SecurePingLocal
,SecurePingRemote
- All Known Implementing Classes:
SecurePingEJB
public interface SecurePing
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isCallerInRole(String role)
String
pingAdmin()
String
pingAll()
String
pingExcluded()
String
pingUser()
String
whoAmI()
-