Package io.jans.as.model.error
Class ErrorMessages
- java.lang.Object
-
- io.jans.as.model.error.ErrorMessages
-
public class ErrorMessages extends Object
- Version:
- August 20, 2019
- Author:
- Yuriy Zabrovarnyy, Javier Rojas Blum
-
-
Constructor Summary
Constructors Constructor Description ErrorMessages()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<io.jans.model.error.ErrorMessage>getAuthorize()List<io.jans.model.error.ErrorMessage>getBackchannelAuthentication()List<io.jans.model.error.ErrorMessage>getClientInfo()List<io.jans.model.error.ErrorMessage>getEndSession()List<io.jans.model.error.ErrorMessage>getFido()List<io.jans.model.error.ErrorMessage>getRegister()List<io.jans.model.error.ErrorMessage>getRevoke()List<io.jans.model.error.ErrorMessage>getSsa()List<io.jans.model.error.ErrorMessage>getToken()List<io.jans.model.error.ErrorMessage>getUma()List<io.jans.model.error.ErrorMessage>getUserInfo()voidsetAuthorize(List<io.jans.model.error.ErrorMessage> authorize)voidsetBackchannelAuthentication(List<io.jans.model.error.ErrorMessage> backchannelAuthentication)voidsetClientInfo(List<io.jans.model.error.ErrorMessage> clientInfo)voidsetEndSession(List<io.jans.model.error.ErrorMessage> endSession)voidsetFido(List<io.jans.model.error.ErrorMessage> fido)voidsetRegister(List<io.jans.model.error.ErrorMessage> register)voidsetRevoke(List<io.jans.model.error.ErrorMessage> revoke)voidsetSsa(List<io.jans.model.error.ErrorMessage> ssa)voidsetToken(List<io.jans.model.error.ErrorMessage> token)voidsetUma(List<io.jans.model.error.ErrorMessage> uma)voidsetUserInfo(List<io.jans.model.error.ErrorMessage> userInfo)
-
-
-
Method Detail
-
getAuthorize
public List<io.jans.model.error.ErrorMessage> getAuthorize()
-
setAuthorize
public void setAuthorize(List<io.jans.model.error.ErrorMessage> authorize)
-
getClientInfo
public List<io.jans.model.error.ErrorMessage> getClientInfo()
-
setClientInfo
public void setClientInfo(List<io.jans.model.error.ErrorMessage> clientInfo)
-
getEndSession
public List<io.jans.model.error.ErrorMessage> getEndSession()
-
setEndSession
public void setEndSession(List<io.jans.model.error.ErrorMessage> endSession)
-
getRegister
public List<io.jans.model.error.ErrorMessage> getRegister()
-
setRegister
public void setRegister(List<io.jans.model.error.ErrorMessage> register)
-
getToken
public List<io.jans.model.error.ErrorMessage> getToken()
-
setToken
public void setToken(List<io.jans.model.error.ErrorMessage> token)
-
getRevoke
public List<io.jans.model.error.ErrorMessage> getRevoke()
-
setRevoke
public void setRevoke(List<io.jans.model.error.ErrorMessage> revoke)
-
getUma
public List<io.jans.model.error.ErrorMessage> getUma()
-
setUma
public void setUma(List<io.jans.model.error.ErrorMessage> uma)
-
getUserInfo
public List<io.jans.model.error.ErrorMessage> getUserInfo()
-
setUserInfo
public void setUserInfo(List<io.jans.model.error.ErrorMessage> userInfo)
-
getFido
public List<io.jans.model.error.ErrorMessage> getFido()
-
setFido
public void setFido(List<io.jans.model.error.ErrorMessage> fido)
-
getBackchannelAuthentication
public List<io.jans.model.error.ErrorMessage> getBackchannelAuthentication()
-
setBackchannelAuthentication
public void setBackchannelAuthentication(List<io.jans.model.error.ErrorMessage> backchannelAuthentication)
-
getSsa
public List<io.jans.model.error.ErrorMessage> getSsa()
-
setSsa
public void setSsa(List<io.jans.model.error.ErrorMessage> ssa)
-
-