Class TUrlMappingPatternSecureConnection

Description

TUrlMappingPatternSecureConnection class

TUrlMappingPatternSecureConnection defines the enumerable type for the possible SecureConnection URL prefix behavior that can be used by TUrlMappingPattern::constructUrl().

  • author: Yves Berkholz <godzilla80[at]gmx[dot]net>
  • version: $Id: TUrlMapping.php 3051 2011-10-17 07:36:47Z GODZilla0480@gmail.com $
  • since: 3.2

Located in /Web/TUrlMapping.php (line 937)

TEnumerable
   |
   --TUrlMappingPatternSecureConnection
Class Constant Summary
 Automatic = 'Automatic'
 Disable = 'Disable'
 DisableIfSecure = 'DisableIfSecure'
 Enable = 'Enable'
 EnableIfNotSecure = 'EnableIfNotSecure'
Methods
Class Constants
Automatic = 'Automatic' (line 943)

Keep current SecureConnection status

means no prefixing

Disable = 'Disable' (line 955)

Force use unsecured connection

always prefixing with http://example.com/path/to/app

DisableIfSecure = 'DisableIfSecure' (line 967)

Force use unsecured connection, if in secured mode

prefixing with https://example.com/path/to/app

Enable = 'Enable' (line 949)

Force use secured connection

always prefixing with https://example.com/path/to/app

EnableIfNotSecure = 'EnableIfNotSecure' (line 961)

Force use secured connection, if in unsecured mode

prefixing with https://example.com/path/to/app

Documentation generated on Mon, 25 Jun 2012 14:39:33 +0200 by phpDocumentor 1.4.3