이 콘텐츠는 선택한 언어로 제공되지 않습니다.
15.4.5. Authentication with Identity Management
If you use Identity Management features in your Seam application, then you do not need to provide an authenticator component (see previous Authentication section) to enable authentication. Simply omit the
authenticator-method
from the identity
configuration in components.xml
, and the SeamLoginModule
will use IdentityManager
to authenticate your application's users without any special configuration.