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 String
getClientId()
String
getDn()
String
getNotHashedCode()
List<String>
getPermissions()
String
getUserId()
void
setClientId(String clientId)
void
setDn(String dn)
void
setPermissions(List<String> permissions)
void
setUserId(String userId)
String
toString()
-
Methods inherited from class io.jans.as.server.model.common.AbstractToken
checkExpired, checkExpired, getCode, getCreationDate, getDpop, getExpirationDate, getExpiresIn, getHash, getSessionDn, getTtl, getX5ts256, isDeletable, isExpired, isRevoked, isValid, resetTtlFromExpirationDate, setCode, setCreationDate, setDeletable, setDpop, setExpirationDate, setExpired, setRevoked, setSessionDn, 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)
-
-