The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:MToken ABALAMA"

MToken - Tokens processing system (Security) River stage zero No dependents

Tokens processing system (Security) client my $client = $mt->client; Returns the Mojo client (user agent) instance execmd my %exest = $self->execmd("command", "arg1", "arg2", "argn"); Performs execute system commands and returns hash: command The com...

ABALAMA/MToken-1.04 - 13 Oct 2021 07:32:14 UTC

MToken::Const - Interface for MToken Constants River stage zero No dependents

This module provide interface for MToken Constants PROJECT, PROJECTNAME, PROJECTNAMEL Returns name of the project...

ABALAMA/MToken-1.04 - 13 Oct 2021 07:32:14 UTC

MToken::Util - Exported utility functions River stage zero No dependents

Exported utility functions cleanServerName my $servername = cleanServerName( "my.server.com" ); Clening the specified ServerName value cleanFileName my $filename = cleanServerName( "mtoken.12345678" ); Clening the specified FileName value explain pri...

ABALAMA/MToken-1.04 - 13 Oct 2021 07:32:14 UTC

MToken::Server - MToken web-server class River stage zero No dependents

This module provides MToken web-server functionality reload The reload hook startup Mojo application startup method...

ABALAMA/MToken-1.04 - 13 Oct 2021 07:32:14 UTC

MToken::Config - MToken local configuration River stage zero No dependents

The module works with the local configuration data...

ABALAMA/MToken-1.04 - 13 Oct 2021 07:32:14 UTC

MToken::Store - MToken store class River stage zero No dependents

This module provides store methods. SQLITE DDL CREATE TABLE "mtoken" ( "id" INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT UNIQUE, "file" CHAR(256) NOT NULL UNIQUE, "size" INTEGER NOT NULL, "mtime" INTEGER NOT NULL, "checksum" CHAR(64) DEFAULT NULL, "tag...

ABALAMA/MToken-1.04 - 13 Oct 2021 07:32:14 UTC

MToken::Client - Client for interaction with MToken server River stage zero No dependents

Client for interaction with MToken server new my $clinet = MToken::Client->new( url => "https://localhost:8642", username => "username", # optional password => "password", # optional pwcache => "/path/to/pwcache.tmp", pwcache_ttl => 300, # 5 min. Def...

ABALAMA/MToken-1.04 - 13 Oct 2021 07:32:14 UTC

MToken::DeviceSkel - Internal helper's methods for MToken River stage zero No dependents

Internal helper's methods for MToken no public methods build, dirs, pool Main methods. For internal use only...

ABALAMA/MToken-1.04 - 13 Oct 2021 07:32:14 UTC

MToken::Server::Alpha - The first (alpha) mojolicious controller River stage zero No dependents

The first (alpha) mojolicious controller delete_tarball Performs removing tarballs download_tarball Performs downloading tarballs env Show environments values info Show general information list Get list of files or list of tarball on storage root The...

ABALAMA/MToken-1.04 - 13 Oct 2021 07:32:14 UTC

mtoken - the tool for token management River stage zero No dependents

This tool provides initializing and management of your Token Devices (MTokens)...

ABALAMA/MToken-1.04 - 13 Oct 2021 07:32:14 UTC
10 results (0.047 seconds)