com.atlassian.bamboo.security
Class GlobalApplicationSecureObject

java.lang.Object
  extended by com.atlassian.bamboo.security.GlobalApplicationSecureObject
All Implemented Interfaces:
java.io.Serializable

public class GlobalApplicationSecureObject
extends java.lang.Object
implements java.io.Serializable

Basic Pojo representing the "Global" level permissions, so that we can leverage Acegi's ACL even on the Global Authorization level without a particular build plan

See Also:
Serialized Form

Field Summary
static GlobalApplicationSecureObject INSTANCE
           
 
Method Summary
 java.lang.Long getId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static GlobalApplicationSecureObject INSTANCE
Method Detail

getId

public java.lang.Long getId()


Copyright © 2008 Atlassian Pty Ltd. All Rights Reserved.