@Documented @Retention(value=RUNTIME) @Target(value={}) public @interface AuthenticationMechanism
| Modifier and Type | Optional Element and Description |
|---|---|
String |
authMechanism |
AuthenticationMechanism.CredentialInterface |
credentialInterface |
String[] |
description |
public abstract String authMechanism
public abstract AuthenticationMechanism.CredentialInterface credentialInterface
public abstract String[] description
Copyright © 2013. All Rights Reserved.