.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.28) .\" .\" Standard preamble: .\" ======================================================================== .de Sp \" Vertical space (when we can't use .PP) .if t .sp .5v .if n .sp .. .de Vb \" Begin verbatim text .ft CW .nf .ne \\$1 .. .de Ve \" End verbatim text .ft R .fi .. .\" Set up some character translations and predefined strings. \*(-- will .\" give an unbreakable dash, \*(PI will give pi, \*(L" will give a left .\" double quote, and \*(R" will give a right double quote. \*(C+ will .\" give a nicer C++. Capital omega is used to do unbreakable dashes and .\" therefore won't be available. \*(C` and \*(C' expand to `' in nroff, .\" nothing in troff, for use with C<>. .tr \(*W- .ds C+ C\v'-.1v'\h'-1p'\s-2+\h'-1p'+\s0\v'.1v'\h'-1p' .ie n \{\ . ds -- \(*W- . ds PI pi . if (\n(.H=4u)&(1m=24u) .ds -- \(*W\h'-12u'\(*W\h'-12u'-\" diablo 10 pitch . if (\n(.H=4u)&(1m=20u) .ds -- \(*W\h'-12u'\(*W\h'-8u'-\" diablo 12 pitch . ds L" "" . ds R" "" . ds C` "" . ds C' "" 'br\} .el\{\ . ds -- \|\(em\| . ds PI \(*p . ds L" `` . ds R" '' . ds C` . ds C' 'br\} .\" .\" Escape single quotes in literal strings from groff's Unicode transform. .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" .\" If the F register is turned on, we'll generate index entries on stderr for .\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index .\" entries marked with X<> in POD. Of course, you'll have to process the .\" output yourself in some meaningful fashion. .\" .\" Avoid warning from groff about undefined register 'F'. .de IX .. .nr rF 0 .if \n(.g .if rF .nr rF 1 .if (\n(rF:(\n(.g==0)) \{ . if \nF \{ . de IX . tm Index:\\$1\t\\n%\t"\\$2" .. . if !\nF==2 \{ . nr % 0 . nr F 2 . \} . \} .\} .rr rF .\" .\" Accent mark definitions (@(#)ms.acc 1.5 88/02/08 SMI; from UCB 4.2). .\" Fear. Run. Save yourself. No user-serviceable parts. . \" fudge factors for nroff and troff .if n \{\ . ds #H 0 . ds #V .8m . ds #F .3m . ds #[ \f1 . ds #] \fP .\} .if t \{\ . ds #H ((1u-(\\\\n(.fu%2u))*.13m) . ds #V .6m . ds #F 0 . ds #[ \& . ds #] \& .\} . \" simple accents for nroff and troff .if n \{\ . ds ' \& . ds ` \& . ds ^ \& . ds , \& . ds ~ ~ . ds / .\} .if t \{\ . ds ' \\k:\h'-(\\n(.wu*8/10-\*(#H)'\'\h"|\\n:u" . ds ` \\k:\h'-(\\n(.wu*8/10-\*(#H)'\`\h'|\\n:u' . ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'^\h'|\\n:u' . ds , \\k:\h'-(\\n(.wu*8/10)',\h'|\\n:u' . ds ~ \\k:\h'-(\\n(.wu-\*(#H-.1m)'~\h'|\\n:u' . ds / \\k:\h'-(\\n(.wu*8/10-\*(#H)'\z\(sl\h'|\\n:u' .\} . \" troff and (daisy-wheel) nroff accents .ds : \\k:\h'-(\\n(.wu*8/10-\*(#H+.1m+\*(#F)'\v'-\*(#V'\z.\h'.2m+\*(#F'.\h'|\\n:u'\v'\*(#V' .ds 8 \h'\*(#H'\(*b\h'-\*(#H' .ds o \\k:\h'-(\\n(.wu+\w'\(de'u-\*(#H)/2u'\v'-.3n'\*(#[\z\(de\v'.3n'\h'|\\n:u'\*(#] .ds d- \h'\*(#H'\(pd\h'-\w'~'u'\v'-.25m'\f2\(hy\fP\v'.25m'\h'-\*(#H' .ds D- D\\k:\h'-\w'D'u'\v'-.11m'\z\(hy\v'.11m'\h'|\\n:u' .ds th \*(#[\v'.3m'\s+1I\s-1\v'-.3m'\h'-(\w'I'u*2/3)'\s-1o\s+1\*(#] .ds Th \*(#[\s+2I\s-2\h'-\w'I'u*3/5'\v'-.3m'o\v'.3m'\*(#] .ds ae a\h'-(\w'a'u*4/10)'e .ds Ae A\h'-(\w'A'u*4/10)'E . \" corrections for vroff .if v .ds ~ \\k:\h'-(\\n(.wu*9/10-\*(#H)'\s-2\u~\d\s+2\h'|\\n:u' .if v .ds ^ \\k:\h'-(\\n(.wu*10/11-\*(#H)'\v'-.4m'^\v'.4m'\h'|\\n:u' . \" for low resolution devices (crt and lpr) .if \n(.H>23 .if \n(.V>19 \ \{\ . ds : e . ds 8 ss . ds o a . ds d- d\h'-1'\(ga . ds D- D\h'-1'\(hy . ds th \o'bp' . ds Th \o'LP' . ds ae ae . ds Ae AE .\} .rm #[ #] #H #V #F C .\" ======================================================================== .\" .IX Title "Net::Duo::Object 3pm" .TH Net::Duo::Object 3pm "2015-08-16" "perl v5.20.2" "User Contributed Perl Documentation" .\" For nroff, turn off justification. Always turn off hyphenation; it makes .\" way too many mistakes in technical documents. .if n .ad l .nh .SH "NAME" Net::Duo::Object \- Helper base class for Duo objects .SH "SYNOPSIS" .IX Header "SYNOPSIS" .Vb 1 \& package Net::Duo::Admin::Token 1.00; \& \& use parent qw(Net::Duo::Object); \& \& sub fields { \& return { \& token_id => \*(Aqsimple\*(Aq, \& type => \*(Aqsimple\*(Aq, \& serial => \*(Aqsimple\*(Aq, \& users => \*(AqNet::Duo::Admin::User\*(Aq, \& }; \& } \& \& Net::Duo::Admin::Token\->install_accessors; .Ve .SH "REQUIREMENTS" .IX Header "REQUIREMENTS" Perl 5.14 or later and the modules HTTP::Request and HTTP::Response (part of HTTP::Message), \s-1JSON, LWP \s0(also known as libwww-perl), Perl6::Slurp, Sub::Install, and URI::Escape (part of \s-1URI\s0), all of which are available from \s-1CPAN.\s0 .SH "DESCRIPTION" .IX Header "DESCRIPTION" The Duo \s-1API\s0 contains a variety of objects, represented as \s-1JSON\s0 objects with multiple fields. This objects often embed other objects inside them. To provide a nice Perl \s-1API\s0 with getters, setters, and commit and delete methods on individual objects, we want to wrap these Duo \s-1REST API\s0 objects in Perl classes. .PP This module serves as a base class for such objects and does the dirty work of constructing an object from decoded \s-1JSON\s0 data and building the accessors automatically from a field specification. .PP This class should normally be considered an internal implementation detail of the Net::Duo \s-1API. \s0 Only developers of the Net::Duo modules should need to worry about it. Callers can use other Net::Duo \s-1API\s0 objects without knowing anything about how this class works. .SH "FIELD SPECIFICATION" .IX Header "FIELD SPECIFICATION" Any class that wants to use Net::Duo::Object to construct itself must provide a field specification. This is a data structure that describes all the data fields in that object. It is used by the generic Net::Duo::Object constructor to build the Perl data structure for an object, and by the \fIinstall_accessors()\fR class method to create the accessors for the class. .PP The client class must provide a class method named \fI_fields()\fR that returns a reference to a hash. The keys of the hash are the field names of the data stored in an object of that class. The values specify the type of data stored in that field. Each value may be either a simple string or a reference to an array, in which case the first value is the type and the remaining values are flags. The types must be chosen from the following: .ie n .IP """array""" 4 .el .IP "\f(CWarray\fR" 4 .IX Item "array" An array of simple text, number, or boolean values. .ie n .IP """simple""" 4 .el .IP "\f(CWsimple\fR" 4 .IX Item "simple" A simple text, number, or boolean field, .IP "\fIclass\fR" 4 .IX Item "class" The name of a class. This field should then contain an array of zero or more instances of that class, and the constructor for that class will be called with the resulting structures. .PP The flags must be chosen from the following: .ie n .IP """boolean""" 4 .el .IP "\f(CWboolean\fR" 4 .IX Item "boolean" This is a boolean field. Convert all values to \f(CW\*(C`true\*(C'\fR or \f(CW\*(C`false\*(C'\fR before sending the data to Duo. Only makes sense with a field of type \f(CW\*(C`simple\*(C'\fR. .ie n .IP """set""" 4 .el .IP "\f(CWset\fR" 4 .IX Item "set" Generate a setter for this field. \fIinstall_accessors()\fR will, in addition to adding a method to retrieve the value, will add a method named after the field but prefixed with \f(CW\*(C`set_\*(C'\fR that will set the value of that field and remember that it's been changed locally. Changed fields will then be pushed back to Duo via the \fIcommit()\fR method. .ie n .IP """zero_or_one""" 4 .el .IP "\f(CWzero_or_one\fR" 4 .IX Item "zero_or_one" This is a boolean field that wants values of 0 or 1. Convert all values to \f(CW1\fR or \f(CW0\fR before sending the data to Duo. Only makes sense with a field of type \f(CW\*(C`simple\*(C'\fR. .SH "CLASS METHODS" .IX Header "CLASS METHODS" .IP "create(\s-1DUO, URI, DATA\s0)" 4 .IX Item "create(DUO, URI, DATA)" A general constructor for creating a new object in Duo. Takes a Net::Duo object, the \s-1URI\s0 of the \s-1REST\s0 endpoint for object creation, and a reference to a hash of object data. This method should be overridden by subclasses to provide the \s-1URI\s0 and only expose the \s-1DUO\s0 and \s-1DATA\s0 arguments to the caller. Returns the newly-blessed object containing the data returned by Duo. .IP "\fIinstall_accessors()\fR" 4 .IX Item "install_accessors()" Using the field specification, creates accessor functions for each data field that return copies of the data stored in that field, or undef if there is no data. .IP "new(\s-1DUO, DATA\s0)" 4 .IX Item "new(DUO, DATA)" A general constructor for Net::Duo objects. Takes a Net::Duo object and a reference to a hash, which contains the data for an object of the class being constructed. Using the field specification for that class, the data will be copied out of the object into a Perl data structure, converting nested objects to other Net::Duo objects as required. .SH "INSTANCE METHODS" .IX Header "INSTANCE METHODS" .IP "commit(\s-1URI\s0)" 4 .IX Item "commit(URI)" A general method for committing changes to an object to Duo. Takes the \s-1URI\s0 of the \s-1REST\s0 endpoint for object modification. This method should be overridden by subclasses to provide the \s-1URI\s0 and only expose an argument-less method. .Sp After \fIcommit()\fR, the internal representation of the object will be refreshed to match the new data returned by the Duo \s-1API\s0 for that object. Therefore, other fields of the object may change after \fIcommit()\fR if some other user has changed other, unrelated fields in the object. .Sp It's best to think of this method as a synchronize operation: changed data is written back, overwriting what's in Duo, and unchanged data may be overwritten by whatever is currently in Duo, if it is different. .IP "\fIjson()\fR" 4 .IX Item "json()" Convert the data stored in the object to \s-1JSON\s0 and return the results. The resulting \s-1JSON\s0 should match the \s-1JSON\s0 that one would get back from the Duo web service when retrieving the same object (plus any changes made locally to the object via set_*() methods). This is primarily intended for debugging dumps or for passing Duo objects to other systems via further \&\s-1JSON\s0 APIs. .SH "AUTHOR" .IX Header "AUTHOR" Russ Allbery .SH "COPYRIGHT AND LICENSE" .IX Header "COPYRIGHT AND LICENSE" Copyright 2015 Russ Allbery .PP Copyright 2014 The Board of Trustees of the Leland Stanford Junior University .PP Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \*(L"Software\*(R"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: .PP The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. .PP \&\s-1THE SOFTWARE IS PROVIDED \*(L"AS IS\*(R", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\s0 .SH "SEE ALSO" .IX Header "SEE ALSO" Net::Duo .PP This module is part of the Net::Duo distribution. The current version of Net::Duo is available from \s-1CPAN,\s0 or directly from its web site at .