|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openxri.resolve.ResolverFlags
public class ResolverFlags
This class encapsulates the various flags used as input to the Resolver methods.
| Constructor Summary | |
|---|---|
ResolverFlags()
Constructor |
|
ResolverFlags(ResolverFlags other)
Copy Constructor |
|
ResolverFlags(TrustType trustType,
boolean followRefs)
Constructor that provides compatibility with old trustType and followRefs interface |
|
| Method Summary | |
|---|---|
java.lang.String |
getTrustParameters()
|
boolean |
isCid()
|
boolean |
isHttps()
|
boolean |
isNoDefaultM()
|
boolean |
isNoDefaultP()
|
boolean |
isNoDefaultT()
|
boolean |
isRefs()
|
boolean |
isSaml()
|
boolean |
isUric()
|
void |
setCid(boolean cid)
|
void |
setHttps(boolean https)
|
void |
setNoDefaultM(boolean noDefaultM)
|
void |
setNoDefaultP(boolean noDefaultP)
|
void |
setNoDefaultT(boolean noDefaultT)
|
void |
setRefs(boolean refs)
|
void |
setSaml(boolean saml)
|
void |
setUric(boolean uric)
|
java.lang.String |
toString()
|
java.lang.String |
toURIQuery()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ResolverFlags()
public ResolverFlags(ResolverFlags other)
public ResolverFlags(TrustType trustType,
boolean followRefs)
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toURIQuery()
public boolean isHttps()
public void setHttps(boolean https)
https - the https to setpublic boolean isSaml()
public void setSaml(boolean saml)
saml - the saml to setpublic boolean isRefs()
public void setRefs(boolean refs)
refs - the refs to setpublic boolean isNoDefaultT()
public void setNoDefaultT(boolean noDefaultT)
noDefaultT - the noDefaultT to setpublic boolean isNoDefaultP()
public void setNoDefaultP(boolean noDefaultP)
noDefaultP - the noDefaultP to setpublic boolean isNoDefaultM()
public void setNoDefaultM(boolean noDefaultM)
noDefaultM - the noDefaultM to setpublic boolean isUric()
public void setUric(boolean uric)
uric - the uric to setpublic boolean isCid()
public void setCid(boolean cid)
cid - the cid to setpublic java.lang.String getTrustParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||