@Retention(value=RUNTIME) @Target(value={TYPE,METHOD}) @Documented public @interface Authenticate
Optional allowed authentication scheme names specification is supported.
Modifier and Type | Optional Element and Description |
---|---|
String |
redirectURI
Optional URI to which to redirect when the authentication fails.
|
String[] |
schemes
Optional allowed authentication schemes to use to perform principal authentication.
|
public abstract String[] schemes
When more than one scheme is specified, authentication delegate should validate scheme applicability in the order that they are declared.
public abstract String redirectURI
The semantic and behaviour associated to the redirect URI is specific for every authentication delegate, and may not be supported at all.
Copyright © 2018 The Holon Platform. All rights reserved.