brooklyn.management
Class AccessController.Response

java.lang.Object
  extended by brooklyn.management.AccessController.Response
Enclosing interface:
AccessController

public static class AccessController.Response
extends Object


Method Summary
static AccessController.Response allowed()
           
static AccessController.Response disallowed(String msg)
           
 String getMsg()
           
 boolean isAllowed()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

allowed

public static AccessController.Response allowed()

disallowed

public static AccessController.Response disallowed(String msg)

isAllowed

public boolean isAllowed()

getMsg

public String getMsg()


Copyright © 2013. All Rights Reserved.