@DocumentedSE @RetentionSE(valueSE=RUNTIMESE) @TargetSE(valueSE={}) public @interface AuthenticationMechanism
修飾子と型 | オプションの要素と説明 |
---|---|
StringSE | authMechanism authentication-mechanismType は、リソースアダプターでサポートされている認証メカニズムを指定します。 |
AuthenticationMechanism.CredentialInterface | credentialInterface リソースアダプターの実装が資格情報の表現のためにサポートするインターフェースを表します。 |
StringSE[] | description オプションの説明は、セキュリティ契約と認証メカニズムをサポートするためのリソースアダプター固有の要件を指定します。 |
public abstract StringSE authMechanism
public abstract StringSE[] description
public abstract AuthenticationMechanism.CredentialInterface credentialInterface
javax.resource.spi.security.PasswordCredential
インターフェースをサポートする必要があることに注意してください。Kerbv5 メカニズム型は、org.ietf.jgss.GSSCredential
インターフェースまたは非推奨の javax.resource.spi.security.GenericCredential
インターフェースをサポートする必要があります。Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.