com.atlassian.confluence.security.trust
Class TrustedApplicationRestriction
java.lang.Object
com.atlassian.confluence.security.trust.TrustedApplicationRestriction
- Direct Known Subclasses:
- TrustedApplicationIpRestriction, TrustedApplicationUrlRestriction
public abstract class TrustedApplicationRestriction
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TrustedApplicationRestriction
public TrustedApplicationRestriction()
TrustedApplicationRestriction
public TrustedApplicationRestriction(java.lang.String restriction)
getId
public long getId()
setId
public void setId(long id)
getRestriction
public java.lang.String getRestriction()
setRestriction
public void setRestriction(java.lang.String restriction)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright © 2003-2014 Atlassian. All Rights Reserved.