com.atlassian.confluence.ondemand
Class OnDemandUserAccessCheckerNoOpImpl

java.lang.Object
  extended by com.atlassian.confluence.ondemand.OnDemandUserAccessCheckerNoOpImpl
All Implemented Interfaces:
OnDemandUserAccessChecker

public class OnDemandUserAccessCheckerNoOpImpl
extends Object
implements OnDemandUserAccessChecker

No Op implementation of the OnDemandLicenseManager; this implementation is overridden by the hosted component overrides in OnDemand.


Constructor Summary
OnDemandUserAccessCheckerNoOpImpl()
           
 
Method Summary
 boolean hasLicensedAccess(String username)
          Always return true when not running in OnDemand
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OnDemandUserAccessCheckerNoOpImpl

public OnDemandUserAccessCheckerNoOpImpl()
Method Detail

hasLicensedAccess

public boolean hasLicensedAccess(String username)
Always return true when not running in OnDemand

Specified by:
hasLicensedAccess in interface OnDemandUserAccessChecker
Returns:
true if the user is licensed to access confluence.


Copyright © 2003–2015 Atlassian. All rights reserved.