Package io.jans.as.model.uma
Class UmaScopeDescription
- java.lang.Object
-
- io.jans.as.model.uma.UmaScopeDescription
-
public class UmaScopeDescription extends Object
A scope is a bounded extent of access that is possible to perform on a resource set.- Author:
- Yuriy Movchan, Yuriy Zabrovarnyy Date: 10/03/2012
-
-
Constructor Summary
Constructors Constructor Description UmaScopeDescription()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetIconUri()StringgetName()voidsetDescription(String description)voidsetIconUri(String iconUri)voidsetName(String name)StringtoString()
-