public static final class AuthorizerConfiguration.ScopedRole extends Object
Constructor and Description |
---|
ScopedRole(String name,
String baseRoleName,
ScopingConstraint scopingConstraint) |
Modifier and Type | Method and Description |
---|---|
String |
getBaseRoleName()
Gets the name of the role on which the scoped role is based.
|
String |
getName()
Gets the name of the scoped role.
|
ScopingConstraint |
getScopingConstraint()
Gets the
ScopingConstraint used to apply constraints to the permissions of the base role
in order to derive the permissions of the scoped role. |
public ScopedRole(String name, String baseRoleName, ScopingConstraint scopingConstraint)
public String getName()
null
public String getBaseRoleName()
null
public ScopingConstraint getScopingConstraint()
ScopingConstraint
used to apply constraints to the permissions of the base role
in order to derive the permissions of the scoped role.null
Copyright © 2023 JBoss by Red Hat. All rights reserved.