public class PeerOrgReferral extends OrgReferral
_configurationMap, _orgName, cachedPolicyEvaluators, CAN_NOT_GET_VALUES_FOR_REFERRAL, DEBUG
Constructor and Description |
---|
PeerOrgReferral()
No argument constructor
|
Modifier and Type | Method and Description |
---|---|
String |
getReferralTypeName()
Gets the name of the ReferralType
|
ValidValues |
getValidValues(SSOToken token)
Gets the valid values for this referral
|
ValidValues |
getValidValues(SSOToken token,
String pattern)
Gets the valid values for this referral
matching a pattern
|
getDisplayNameForValue, getPolicyDecision, getResourceNames, getValues, getValueSyntax, initialize, setValues
public String getReferralTypeName()
getReferralTypeName
in interface Referral
getReferralTypeName
in class OrgReferral
public ValidValues getValidValues(SSOToken token) throws SSOException, PolicyException
getValidValues
in interface Referral
getValidValues
in class OrgReferral
token
- SSOTokenValidValues
objectSSOException
- if SSOToken>
is not validPolicyException
- if unable to get the list of valid
names.public ValidValues getValidValues(SSOToken token, String pattern) throws SSOException, PolicyException
getValidValues
in interface Referral
getValidValues
in class OrgReferral
token
- SSOTokenpattern
- a pattern to match against the valueValidValues
objectSSOException
- if SSOToken>
is not validPolicyException
- if unable to get the list of valid
names.Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.