com.atlassian.confluence.ondemand
Interface OnDemandUserAccessChecker

All Known Implementing Classes:
OnDemandUserAccessCheckerImpl, OnDemandUserAccessCheckerNoOpImpl

public interface OnDemandUserAccessChecker

Allows confluence core to answer questions about whether a user has access to Confluence. The implementation of this component is overridden in OnDemand.


Method Summary
 boolean hasLicensedAccess(String username)
          Checks if the user has access to confluence, this does not imply that the user has permission to use confluence, but that they have been granted a license to access confluence.
 

Method Detail

hasLicensedAccess

boolean hasLicensedAccess(String username)
Checks if the user has access to confluence, this does not imply that the user has permission to use confluence, but that they have been granted a license to access confluence. When called from vanilla confluence this method will always return true.

Returns:
true if the user is licensed to access confluence.


Copyright © 2003–2015 Atlassian. All rights reserved.