Package io.jans.as.model.uma
Class UmaResourceWithId
- java.lang.Object
-
- io.jans.as.model.uma.UmaResource
-
- io.jans.as.model.uma.UmaResourceWithId
-
public class UmaResourceWithId extends UmaResource
Resource that needs protection by registering a resource description at the AS.- Author:
- Yuriy Zabrovarnyy Date: 17/05/2017
-
-
Constructor Summary
Constructors Constructor Description UmaResourceWithId()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getId()
void
setId(java.lang.String id)
java.lang.String
toString()
-
Methods inherited from class io.jans.as.model.uma.UmaResource
assertValidExpression, getDescription, getExp, getIat, getIconUri, getName, getScopeExpression, getScopes, getType, isValidExpression, setDescription, setExp, setIat, setIconUri, setName, setScopeExpression, setScopes, setType
-
-
-
-
Method Detail
-
getId
public java.lang.String getId()
-
setId
public void setId(java.lang.String id)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classUmaResource
-
-