- hasAccess(StringParameter, AuthenticationParameter) - Method in class service.tut.pori.contentanalysistest.ContentAnalysisTestService
-
Deprecated.
- hasAccess(String, UserIdentity) - Static method in class service.tut.pori.contentanalysistest.ContentAnalysisTestUtils
-
Deprecated.
- hasAuthority(GrantedAuthority, UserIdentity) - Static method in class core.tut.pori.users.UserIdentity
-
- hasBackendId(Integer) - Method in class service.tut.pori.cawebsocket.Registration
-
- hasCapabilities(Set<AnalysisBackend.Capability>) - Method in class service.tut.pori.contentanalysis.AnalysisBackend
-
- hasCapability(AnalysisBackend.Capability) - Method in class service.tut.pori.contentanalysis.AnalysisBackend
-
- hasDataGroup(String, DataGroups) - Static method in class core.tut.pori.http.parameters.DataGroups
-
- hasDataGroup(String, DataGroups, String) - Static method in class core.tut.pori.http.parameters.DataGroups
-
- hashCode() - Method in class core.tut.pori.http.parameters.SortOptions.Option
-
- hashCode() - Method in class core.tut.pori.properties.UnmodifiableProperties
-
- hashCode() - Method in class service.tut.pori.facebookjazz.WeightModifier
-
- hasSessions(UserIdentity) - Method in class core.tut.pori.websocket.SocketService
-
- hasTaskId(Long) - Method in class service.tut.pori.cawebsocket.Registration
-
- hasTaskType(AsyncTask.TaskType) - Method in class service.tut.pori.cawebsocket.Registration
-
- hasUserId(Long) - Method in class service.tut.pori.cawebsocket.Registration
-
- hasValue() - Method in class core.tut.pori.http.headers.HTTPHeader
-
- hasValues() - Method in class core.tut.pori.http.parameters.AuthenticationParameter
-
- hasValues() - Method in class core.tut.pori.http.parameters.BooleanParameter
-
- hasValues() - Method in class core.tut.pori.http.parameters.DataGroups
-
- hasValues() - Method in class core.tut.pori.http.parameters.DoubleParameter
-
- hasValues() - Method in class core.tut.pori.http.parameters.HTTPParameter
-
- hasValues() - Method in class core.tut.pori.http.parameters.InputStreamParameter
-
- hasValues() - Method in class core.tut.pori.http.parameters.IntegerParameter
-
- hasValues() - Method in class core.tut.pori.http.parameters.Limits
-
always true
- hasValues() - Method in class core.tut.pori.http.parameters.LongParameter
-
- hasValues() - Method in class core.tut.pori.http.parameters.QueryParameter
-
- hasValues() - Method in class core.tut.pori.http.parameters.SortOptions
-
Note: getValue() may return null even though this method returns null, if user has provided a specific
sorting option, which is NOT a default option
- hasValues() - Method in class core.tut.pori.http.parameters.StringParameter
-
- HEADER_AUTHENTICATE - Static variable in class core.tut.pori.http.Definitions
-
- HEADER_AUTHENTICATE_VALUE - Static variable in class core.tut.pori.http.Definitions
-
Default HTTP authenticate realm for basic auth
- HEADER_OAUTH_AUTHORIZATION - Static variable in class service.tut.pori.users.twitter.Definitions
-
oauth http authorization header
- HTTPAuthenticationParameter - Annotation Type in core.tut.pori.http.annotations
-
Define the method parameter to be a special authentication parameter.
- HTTPHeader - Class in core.tut.pori.http.headers
-
A HTTPHeader, as defined by http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
- HTTPHeader() - Constructor for class core.tut.pori.http.headers.HTTPHeader
-
The inherited class should have no-args default constructor
- HTTPHeaderParameter - Annotation Type in core.tut.pori.http.annotations
-
A header parameter for HTTPServiceMethod.
- HTTPHeaderUtil - Class in core.tut.pori.utils
-
common HTTP parameter utility methods
- HTTPMethodParameter - Annotation Type in core.tut.pori.http.annotations
-
Annotation for defining a single parameter within a HTTPServiceMethod.
- HTTPParameter - Class in core.tut.pori.http.parameters
-
Base class for custom HTTP Parameters.
- HTTPParameter() - Constructor for class core.tut.pori.http.parameters.HTTPParameter
-
The inherited class should have no-args default constructor
- HTTPParameterUtil - Class in core.tut.pori.utils
-
common HTTP parameter utility methods
- HTTPService - Annotation Type in core.tut.pori.http.annotations
-
Annotation for making a class a Service.
- HTTPServiceMethod - Annotation Type in core.tut.pori.http.annotations
-
The objects returned by the method MUST BE of type or inherited type of core.tut.pori.http.Response or void if default Response is to be used
Note: Your web services MUST be thread-safe and re-entrant
The methods are mapped based on the method name (name()) and the accepted methods (acceptedMethods()).