Uses of Class
com.oracle.bmc.identitydomains.model.AppGroupMembershipToReturn
-
Packages that use AppGroupMembershipToReturn Package Description com.oracle.bmc.identitydomains.model -
-
Uses of AppGroupMembershipToReturn in com.oracle.bmc.identitydomains.model
Methods in com.oracle.bmc.identitydomains.model that return AppGroupMembershipToReturn Modifier and Type Method Description AppGroupMembershipToReturnAppGroupMembershipToReturn.Builder. build()Methods in com.oracle.bmc.identitydomains.model that return types with arguments of type AppGroupMembershipToReturn Modifier and Type Method Description List<AppGroupMembershipToReturn>AppExtensionRadiusAppApp. getGroupMembershipToReturn()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.Methods in com.oracle.bmc.identitydomains.model with parameters of type AppGroupMembershipToReturn Modifier and Type Method Description AppGroupMembershipToReturn.BuilderAppGroupMembershipToReturn.Builder. copy(AppGroupMembershipToReturn model)Method parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppGroupMembershipToReturn Modifier and Type Method Description AppExtensionRadiusAppApp.BuilderAppExtensionRadiusAppApp.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.Constructor parameters in com.oracle.bmc.identitydomains.model with type arguments of type AppGroupMembershipToReturn Constructor Description AppExtensionRadiusAppApp(String clientIP, String port, String secretKey, String secretKeyTemporary, Boolean includeGroupInResponse, Boolean captureClientIp, String typeOfRadiusApp, String endUserIPAttribute, String radiusVendorSpecificId, String countryCodeResponseAttributeId, String groupMembershipRadiusAttribute, String responseFormat, String responseFormatDelimiter, String groupNameFormat, Boolean passwordAndOtpTogether, List<AppGroupMembershipToReturn> groupMembershipToReturn)Deprecated.
-