keycloak-oidc-service
公開メンバ関数 | 全メンバ一覧
org.keycloak.authorization.model.Scope インタフェース
org.keycloak.authorization.model.Scope 連携図
Collaboration graph

公開メンバ関数

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.

著者
Pedro Igor

関数詳解

◆ getDisplayName()

String org.keycloak.authorization.model.Scope.getDisplayName ( )

Returns the end user friendly name for this scope. If not defined, value for getName() is returned.

戻り値
the friendly name for this scope

◆ getIconUri()

String org.keycloak.authorization.model.Scope.getIconUri ( )

Returns an icon java.net.URI for this scope.

戻り値
a uri for an icon

◆ getId()

String org.keycloak.authorization.model.Scope.getId ( )

Returns the unique identifier for this instance.

戻り値
the unique identifier for this instance

◆ getName()

String org.keycloak.authorization.model.Scope.getName ( )

Returns the name of this scope.

戻り値
the name of this scope

◆ getResourceServer()

ResourceServer org.keycloak.authorization.model.Scope.getResourceServer ( )

Returns the ResourceServer instance to where this scope belongs to.

戻り値

◆ setDisplayName()

void org.keycloak.authorization.model.Scope.setDisplayName ( String  name)

Sets an end user friendly name for this scope.

引数
namethe name of this scope

◆ setIconUri()

void org.keycloak.authorization.model.Scope.setIconUri ( String  iconUri)

Sets an icon java.net.URI for this scope.

戻り値
a uri for an icon

◆ setName()

void org.keycloak.authorization.model.Scope.setName ( String  name)

Sets a name for this scope. The name must be unique.

引数
namethe name of this scope

このインタフェース詳解は次のファイルから抽出されました: