PAMI\Message\Event\AuthDetailEvent

Event from PJSIPShowEndpoint

PHP Version 5

Synopsis

class AuthDetailEvent extends EventMessage {
  • // Inherited constants from Message
  • const EOL = "\r\n";
  • const EOM = "\r\n\r\n";
  • // Inherited methods from EventMessage
  • public string getName()
}

Hierarchy

Constants

Name Value
EOL "\r\n"
EOM "\r\n\r\n"

Methods

public

  • getAuthType() — Returns key: 'AuthType'. Authentication type
  • getEndpointName() — Returns key: 'EndpointName'. The name of the endpoint associated with this information.
  • getMd5Cred() — Returns key: 'Md5Cred'. MD5 Hash used for authentication.
  • getNonceLifetime() — Returns key: 'NonceLifetime'. Lifetime of a nonce associated with this authentication config.
  • getObjectName() — Returns key: 'ObjectName'. The name of this object.
  • getObjectType() — Returns key: 'ObjectType'. The object's type. This will always be 'auth'.
  • getPassword() — Returns key: 'Password'. Username to use for account
  • getRealm() — Returns key: 'Realm'. SIP realm for endpoint
  • getUsername() — Returns key: 'Username'. Username to use for account

Inherited from PAMI\Message\Event\EventMessage

public

Inherited from PAMI\Message\IncomingMessage

public

Inherited from PAMI\Message\Message

public