• Home
  • Raw
  • Download

Lines Matching refs:allow

52 obtain their licensing status for the current user, then allow or disallow
60 constraints that allow the user to run it unlicensed for a specific number
94 the server response, the application can then allow or disallow further use of
192 <li>Policy &mdash; your implementation determines whether to allow access to the
858 provisionally allow access until the next license check is complete.</li>
992 Policy than ServerManagedPolicy, in that it does not allow the user to access
1055 to allow or disallow access to the application, it <em>must</em> ensure that any
1195 interface declares two methods, <code>allow()</code> and
1198 you need, to allow or disallow the user access to your application. Note that
1199 these methods do not determine <em>whether</em> to allow access &mdash; that
1201 methods simply provide the application behaviors for <em>how</em> to allow and
1225 <code>allow()</code>.</li>
1236 <code>allow()</code> method on the LicenseCheckerCallback object. </li>
1277 its methods to allow or disallow access to the application.</p>
1293 <p>Implement the <code>allow()</code> and <code>dontAllow()</code> methods as
1321 public void allow() {
1326 // Should allow user access.
1327 displayResult(getString(R.string.allow));
1336 // Should not allow access. An app can handle as needed,
2026 <td width="100%">Interface that you implement to determine whether to allow
2138 <td><em>Optionally allow access according to Policy constraints.</em>
2140 application version is invalid or compromised. The application can allow access
2150 <td><em>Do not allow access.</em></td>
2251 Policy may allow access to the application, even though the response status is
2258 the Policy should allow, before denying the user access to the application.
2266 only for LICENSED_OLD_KEYS responses, to allow the Policy to determine how much
2284 Policy can extract the VT key value and use it to conditionally allow access to
2349 conditionally allow access to the application, as follows:</p>
2354 <li>The Policy should allow the user to access the application, provided that
2361 responses in the <code>allow()</code> method. The count of RETRY responses is
2375 // Only allow access if we are within the retry period or we haven't used up our