Net::STOMP::Client::Auth man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

Net::STOMP::Client::AuUser)Contributed Perl DocumenNet::STOMP::Client::Auth(3)

NAME
       Net::STOMP::Client::Auth - Authentication support for
       Net::STOMP::Client

SYNOPSIS
	 use Net::STOMP::Client;
	 $stomp = Net::STOMP::Client->new(
	     uri  => "stomp://127.0.0.1:61613",
	     auth => "plain name=system pass=manager",
	 );

DESCRIPTION
       This module handles STOMP authentication. It is used internally by
       Net::STOMP::Client and should not be directly used elsewhere.

       If the optional Authen::Credential module is available, an additional
       "auth" attribute can be given to Net::STOMP::Client's new() method.  If
       the module is not available, the "auth" attribute cannot be used.

       This attribute can take either a single authentication credential
       (either as a string or an Authen::Credential object) or multiple
       credentials (via an array reference). See Authen::Credential for more
       information about these credentials.

       If an X.509 credential is given, it will be used at SSL connection
       time. If a plain credential is given, it will be used in the "CONNECT"
       frame. If needed, both types of credentials could be used for the same
       STOMP connection.

       Using generic authentication credentials is very convenient as they
       could be passed as command line options to a script:

	 # default authentication
	 $Option{auth} = "none";
	 # get URI & credential from command line
	 GetOptions(\%Option,
	     "auth=s",
	     "uri=s",
	     ...
	 );
	 $stomp = Net::STOMP::Client->new(uri => $Option{uri}, auth => $Option{auth});

SEE ALSO
       Authen::Credential, Net::STOMP::Client.

AUTHOR
       Lionel Cons <http://cern.ch/lionel.cons>

       Copyright CERN 2012

perl v5.14.3			  2012-12-14	   Net::STOMP::Client::Auth(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net