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 String
getDescription()
String
getIconUri()
String
getName()
void
setDescription(String description)
void
setIconUri(String iconUri)
void
setName(String name)
String
toString()
-