Skip to content
This repository was archived by the owner on May 11, 2018. It is now read-only.

Commit 6550b1f

Browse files
committed
Documenting EL support of hashAlgorithmParameters
1 parent 31276ec commit 6550b1f

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

src/main/java/javax/security/enterprise/identitystore/DatabaseIdentityStoreDefinition.java

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,13 @@
134134
* <p>
135135
* Parameters are specified using the format:
136136
* <i>parameterName=parameterValue</i> with one parameter per array element.
137-
*
137+
*
138+
* <p>
139+
* This attribute supports immediate EL expressions (${} syntax) for both the
140+
* <code>parameterValue</code> as well as for a full array element. If an EL
141+
* expression is used for a full array element, the expression must evaluate
142+
* to either a single string, a string array or a string <code>Stream</code>
143+
* where in each case every string must adhere to the above specified format.
138144
*/
139145
String[] hashAlgorithmParameters() default {};
140146

0 commit comments

Comments
 (0)