Skip to content
Snippets Groups Projects
Commit 5acc5809 authored by Eric Rasmussen's avatar Eric Rasmussen
Browse files

Add UNL_Auth and SimpleCAS packages to lib

parent 375a0b6d
No related branches found
No related tags found
No related merge requests found
Showing
with 1871 additions and 0 deletions
This diff is collapsed.
<?php
interface SimpleCAS_ProxyGranting_Storage
{
function saveIOU($iou);
function getProxyGrantingTicket($iou);
}
?>
\ No newline at end of file
<?php
class SimpleCAS_ProxyGranting_Storage_File implements SimpleCAS_ProxyGranting_Storage
{
function saveIOU($iou)
{
throw new Exception('not implemented');
}
function getProxyGrantingTicket($iou)
{
throw new Exception('not implemented');
}
}
?>
\ No newline at end of file
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment