javax.resource.spi
Annotation Type AuthenticationMechanism
@Documented
@Retention(value=RUNTIME)
@Target(value={})
public @interface AuthenticationMechanism
- Since:
- 1.6
- Version:
- $Rev: 902022 $ $Date: 2010-01-22 08:48:47 +0100 (Fr, 22. Jan 2010) $
authMechanism
public abstract String authMechanism
- Default:
- "BasicPassword"
credentialInterface
public abstract AuthenticationMechanism.CredentialInterface credentialInterface
- Default:
- javax.resource.spi.AuthenticationMechanism.CredentialInterface.PasswordCredential
description
public abstract String[] description
- Default:
- {}
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.