Uses of Class
com.authlete.common.dto.StringArray
-
Packages that use StringArray Package Description com.authlete.common.dto Requests to and responses from Authlete APIs and some data structures. -
-
Uses of StringArray in com.authlete.common.dto
Methods in com.authlete.common.dto that return StringArray Modifier and Type Method Description StringArray[]AuthorizationResponse. getRequestedVerifiedClaimsForTx()Get names of verified claims that are requested indirectly by "transformed claims".StringArray[]UserInfoResponse. getRequestedVerifiedClaimsForTx()Get names of verified claims that are requested indirectly by "transformed claims".StringArrayStringArray. setArray(String[] array)Set a string array to let this instance hold.Methods in com.authlete.common.dto with parameters of type StringArray Modifier and Type Method Description voidAuthorizationResponse. setRequestedVerifiedClaimsForTx(StringArray[] claimsArray)Set names of verified claims that are requested indirectly by "transformed claims".voidUserInfoResponse. setRequestedVerifiedClaimsForTx(StringArray[] claimsArray)Set names of verified claims that are requested indirectly by "transformed claims".
-