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

Commit 4f64647

Browse files
committed
Fix javadoc link for CallerPrincipal
1 parent 1debba6 commit 4f64647

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115
* <p>
116116
* This attribute will be used, with callerBaseDn, to construct user DNs for direct binding.
117117
* and to retrieve the caller's name when the person object is obtained via search. The value
118-
* of this attribute is returned in the {@link CallerPrincipal} following a successful validation.
118+
* of this attribute is returned in the {@link javax.security.enterprise.CallerPrincipal}
119+
* following a successful validation.
119120
* <p>
120121
* The following gives an example in ldif format:
121122
* <pre>

0 commit comments

Comments
 (0)