“Wie Apache Shiro sich erinnert, funktioniert mich” Code-Antworten

Wie Apache Shiro sich erinnert, funktioniert mich

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

Wie Apache Shiro sich erinnert, funktioniert mich

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

Ähnliche Antworten wie “Wie Apache Shiro sich erinnert, funktioniert mich”

Fragen ähnlich wie “Wie Apache Shiro sich erinnert, funktioniert mich”

Weitere verwandte Antworten zu “Wie Apache Shiro sich erinnert, funktioniert mich” auf Java

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen