Interface SecurePingClient
-
- All Known Subinterfaces:
SecurePingClientLocal
,SecurePingClientRemote
- All Known Implementing Classes:
SecurePingClientEJB
public interface SecurePingClient
-
-
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()
-