|
Oak::AAS::Session - Authentication and Authorization Service Session |
Oak::AAS::Session - Authentication and Authorization Service Session
This class implements the Client side for the Oak Authentication and Authorization Service.
"aas_service;params"
Where:
aas_service => One of the AAS services See L<Oak::AAS::Service|Oak::AAS::Service> for
information about services.
params => Parameters to the aas service
The AAS Service is instanciated only once, after that a cache copy will be used.
end()The syntax is:
restricted $session "/service", sub {
# do something;
print "Hello World!";
}; # DO NOT FORGET THE ;
Copyright (c) 2003 Oktiva <http://www.oktiva.com.br> All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|
Oak::AAS::Session - Authentication and Authorization Service Session |