|
keycloak-oidc-service
|

公開メンバ関数 | |
| String | getId () |
| String | getName () |
| void | setName (String name) |
| String | getDisplayName () |
| void | setDisplayName (String name) |
| String | getIconUri () |
| void | setIconUri (String iconUri) |
| ResourceServer | getResourceServer () |
Represents a scope, which is usually associated with one or more resources in order to define the actions that can be performed or a specific access context.
| String org.keycloak.authorization.model.Scope.getDisplayName | ( | ) |
Returns the end user friendly name for this scope. If not defined, value for getName() is returned.
| String org.keycloak.authorization.model.Scope.getIconUri | ( | ) |
Returns an icon java.net.URI for this scope.
| String org.keycloak.authorization.model.Scope.getId | ( | ) |
Returns the unique identifier for this instance.
| String org.keycloak.authorization.model.Scope.getName | ( | ) |
Returns the name of this scope.
| ResourceServer org.keycloak.authorization.model.Scope.getResourceServer | ( | ) |
Returns the ResourceServer instance to where this scope belongs to.
| void org.keycloak.authorization.model.Scope.setDisplayName | ( | String | name | ) |
Sets an end user friendly name for this scope.
| name | the name of this scope |
| void org.keycloak.authorization.model.Scope.setIconUri | ( | String | iconUri | ) |
Sets an icon java.net.URI for this scope.
| void org.keycloak.authorization.model.Scope.setName | ( | String | name | ) |
Sets a name for this scope. The name must be unique.
| name | the name of this scope |
1.8.13