Uses of Class
org.wso2.am.integration.clients.internal.api.dto.RevokedEventsDTO
Packages that use RevokedEventsDTO
Package
Description
-
Uses of RevokedEventsDTO in org.wso2.am.integration.clients.internal.api
Methods in org.wso2.am.integration.clients.internal.api that return RevokedEventsDTOModifier and TypeMethodDescriptionRevokeJwt_Api.revokedjwtGet()JTIs of revoked jwt tokens This will provide access to JTIs of revoked JWT tokens in database.Methods in org.wso2.am.integration.clients.internal.api that return types with arguments of type RevokedEventsDTOModifier and TypeMethodDescriptionRevokeJwt_Api.revokedjwtGetWithHttpInfo()JTIs of revoked jwt tokens This will provide access to JTIs of revoked JWT tokens in database.Method parameters in org.wso2.am.integration.clients.internal.api with type arguments of type RevokedEventsDTOModifier and TypeMethodDescriptioncom.squareup.okhttp.CallRevokeJwt_Api.revokedjwtGetAsync(ApiCallback<RevokedEventsDTO> callback) JTIs of revoked jwt tokens (asynchronously) This will provide access to JTIs of revoked JWT tokens in database. -
Uses of RevokedEventsDTO in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return RevokedEventsDTOModifier and TypeMethodDescriptionRevokedEventsDTO.addRevokedJWTConsumerKeyListItem(RevokedJWTConsumerKeyDTO revokedJWTConsumerKeyListItem) RevokedEventsDTO.addRevokedJWTListItem(RevokedJWTDTO revokedJWTListItem) RevokedEventsDTO.addRevokedJWTSubjectEntityListItem(RevokedJWTSubjectEntityDTO revokedJWTSubjectEntityListItem) RevokedEventsDTO.revokedJWTConsumerKeyList(List<RevokedJWTConsumerKeyDTO> revokedJWTConsumerKeyList) RevokedEventsDTO.revokedJWTList(List<RevokedJWTDTO> revokedJWTList) RevokedEventsDTO.revokedJWTSubjectEntityList(List<RevokedJWTSubjectEntityDTO> revokedJWTSubjectEntityList)