AuthPublicShareController¶
- Base controller for interactive public sharesIt will verify if the user is properly authenticated to the share. If not theuser will be redirected to an authentication page.Use this for a controller that is to be called directly by a user. So thenormal public share page for files/calendars etc.
Source: lib/public/AppFramework/AuthPublicShareController.php#47 Parent: OCP\AppFramework\PublicShareController
Properties¶
Methods¶
Source: lib/public/AppFramework/AuthPublicShareController.php#55 Since: 14.0.0
Source: lib/public/AppFramework/AuthPublicShareController.php#73 Since: 14.0.0
- The template to show when authentication failed
Source: lib/public/AppFramework/AuthPublicShareController.php#82 Since: 14.0.0
- Verify the password
Source: lib/public/AppFramework/AuthPublicShareController.php#91 Since: 14.0.0
- Function called after failed authenticationYou can use this to do some logging for example
Source: lib/public/AppFramework/AuthPublicShareController.php#100 Since: 14.0.0
- Function called after successfull authenticationYou can use this to do some logging for example
Source: lib/public/AppFramework/AuthPublicShareController.php#110 Since: 14.0.0
Source: lib/public/AppFramework/AuthPublicShareController.php#122 Since: 14.0.0
- Default landing page
Source: lib/public/AppFramework/AuthPublicShareController.php#151 Since: 14.0.0
Source: lib/public/AppFramework/AuthPublicShareController.php#156 Since: 14.0.0