1) Required - TheLoginModule
is required to succeed.
If it succeeds or fails, authentication still continues
to proceed down theLoginModule
list.
此LoginModule一定要驗証成功整個Login程序才會通過,無論驗証成敗,均會繼續
進行下一個LoginModule驗証。
2) Requisite - TheLoginModule
is required to succeed.
If it succeeds, authentication continues down the
LoginModule
list. If it fails,
control immediately returns to the application
(authentication does not proceed down the
LoginModule
list).
此LoginModule一定要驗証成功整個Login程序才會通過,驗証成功,則繼續進行
下一個LoginModule驗証,若驗証失敗,則不繼續進行下一個LoginModule驗証,
驗証程式完成。
3) Sufficient - TheLoginModule
is not required to
succeed. If it does succeed, control immediately
returns to the application (authentication does not
proceed down theLoginModule
list).
If it fails, authentication continues down the
LoginModule
list.
此LoginModule不一定要驗証成功,若驗証成功,則繼續進行則不繼續進行下一個
LoginModule驗証,若驗証失敗,則繼續進行下一個LoginModule驗証,
4) Optional - TheLoginModule
is not required to
succeed. If it succeeds or fails,
authentication still continues to proceed down the
LoginModule
list.
此LoginModule不一定要驗証成功,無論驗証成敗,均會進行下一個LoginModule驗証。
2008年7月8日 星期二
Jaas Login module flag意義
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言