function access_shib_login in Shibboleth Authentication 6.4
Same name and namespace in other branches
- 6.3 shib_auth.module \access_shib_login()
 - 7.4 shib_auth.module \access_shib_login()
 
Dummy access argument function
1 string reference to 'access_shib_login'
- shib_auth_menu in ./
shib_auth.module  - Generate the menu element to access the Shibboleth authentication module's administration page @returns HTML text of the administer menu element
 
File
- ./
shib_auth.module, line 1026  - Drupal Shibboleth authentication module.
 
Code
function access_shib_login() {
  return shib_auth_session_valid();
}