| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={})
public @interface AuthenticationMechanism
| Optional Element Summary | |
|---|---|
 java.lang.String | 
authMechanism
The authentication-mechanismType specifies an authentication mechanism supported by the resource adapter.  | 
 AuthenticationMechanism.CredentialInterface | 
credentialInterface
Represents the interface that the resource adapter implementation supports for the representation of the credentials.  | 
 java.lang.String[] | 
description
The optional description specifies any resource adapter specific requirement for the support of security contract and authentication mechanism.  | 
public abstract java.lang.String authMechanism
public abstract java.lang.String[] description
public abstract AuthenticationMechanism.CredentialInterface credentialInterface
javax.resource.spi.security.PasswordCredential interface.
 The Kerbv5 mechanism type should support the
 org.ietf.jgss.GSSCredential interface or the deprecated
 javax.resource.spi.security.GenericCredential interface.
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.
Generated on 10-February-2011 12:41