keycloak
公開メンバ関数 | 全メンバ一覧
org.keycloak.authorization.model.Scope インタフェース
org.keycloak.authorization.model.Scope の継承関係図
Inheritance graph
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

org.keycloak.models.cache.infinispan.authorization.ScopeAdapter, org.keycloak.authorization.jpa.store.ScopeAdapterで実装されています。

◆ getIconUri()

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

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

戻り値
a uri for an icon

org.keycloak.models.cache.infinispan.authorization.ScopeAdapter, org.keycloak.authorization.jpa.store.ScopeAdapterで実装されています。

◆ getId()

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

Returns the unique identifier for this instance.

戻り値
the unique identifier for this instance

org.keycloak.models.cache.infinispan.authorization.ScopeAdapter, org.keycloak.authorization.jpa.store.ScopeAdapterで実装されています。

◆ getName()

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

Returns the name of this scope.

戻り値
the name of this scope

org.keycloak.models.cache.infinispan.authorization.ScopeAdapter, org.keycloak.authorization.jpa.store.ScopeAdapterで実装されています。

◆ getResourceServer()

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

Returns the ResourceServer instance to where this scope belongs to.

戻り値

org.keycloak.models.cache.infinispan.authorization.ScopeAdapter, org.keycloak.authorization.jpa.store.ScopeAdapterで実装されています。

◆ setDisplayName()

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

Sets an end user friendly name for this scope.

引数
namethe name of this scope

org.keycloak.models.cache.infinispan.authorization.ScopeAdapter, org.keycloak.authorization.jpa.store.ScopeAdapterで実装されています。

◆ setIconUri()

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

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

戻り値
a uri for an icon

org.keycloak.models.cache.infinispan.authorization.ScopeAdapter, org.keycloak.authorization.jpa.store.ScopeAdapterで実装されています。

◆ 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

org.keycloak.models.cache.infinispan.authorization.ScopeAdapter, org.keycloak.authorization.jpa.store.ScopeAdapterで実装されています。


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