@PublicAPI(stability=UNCOMMITTED, mayInstantiate=false, mayExtend=false, mayInvoke=true) public final class SearchResultReference extends Object
Constructor and Description |
---|
SearchResultReference(List<String> referralURLs)
Creates a new search result reference with the provided set of referral URLs and no controls.
|
SearchResultReference(List<String> referralURLs,
List<Control> controls)
Creates a new search result reference with the provided set of referral URLs and no controls.
|
SearchResultReference(String referralURL)
Creates a new search result reference with the provided referral URL.
|
Modifier and Type | Method and Description |
---|---|
List<Control> |
getControls()
Retrieves the set of controls to include with this search result reference when it is sent to the client.
|
List<String> |
getReferralURLs()
Retrieves the set of referral URLs for this search result reference.
|
String |
getReferralURLString()
Retrieves a string representation of the referral URL(s) for this search result reference.
|
public SearchResultReference(String referralURL)
referralURL
- The referral URL for this search result reference.public SearchResultReference(List<String> referralURLs)
referralURLs
- The referral URLs for this search result reference.public SearchResultReference(List<String> referralURLs, List<Control> controls)
referralURLs
- The referral URLs for this search result reference.controls
- The set of controls for this search result reference.public List<String> getReferralURLs()
public String getReferralURLString()
Copyright 2010-2020 ForgeRock AS.