“Bagaimana Apache Shiro Ingat Saya Bekerja” Kode Jawaban

Bagaimana Apache Shiro Ingat Saya Bekerja

try {
    currentUser.login(token);
} catch  ( UnknownAccountException uae ) { ...
} catch  ( IncorrectCredentialsException ice ) { ...
} catch  ( LockedAccountException lae ) { ...
} catch  ( ExcessiveAttemptsException eae ) { ...
} ...  your own ...
} catch ( AuthenticationException ae ) {
    //unexpected error?
}
//No problems, show authenticated view…
Smiling Skipper

Bagaimana Apache Shiro Ingat Saya Bekerja

currentUser.logout(); //removes all identifying information and invalidates their session too.
Smiling Skipper

Jawaban yang mirip dengan “Bagaimana Apache Shiro Ingat Saya Bekerja”

Pertanyaan yang mirip dengan “Bagaimana Apache Shiro Ingat Saya Bekerja”

Lebih banyak jawaban terkait untuk “Bagaimana Apache Shiro Ingat Saya Bekerja” di Java

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya