Clean comments (#595)

This commit is contained in:
Xavier Guimard 2017-01-23 22:15:26 +00:00
parent 42c42562a6
commit 0191ec5873
3 changed files with 2 additions and 8 deletions

View File

@ -7,7 +7,7 @@
# * GET /sessions/<type>/<session-id>/[k1,k2] : get some session key value
# * POST /sessions/<type> : create a session
# * PUT /sessions/<type>/<session-id> : update some keys
# * DELETE /sessions/<type>/<session-id> : delete a session
# * DELETE /sessions/<type>/<session-id> : delete a session
#
# - Sessions for connected users (if restSessionServer is on):
# * GET /mysession/<type> : get session datas

View File

@ -3,7 +3,7 @@
# This plugin adds the following entry points:
# * POST /sessions , methods: getCookies getAttributes isAuthorizedURI
# * POST /adminSessions, methods: getAttributes setAttributes isAuthorizedURI
# newSession deleteSession
# newSession deleteSession getCipheredToken
# get_key_from_all_sessions
# * POST /config , methods: getConfig lastCfg
#

View File

@ -68,12 +68,6 @@ SKIP: {
ok( defined $res->{$spId}, ' Found session' );
count(3);
#my $soap = SOAP::Lite->new->proxy('http://auth.idp.com/adminSessions')->ns('urn:Lemonldap/NG/Common/PSGI/SOAPService');
#my $token = $issuer->p->conf->{cipher}->decrypt($soap->getCipheredToken->result());
#print STDERR Dumper($token);
#print STDERR Dumper(
# $soap->get_key_from_all_sessions( $token, ['uid'] )->result());
# Logout
ok(
$res = $sp->_get(