Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 743 Bytes

waffleShiro.md

File metadata and controls

12 lines (8 loc) · 743 Bytes

How can I use waffle with Apache Shiro?

See the classes in the waffle-shiro sub project. They provide Realms and Filters for use in Apache Shiro.

The waffle.shiro.GroupMappingWaffleRealm provides a User/Password Realm that uses waffle.

The waffle.shiro.negotiate.NegotiateAuthenticationFilter and waffle.shiro.negotiate.NegotiateAuthenticationRealm provide SingleSignOn (see shiro.ini notes in DynamicAuthenticationFilter javadocs regarding SSOCookie config).

The waffle.shiro.dynamic.DynamicAuthenticationFilter and waffle.shiro.dynamic.DynamicAuthenticationStrategy provide a way for a client to select which authentication type is used at runtime.