Class AppExtensionRadiusAppApp.Builder
- java.lang.Object
- 
- com.oracle.bmc.identitydomains.model.AppExtensionRadiusAppApp.Builder
 
- 
- Enclosing class:
- AppExtensionRadiusAppApp
 
 public static class AppExtensionRadiusAppApp.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AppExtensionRadiusAppAppbuild()AppExtensionRadiusAppApp.BuildercaptureClientIp(Boolean captureClientIp)If true, capture the client IP address from the RADIUS request packet.AppExtensionRadiusAppApp.BuilderclientIP(String clientIP)This is the IP address of the RADIUS Client like Oracle Database server.AppExtensionRadiusAppApp.Buildercopy(AppExtensionRadiusAppApp model)AppExtensionRadiusAppApp.BuildercountryCodeResponseAttributeId(String countryCodeResponseAttributeId)Vendor-specific identifier of the attribute in the RADIUS response that will contain the end-user’s country code.AppExtensionRadiusAppApp.BuilderendUserIPAttribute(String endUserIPAttribute)The name of the attribute that contains the Internet Protocol address of the end-user.AppExtensionRadiusAppApp.BuildergroupMembershipRadiusAttribute(String groupMembershipRadiusAttribute)RADIUS attribute that RADIUS-enabled system uses to pass the group membershipAppExtensionRadiusAppApp.BuildergroupMembershipToReturn(List<AppGroupMembershipToReturn> groupMembershipToReturn)In a successful authentication response, Oracle Identity Cloud Service will pass user’s group information restricted to groups persisted in this attribute, in the specified RADIUS attribute.AppExtensionRadiusAppApp.BuildergroupNameFormat(String groupNameFormat)Configure the groupNameFormat based on vendor in order to pass it to RADIUS infraAppExtensionRadiusAppApp.BuilderincludeGroupInResponse(Boolean includeGroupInResponse)Indicates to include groups in RADIUS responseAppExtensionRadiusAppApp.BuilderpasswordAndOtpTogether(Boolean passwordAndOtpTogether)Indicates if password and OTP are passed in the same sign-in request or not.AppExtensionRadiusAppApp.Builderport(String port)This is the port of RADIUS Proxy which RADIUS client will connect to.AppExtensionRadiusAppApp.BuilderradiusVendorSpecificId(String radiusVendorSpecificId)ID used to identify a particular vendor.AppExtensionRadiusAppApp.BuilderresponseFormat(String responseFormat)Configure the responseFormat based on vendor in order to pass it to RADIUS infraAppExtensionRadiusAppApp.BuilderresponseFormatDelimiter(String responseFormatDelimiter)The delimiter used if group membership responseFormat is a delimited list instead of repeating attributesAppExtensionRadiusAppApp.BuildersecretKey(String secretKey)Secret key used to secure communication between RADIUS Proxy and RADIUS clientAppExtensionRadiusAppApp.BuildersecretKeyTemporary(String secretKeyTemporary)Secret key used to secure communication between RADIUS Proxy and RADIUS client.AppExtensionRadiusAppApp.BuildertypeOfRadiusApp(String typeOfRadiusApp)Value consists of type of RADIUS App.
 
- 
- 
- 
Method Detail- 
clientIPpublic AppExtensionRadiusAppApp.Builder clientIP(String clientIP) This is the IP address of the RADIUS Client like Oracle Database server.It can be only IP address and not hostname. *Added In:** 20.1.3 *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - Parameters:
- clientIP- the value to set
- Returns:
- this builder
 
 - 
portpublic AppExtensionRadiusAppApp.Builder port(String port) This is the port of RADIUS Proxy which RADIUS client will connect to.*Added In:** 20.1.3 *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - Parameters:
- port- the value to set
- Returns:
- this builder
 
 - 
secretKeypublic AppExtensionRadiusAppApp.Builder secretKey(String secretKey) Secret key used to secure communication between RADIUS Proxy and RADIUS client*Added In:** 20.1.3 *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: string - Parameters:
- secretKey- the value to set
- Returns:
- this builder
 
 - 
secretKeyTemporarypublic AppExtensionRadiusAppApp.Builder secretKeyTemporary(String secretKeyTemporary) Secret key used to secure communication between RADIUS Proxy and RADIUS client.This will be available only for few releases for an internal migration requirement. Use secretKey attribute instead of this attribute for all other requirements. *Added In:** 2306131901 *SCIM++ Properties:** - caseExact: true - idcsSearchable: false - idcsSensitive: encrypt - multiValued: false - mutability: readWrite - required: false - returned: never - type: string - Parameters:
- secretKeyTemporary- the value to set
- Returns:
- this builder
 
 - 
