shiro

    3熱度

    1回答

    (更新2013年1月2日),現在我已經添加了所有的代碼加一個pom.xml到github上的https://github.com/AndyWi/GuiceJerseyJettyShiroExample (完更新) 時 我正在嘗試使用Shiro將基於表單的身份驗證添加到我的簡單應用程序中。該應用程序使用Guice 3.0,Jersey 1.16和Shiro 1.2.1,運行在嵌入式Jetty 9.0

    12熱度

    2回答

    我有一個使用Shiro進行身份驗證的webapp。在web.xml中的相關部分和shiro.ini是: <listener> <listener-class>org.apache.shiro.web.env.EnvironmentLoaderListener</listener-class> </listener> <filter> <filter-name>ShiroF

    0熱度

    1回答

    這是我的META-INF /春/ beans.xml的 <bean id="securityManager" class="org.apache.shiro.mgt.DefaultSecurityManager" /> <bean id="lifecycleBeanPostProcessor" class="org.apache.shiro.spring.LifecycleBeanPostPr

    0熱度

    2回答

    四郎的行爲,我使用Apache四郎,以確保我的Spring MVC應用程序。這是我的配置: <!-- Shiro --> <bean id = "hibernateRealm" class = "com.bidapp.presentation.shiro.HibernateRealm" /> <bean id = "securityManager" class = "org.apache.s

    0熱度

    1回答

    ive創建了一個grails應用程序,並使用Apache Shire插件http://shiro.apache.org/進行安全性和日誌記錄。 我想知道是否有人知道我如何獲取當前登錄到Web應用程序的用戶列表? 這些信息將存儲在/服務器端的cookie或會話中? 基本上我想要一個小部件顯示所有當前登錄到我的web應用程序的用戶。

    1熱度

    1回答

    我是shiro的新手,並且正在使用運行在Tomcat上的web應用程序嘗試它。在web.xml我四郎具體配置如下: <listener> <listener-class>org.apache.shiro.web.env.EnvironmentLoaderListener</listener-class> </listener> <filter> <filter-name>S

    1熱度

    1回答

    我們必須與Apache四郎一個小問題。 我們使用Shiro和JDBC領域:用戶,角色和權限存儲在我們的SQL服務器數據庫中。 我們有一個Java應用程序用作後臺來插入,更新或刪除用戶,角色和權限。但是我們需要對Urls過濾器進行相同的操作。 我發現了一些關於它的事情,但我真的是Shiro的初學者,我不理解他們,而且經常,這些示例是servlet和JSP(我們只使用HTML/CSS/JS和數據通過網

    1熱度

    1回答

    也許我在一種誤解問題,但這裏是東西: 我想我<domain>/index.html公開的,其他一切應該得到保護。 我使用四郎網絡+吉斯: ... bindConstant().annotatedWith(Names.named("shiro.loginUrl")).to("/index.html"); addFilterChain("/index.html", ANON); addFil

    2熱度

    1回答

    在我的JavaEE-Application中,我使用Apache Shiro [1]進行用戶身份驗證。 我的用戶正在通過GET-URL進行導航,例如「/company/index.xhtml?companyId=327」。 我已經啓用編程登錄,下面的指南[2] BalusC: SavedRequest savedRequest = WebUtils.getAndClearSavedRequest(

    1熱度

    1回答

    此Web應用程序與Shiro和JSF一起使用。我添加了PrimeFaces,並且遇到登錄重定向問題。 預期的行爲: 導航到URL需要authc 重定向到登錄頁面 登錄重定向回到原來的頁面 行爲與primfaces 導航到網址tha T需要authc 重定向到登錄頁面 登錄重定向到javax.faces.resource/theme.css?LN = primefaces-ARISTO後 我在我的s