![]() |
![]()
| ![]() |
![]()
NAMEUbic::Credentials - base class for OS-specific credential methods VERSIONversion 1.60 SYNOPSIS$creds = Ubic::Credentials->new(user => "mmcleric", group => ["ppb"]); $creds = Ubic::Credentials->new(); # current credentials $creds = Ubic::Credentials->new(service => $service); # credentials from the given service $creds->set_effective; # change effective credentials only, enables tainted mode $creds->reset_effective; # back to normality $creds->eq(Ubic::Credentials->new); # check if set() call is required to apply the credentials $creds->set; # apply all credentials; there is no way back METHODS
AUTHORVyacheslav Matyukhin <mmcleric@yandex-team.ru> COPYRIGHT AND LICENSEThis software is copyright (c) 2016 by Yandex LLC. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
|