GstRtspServer.RTSPAuthClass¶
Fields¶
Name |
Type |
Access |
Description |
---|---|---|---|
accept_certificate |
r |
||
authenticate |
r |
check the authentication of a client. The default implementation checks if the authentication in the header matches one of the basic authentication tokens. This function should set the authgroup field in the context. |
|
check |
r |
check if a resource can be accessed. this function should call authenticate to authenticate the client when needed. The method should also construct and send an appropriate |
|
generate_authenticate_header |
r |
||
parent_class |
r |
Methods¶
None
Details¶
- class GstRtspServer.RTSPAuthClass¶
The authentication class.