token: add authorization token
authorWim Taymans <wim.taymans@collabora.co.uk>
Fri, 5 Jul 2013 18:34:40 +0000 (20:34 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Fri, 5 Jul 2013 18:53:19 +0000 (20:53 +0200)
commit48ff096a2574b579fa9a70f3b080cb85bb4108fe
tree1b8125baa7460622f56afe4abdc77dfe1a90894c
parent19cffc79996fc3b73e597fa72949b9ed3559a313
token: add authorization token

Add a simply miniobject that contains the authorizations. The object contains a
GstStructure that hold all authorization fields. When a user is authenticated,
the auth module will create a Token for the user. The token is then used to
check what operations the user is allowed to do and various other configuration
values.
gst/rtsp-server/Makefile.am
gst/rtsp-server/rtsp-token.c [new file with mode: 0644]
gst/rtsp-server/rtsp-token.h [new file with mode: 0644]