includeGroupInResponsepublic AppExtensionRadiusAppApp.Builder includeGroupInResponse(Boolean includeGroupInResponse) Indicates to include groups in RADIUS response*Added In:** 20.1.3 *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: true - returned: default - type: boolean - Parameters:
- includeGroupInResponse- the value to set
- Returns:
- this builder
 
 - 
captureClientIppublic AppExtensionRadiusAppApp.Builder captureClientIp(Boolean captureClientIp) If true, capture the client IP address from the RADIUS request packet.IP Address is used for auditing, policy-evaluation and country-code calculation. *Added In:** 2205120021 *SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - Parameters:
- captureClientIp- the value to set
- Returns:
- this builder
 
 - 
typeOfRadiusApppublic AppExtensionRadiusAppApp.Builder typeOfRadiusApp(String typeOfRadiusApp) Value consists of type of RADIUS App.Type can be Oracle Database, VPN etc *Added In:** 2205120021 *SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - Parameters:
- typeOfRadiusApp- the value to set
- Returns:
- this builder
 
 - 
endUserIPAttributepublic AppExtensionRadiusAppApp.Builder endUserIPAttribute(String endUserIPAttribute) The name of the attribute that contains the Internet Protocol address of the end-user.*Added In:** 2205120021 *SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - Parameters:
- endUserIPAttribute- the value to set
- Returns:
- this builder
 
 - 
radiusVendorSpecificIdpublic AppExtensionRadiusAppApp.Builder radiusVendorSpecificId(String radiusVendorSpecificId) ID used to identify a particular vendor.*Added In:** 2205120021 *SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - Parameters:
- radiusVendorSpecificId- the value to set
- Returns:
- this builder
 
 - 
countryCodeResponseAttributeIdpublic AppExtensionRadiusAppApp.Builder countryCodeResponseAttributeId(String countryCodeResponseAttributeId) Vendor-specific identifier of the attribute in the RADIUS response that will contain the end-user’s country code.This is an integer-value in the range 1 to 255 *Added In:** 2205120021 *SCIM++ Properties:** - caseExact: true - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - Parameters:
- countryCodeResponseAttributeId- the value to set
- Returns:
- this builder
 
 - 
groupMembershipRadiusAttributepublic AppExtensionRadiusAppApp.Builder groupMembershipRadiusAttribute(String groupMembershipRadiusAttribute) RADIUS attribute that RADIUS-enabled system uses to pass the group membership*Added In:** 20.1.3 *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - Parameters:
- groupMembershipRadiusAttribute- the value to set
- Returns:
- this builder
 
 - 
responseFormatpublic AppExtensionRadiusAppApp.Builder responseFormat(String responseFormat) Configure the responseFormat based on vendor in order to pass it to RADIUS infra*Added In:** 20.1.3 *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - Parameters:
- responseFormat- the value to set
- Returns:
- this builder
 
 - 
responseFormatDelimiterpublic AppExtensionRadiusAppApp.Builder responseFormatDelimiter(String responseFormatDelimiter) The delimiter used if group membership responseFormat is a delimited list instead of repeating attributes*Added In:** 20.1.3 *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - Parameters:
- responseFormatDelimiter- the value to set
- Returns:
- this builder
 
 - 
groupNameFormatpublic AppExtensionRadiusAppApp.Builder groupNameFormat(String groupNameFormat) Configure the groupNameFormat based on vendor in order to pass it to RADIUS infra*Added In:** 20.1.3 *SCIM++ Properties:** - caseExact: false - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: string - Parameters:
- groupNameFormat- the value to set
- Returns:
- this builder
 
 - 
passwordAndOtpTogetherpublic AppExtensionRadiusAppApp.Builder passwordAndOtpTogether(Boolean passwordAndOtpTogether) Indicates if password and OTP are passed in the same sign-in request or not.*Added In:** 2205120021 *SCIM++ Properties:** - idcsSearchable: false - multiValued: false - mutability: readWrite - required: false - returned: default - type: boolean - Parameters:
- passwordAndOtpTogether- the value to set
- Returns:
- this builder
 
 - 
groupMembershipToReturnpublic AppExtensionRadiusAppApp.Builder groupMembershipToReturn(List<AppGroupMembershipToReturn> groupMembershipToReturn) In a successful authentication response, Oracle Identity Cloud Service will pass user’s group information restricted to groups persisted in this attribute, in the specified RADIUS attribute.*Added In:** 20.1.3 *SCIM++ Properties:** - idcsCompositeKey: [value] - idcsSearchable: true - multiValued: true - mutability: readWrite - required: false - returned: request - type: complex - uniqueness: none - Parameters:
- groupMembershipToReturn- the value to set
- Returns:
- this builder
 
 - 
buildpublic AppExtensionRadiusAppApp build() 
 - 
copypublic AppExtensionRadiusAppApp.Builder copy(AppExtensionRadiusAppApp model) 
 
- 
 
-