Class StatusListResponse


  • public class StatusListResponse
    extends BaseResponseWithErrors<io.jans.as.model.session.EndSessionErrorResponseType>
    Author:
    Yuriy Z
    • Constructor Detail

      • StatusListResponse

        public StatusListResponse()
      • StatusListResponse

        public StatusListResponse​(jakarta.ws.rs.core.Response clientResponse)
    • Method Detail

      • getStatusList

        public io.jans.model.tokenstatus.StatusList getStatusList()
                                                           throws IOException
        Throws:
        IOException
      • fromString

        public io.jans.as.model.session.EndSessionErrorResponseType fromString​(String params)
        Specified by:
        fromString in class BaseResponseWithErrors<io.jans.as.model.session.EndSessionErrorResponseType>
      • injectData

        public void injectData​(jakarta.ws.rs.core.Response clientResponse)
      • getLst

        public String getLst()
      • setLst

        public void setLst​(String lst)
      • getBits

        public int getBits()
      • setBits

        public void setBits​(int bits)
      • getJwt

        public io.jans.as.model.jwt.Jwt getJwt()
      • setJwt

        public void setJwt​(io.jans.as.model.jwt.Jwt jwt)