クラス OAuthResourceServerDefinitionManagerImpl
java.lang.Object
org.iplass.mtp.impl.definition.AbstractTypedDefinitionManager<OAuthResourceServerDefinition>
org.iplass.mtp.impl.auth.oauth.OAuthResourceServerDefinitionManagerImpl
- すべての実装されたインタフェース:
OAuthResourceServerDefinitionManager,org.iplass.mtp.definition.TypedDefinitionManager<OAuthResourceServerDefinition>,org.iplass.mtp.Manager
public class OAuthResourceServerDefinitionManagerImpl
extends org.iplass.mtp.impl.definition.AbstractTypedDefinitionManager<OAuthResourceServerDefinition>
implements OAuthResourceServerDefinitionManager
-
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明org.iplass.mtp.auth.login.IdPasswordCredentialgenerateClientSecret(String resourceServerName) ResourceServerのclient_secretを生成します。protected org.iplass.mtp.impl.definition.TypedMetaDataServiceprotected org.iplass.mtp.impl.metadata.RootMetaDatanewInstance(OAuthResourceServerDefinition definition) クラスから継承されたメソッド org.iplass.mtp.impl.definition.AbstractTypedDefinitionManager
create, definitionSummaryList, get, remove, rename, setRollbackOnly, updateクラスから継承されたメソッド java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitインタフェースから継承されたメソッド org.iplass.mtp.definition.TypedDefinitionManager
create, definitionList, definitionSummaryList, definitionSummaryList, definitionSummaryList, get, remove, rename, update
-
コンストラクタの詳細
-
OAuthResourceServerDefinitionManagerImpl
public OAuthResourceServerDefinitionManagerImpl()
-
-
メソッドの詳細
-
generateClientSecret
public org.iplass.mtp.auth.login.IdPasswordCredential generateClientSecret(String resourceServerName) インタフェースからコピーされた説明:OAuthResourceServerDefinitionManagerResourceServerのclient_secretを生成します。- 定義:
generateClientSecretインタフェース内OAuthResourceServerDefinitionManager- 戻り値:
-
getDefinitionType
- 定義:
getDefinitionTypeインタフェース内org.iplass.mtp.definition.TypedDefinitionManager<OAuthResourceServerDefinition>
-
newInstance
protected org.iplass.mtp.impl.metadata.RootMetaData newInstance(OAuthResourceServerDefinition definition) - 定義:
newInstanceクラス内org.iplass.mtp.impl.definition.AbstractTypedDefinitionManager<OAuthResourceServerDefinition>
-
getService
protected org.iplass.mtp.impl.definition.TypedMetaDataService getService()- 定義:
getServiceクラス内org.iplass.mtp.impl.definition.AbstractTypedDefinitionManager<OAuthResourceServerDefinition>
-