クラス SimpleAuthTokenHandler
java.lang.Object
org.iplass.mtp.impl.auth.authenticate.token.AuthTokenHandler
org.iplass.mtp.impl.auth.authenticate.simpletoken.SimpleAuthTokenHandler
- すべての実装されたインタフェース:
ServiceInitListener<AuthTokenService>
-
フィールドの概要
フィールド -
コンストラクタの概要
コンストラクタ -
メソッドの概要
修飾子とタイプメソッド説明protected SerializablecreateDetails(String seriesString, String tokenString, String userUniqueId, String policyName, AuthTokenInfo tokenInfo) voidinited(AuthTokenService service, Config config) Service初期化時に呼び出されます。toAuthTokenInfo(AuthToken authToken) toCredential(AuthToken newToken) クラスから継承されたメソッド org.iplass.mtp.impl.auth.authenticate.token.AuthTokenHandler
authTokenStore, checkTokenValid, destroyed, getHashSettings, getSecureRandomGeneratorName, getService, getStore, getType, isVisible, newAuthToken, newSeriesString, newTokenString, setHashSettings, setSecureRandomGeneratorName, setStore, setType, setVisible
-
フィールド詳細
-
TYPE_SIMPLE_DEFAULT
- 関連項目:
-
-
コンストラクタの詳細
-
SimpleAuthTokenHandler
public SimpleAuthTokenHandler()
-
-
メソッドの詳細
-
inited
インタフェースからコピーされた説明:ServiceInitListenerService初期化時に呼び出されます。- 定義:
initedインタフェース内ServiceInitListener<AuthTokenService>- オーバーライド:
initedクラス内AuthTokenHandler- パラメータ:
service-config-
-
toAuthTokenInfo
- 定義:
toAuthTokenInfoクラス内AuthTokenHandler
-
toCredential
- 定義:
toCredentialクラス内AuthTokenHandler
-
createDetails
protected Serializable createDetails(String seriesString, String tokenString, String userUniqueId, String policyName, AuthTokenInfo tokenInfo) - 定義:
createDetailsクラス内AuthTokenHandler
-