Group
Extension

Matches 9

oxdperl ( G/GL/GLUU/oxdperl-0.05.tar.gz, GLUU, 2018; MetaCPAN )
oxdperl/lib/OxdPackages/OxdRemove.pm ( view source; MetaCPAN )
ses/MIT	MIT License
# @link		https://gluu.org/
# @since	Version 3.1.3
# @filesource
#/

use JSON::PP;

package OxdRemove;	# This is the "Class"
    use vars qw($VERSION);
    $VERS
oxdperl ( G/GL/GLUU/oxdperl-0.05.tar.gz, GLUU, 2018; MetaCPAN )
oxdperl/lib/OxdPackages/OxdRegister.pm ( view source; MetaCPAN )
ses/MIT	MIT License
# @link		https://gluu.org/
# @since	Version 3.1.3
# @filesource
#/

use JSON::PP;

package OxdRegister;	# This is the "Class"
    use vars qw($VERSION);
    $VE
oxdperl ( G/GL/GLUU/oxdperl-0.05.tar.gz, GLUU, 2018; MetaCPAN )
oxdperl/lib/OxdPackages/GetAuthorizationUrl.pm ( view source; MetaCPAN )
 @see	        OxdClient
# @see	        OxdConfig
#######################################

use JSON::PP;

package GetAuthorizationUrl;	
	use OxdPackages::OxdClient;
	use base qw(OxdClient Class
oxdperl ( G/GL/GLUU/oxdperl-0.05.tar.gz, GLUU, 2018; MetaCPAN )
oxdperl/lib/OxdPackages/OxdClientSocket.pm ( view source; MetaCPAN )
use lib './modules';
	use Attribute::Handlers;
	#use strict;
	use warnings;
	use 5.010;
	use JSON::PP;
    use Data::Dumper qw(Dumper);
	use utf8;
	use Encode;
	use File::Basename;
	use warn
> shift,
			
			# @var string $base_url      Base url for log file directory and oxd-rp-setting.json file.
			_base_url => dirname(__FILE__)

	    };
		
		bless $self, $class;
		return $self;
my $json = JSON::PP->new;
	    my $jsonContent = $json->decode($data);
	    
	    my $accessToken = '';
	    if ($jsonContent->{protection_access_token}) {
		    $accessToken = "Bearer ".$jsonCon
oxdperl ( G/GL/GLUU/oxdperl-0.05.tar.gz, GLUU, 2018; MetaCPAN )
oxdperl/lib/OxdPackages/OxdConfig.pm ( view source; MetaCPAN )

package OxdConfig;
use vars qw($VERSION);
$VERSION = '0.01';
use strict;
use warnings;
use JSON::PP;

sub new{
    my $class = shift;
    
    my $self = {
		 
		# @static
		# @var stri
    our $oxdHostPort;
    $oxdHostPort = 'package'; 
    
    bless $self, $class;
    $self->json_read;
    return $self;
}

sub setOpHost {
    #my ( $self, $op_host,$oxd_host_port,$authori
t};
}

sub json_read{
	
	my ($self) = @_;
	my $filename = 'oxd-settings.json';
	#my $baseUrl = $self->{_base_url};
	#print $baseUrl;
	my $configOBJECT;
	if (open (my $configJSON, $filename))
oxdperl ( G/GL/GLUU/oxdperl-0.05.tar.gz, GLUU, 2018; MetaCPAN )
oxdperl/lib/OxdPackages/OxdClient.pm ( view source; MetaCPAN )
s available
	use lib './modules';
	use Attribute::Handlers;
	use strict;
	use warnings;
	use JSON::PP;
    use OxdPackages::OxdConfig;
	use Data::Dumper qw(Dumper);
	use utf8;
	use Encode;
	
se data from oxd
			_data => [],
			
			# @var string $response_json       Response data from oxd in format json
			_response_json=>shift,
			
			# @var object $response_object     Response data
ds the command to the oxd server.
    # Args:
    # command (dict) - Dict representation of the JSON command string
    # @return	void
    #
    
    
    # Method: request
    # This method i
oxdperl ( G/GL/GLUU/oxdperl-0.05.tar.gz, GLUU, 2018; MetaCPAN )
oxdperl/lib/OxdPackages/OxdSetupClient.pm ( view source; MetaCPAN )
	MIT License
# @link         https://gluu.org/
# @since	Version 3.1.3
# @filesource
#/

use JSON::PP;

package OxdSetupClient;	# This is the "Class"
    use vars qw($VERSION);
    
oxdperl ( G/GL/GLUU/oxdperl-0.05.tar.gz, GLUU, 2018; MetaCPAN )
oxdperl/lib/OxdPackages/GetClientToken.pm ( view source; MetaCPAN )
ses/MIT	MIT License
# @link		https://gluu.org/
# @since	Version 3.1.3
# @filesource
#/

use JSON::PP;

package GetClientToken;	# This is the "Class"
    use vars qw($VERSION);
    
oxdperl ( G/GL/GLUU/oxdperl-0.05.tar.gz, GLUU, 2018; MetaCPAN )
oxdperl/lib/OxdPackages/UpdateRegistration.pm ( view source; MetaCPAN )
	MIT License
 # @link		https://gluu.org/
 # @since		Version 3.1.3
 # @filesource
 #/


use JSON::PP;

package UpdateRegistration;	
    
    use vars qw($VERSION);
    $VERSION = '0.01'; 

Powered by Groonga
Maintained by Kenichi Ishigaki <ishigaki@cpan.org>. If you find anything, submit it on GitHub.