com.atlassian.confluence.security.trust
Class TrustedApplicationRestriction

java.lang.Object
  extended by com.atlassian.confluence.security.trust.TrustedApplicationRestriction
Direct Known Subclasses:
TrustedApplicationIpRestriction, TrustedApplicationUrlRestriction

public abstract class TrustedApplicationRestriction
extends Object


Constructor Summary
TrustedApplicationRestriction()
           
TrustedApplicationRestriction(String restriction)
           
 
Method Summary
 boolean equals(Object o)
           
 long getId()
           
 String getRestriction()
           
 int hashCode()
           
 void setId(long id)
           
 void setRestriction(String restriction)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrustedApplicationRestriction

public TrustedApplicationRestriction()

TrustedApplicationRestriction

public TrustedApplicationRestriction(String restriction)
Method Detail

getId

public long getId()

setId

public void setId(long id)

getRestriction

public String getRestriction()

setRestriction

public void setRestriction(String restriction)

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2013 Atlassian. All Rights Reserved.