Uses of Class
info.ejava.examples.secureping.rs.SecurePingResource.Pinger
-
Packages that use SecurePingResource.Pinger Package Description info.ejava.examples.secureping.rs -
-
Uses of SecurePingResource.Pinger in info.ejava.examples.secureping.rs
Methods in info.ejava.examples.secureping.rs that return SecurePingResource.Pinger Modifier and Type Method Description SecurePingResource.Pinger
SecurePingResource. anonymous()
This method will return a sub-resource that is the same as the "secure" path except this path is configured to not require any identity or encryption.SecurePingResource.Pinger
SecurePingResource. authenticated()
This method returns a sub-resource and will require that sub-resource to be envoked with HTTPS and an authenticated user in either the "admin" or "user" role base on the web.xml.
-