jar

org.wso2.carbon.identity.governance : org.wso2.carbon.identity.api.user.governance

Maven & Gradle

Apr 24, 2023
4 usages
11 stars

WSO2 Carbon - User Rest Governance API · WSO2 Carbon - User Rest Governance API

Table Of Contents

Latest Version

Download org.wso2.carbon.identity.governance : org.wso2.carbon.identity.api.user.governance JAR file - Latest Versions:

All Versions

Download org.wso2.carbon.identity.governance : org.wso2.carbon.identity.api.user.governance JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x
1.8.x
1.7.x
1.6.x
1.5.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window org.wso2.carbon.identity.api.user.governance-2.0.4.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.wso2.carbon.identity.user.endpoint.util

├─ org.wso2.carbon.identity.user.endpoint.util.Utils.class - [JAR]

org.wso2.carbon.identity.user.endpoint.factories

├─ org.wso2.carbon.identity.user.endpoint.factories.IntrospectCodeApiServiceFactory.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.factories.LiteApiServiceFactory.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.factories.MeApiServiceFactory.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.factories.PiInfoApiServiceFactory.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.factories.ResendCodeApiServiceFactory.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.factories.UpdateUsernameApiServiceFactory.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.factories.ValidateCodeApiServiceFactory.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.factories.ValidateUsernameApiServiceFactory.class - [JAR]

org.wso2.carbon.identity.user.endpoint.dto

├─ org.wso2.carbon.identity.user.endpoint.dto.AddressDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.BasicInfoEntryDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.BasicProfileDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.ChallengeQuestionsDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.ClaimDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.CodeValidateInfoResponseDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.CodeValidationRequestDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.ConsentReceiptDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.ConsentsDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.ErrorDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.ExportedUserDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.LiteUserRegistrationRequestDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.MeCodeValidationRequestDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.MeResendCodeRequestDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.PiiCategoryNameListDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.PiiControllerDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.PropertyDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.PurposeResponseDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.ReceiptsDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.ResendCodeRequestDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.SecurityDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.SelfLiteUserRegistrationRequestDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.SelfRegistrationUserDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.SelfUserRegistrationRequestDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.ServiceResponseDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.SuccessfulUserCreationDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.SuccessfulUserCreationExternalResponseDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.UserDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.UserSearchEntryDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.UserSearchResponseDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.UsernameUpdateRequestDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.UsernameValidateInfoResponseDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.UsernameValidationRequestDTO.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.dto.VerifiedChannelDTO.class - [JAR]

org.wso2.carbon.identity.user.endpoint.exceptions

├─ org.wso2.carbon.identity.user.endpoint.exceptions.BadRequestException.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.exceptions.ConflictException.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.exceptions.InternalServerErrorException.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.exceptions.NotAcceptableException.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.exceptions.NotFoundException.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.exceptions.UserEndpointExceptionMapper.class - [JAR]

org.wso2.carbon.identity.user.endpoint.impl

├─ org.wso2.carbon.identity.user.endpoint.impl.IntrospectCodeApiServiceImpl.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.impl.LiteApiServiceImpl.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.impl.MeApiServiceImpl.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.impl.PiInfoApiServiceImpl.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.impl.ResendCodeApiServiceImpl.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.impl.UpdateUsernameApiServiceImpl.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.impl.ValidateCodeApiServiceImpl.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.impl.ValidateUsernameApiServiceImpl.class - [JAR]

org.wso2.carbon.identity.user.endpoint

├─ org.wso2.carbon.identity.user.endpoint.ApiException.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.ApiResponseMessage.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.Constants.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.IntrospectCodeApi.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.IntrospectCodeApiService.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.LiteApi.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.LiteApiService.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.MeApi.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.MeApiService.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.PiInfoApi.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.PiInfoApiService.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.ResendCodeApi.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.ResendCodeApiService.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.UpdateUsernameApi.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.UpdateUsernameApiService.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.ValidateCodeApi.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.ValidateCodeApiService.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.ValidateUsernameApi.class - [JAR]

├─ org.wso2.carbon.identity.user.endpoint.ValidateUsernameApiService.class - [JAR]

Advertisement