Class UmaRPT
- java.lang.Object
-
- io.jans.as.server.model.common.AbstractToken
-
- io.jans.as.server.uma.authorization.UmaRPT
-
- All Implemented Interfaces:
io.jans.orm.model.base.Deletable,Serializable
public class UmaRPT extends AbstractToken
Requesting Party Token.- Author:
- Yuriy Movchan Date: 10/16/2012
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientId()StringgetDn()StringgetNotHashedCode()List<String>getPermissions()StringgetUserId()voidsetClientId(String clientId)voidsetDn(String dn)voidsetPermissions(List<String> permissions)voidsetUserId(String userId)StringtoString()-
Methods inherited from class io.jans.as.server.model.common.AbstractToken
checkExpired, checkExpired, getCode, getCreationDate, getDpop, getExpirationDate, getExpiresIn, getHash, getReferenceId, getSessionDn, getStatusListIndex, getTtl, getX5ts256, isDeletable, isExpired, isRevoked, isValid, resetTtlFromExpirationDate, setCode, setCreationDate, setDeletable, setDpop, setExpirationDate, setExpired, setReferenceId, setRevoked, setSessionDn, setStatusListIndex, setX5ts256
-
-
-
-
Method Detail
-
getNotHashedCode
public String getNotHashedCode()
-
getDn
public String getDn()
-
setDn
public void setDn(String dn)
-
getUserId
public String getUserId()
-
setUserId
public void setUserId(String userId)
-
getClientId
public String getClientId()
-
setClientId
public void setClientId(String clientId)
-
-