static AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.builder() |
Create a new builder.
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.Builder.captureClientIp(Boolean captureClientIp) |
If true, capture the client IP address from the RADIUS request packet.
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.Builder.clientIP(String clientIP) |
This is the IP address of the RADIUS Client like Oracle Database server.
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.Builder.copy(AppExtensionRadiusAppApp model) |
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.Builder.countryCodeResponseAttributeId(String countryCodeResponseAttributeId) |
Vendor-specific identifier of the attribute in the RADIUS response that will contain the
end-user’s country code.
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.Builder.endUserIPAttribute(String endUserIPAttribute) |
The name of the attribute that contains the Internet Protocol address of the end-user.
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.Builder.groupMembershipRadiusAttribute(String groupMembershipRadiusAttribute) |
RADIUS attribute that RADIUS-enabled system uses to pass the group membership
|
AppExtensionRadiusAppApp.Builder |
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.
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.Builder.groupNameFormat(String groupNameFormat) |
Configure the groupNameFormat based on vendor in order to pass it to RADIUS infra
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.Builder.includeGroupInResponse(Boolean includeGroupInResponse) |
Indicates to include groups in RADIUS response
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.Builder.passwordAndOtpTogether(Boolean passwordAndOtpTogether) |
Indicates if password and OTP are passed in the same sign-in request or not.
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.Builder.port(String port) |
This is the port of RADIUS Proxy which RADIUS client will connect to.
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.Builder.radiusVendorSpecificId(String radiusVendorSpecificId) |
ID used to identify a particular vendor.
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.Builder.responseFormat(String responseFormat) |
Configure the responseFormat based on vendor in order to pass it to RADIUS infra
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.Builder.responseFormatDelimiter(String responseFormatDelimiter) |
The delimiter used if group membership responseFormat is a delimited list instead of
repeating attributes
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.Builder.secretKey(String secretKey) |
Secret key used to secure communication between RADIUS Proxy and RADIUS client
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.Builder.secretKeyTemporary(String secretKeyTemporary) |
Secret key used to secure communication between RADIUS Proxy and RADIUS client.
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.toBuilder() |
|
AppExtensionRadiusAppApp.Builder |
AppExtensionRadiusAppApp.Builder.typeOfRadiusApp(String typeOfRadiusApp) |
Value consists of type of RADIUS App.
|