|
Oak::AAS::Service - Abstract class that defines the interface for AAS services |
Oak::AAS::Service - Abstract class that defines the interface for AAS services
This is the base class for all the AAS services. This class describes the functionality of any service.
constructor($params)start_session(user,password)validate_session(user,sessionid)end_session(user,sessionid)is_allowed(user,uri)grant(user,uri)deny(user,uri)
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::Service - Abstract class that defines the interface for AAS services |