이 콘텐츠는 선택한 언어로 제공되지 않습니다.
15.4.2. JpaIdentityStore
This method stores users and roles in a relational database. It is designed to allow flexible database design and table structure. A set of special annotations lets entity beans store user and role records.
15.4.2.1. Configuring JpaIdentityStore 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Both
user-class
and role-class
must be configured before JpaIdentityStore
can be used. These properties refer to the entity classes used to store user and role records, respectively. The following example shows the components.xml
file from the SeamSpace example: