Search:

Type: Posts; User: jtp51; Keyword(s):

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Thanks Danny, I missed that. The following is...

    Thanks Danny, I missed that.

    The following is what I needed:



    Authentication userAuth = SecurityContextHolder.getContext().getAuthentication();
    LdapUserDetails details =...
  2. Everything is moving along smooth now, I...

    Everything is moving along smooth now, I appreciate everyone's help...

    Staying on topic, I have the following:


    Authentication userAuth =...
  3. When I add the following to a constructor of my...

    When I add the following to a constructor of my class:


    Authentication userAuth = SecurityContextHolder.getContext().getAuthentication();
    LdapUserDetails details = (LdapUserDetails)...
  4. karldmoore: Here is my disconnect and most likely...

    karldmoore: Here is my disconnect and most likely my own inflicted pain.

    While I am using acegi-security, I am *not* using the Spring Framework. My project is a JSF project - so I followed the...
  5. Thank you for the responses. What I am trying...

    Thank you for the responses.

    What I am trying to do is the following:


    User A logs in with a username and password.
    Username and password are authenticated against the LDAP tree.
    On a...
  6. How do I move part of the set-up in the applicationContext.xml to Java code?

    I want to move the LdapAuthenticationProvider, FilterBasedLdapUserSearch and DefaultInitialDirContextFactory to Java code.

    Would I put that in a Java Bean or what is the correct way to do that?
    ...
  7. Thread: CAS vs. JOSSO

    by jtp51
    Replies
    2
    Views
    5,422

    Michael: I was wondering if you were successful...

    Michael: I was wondering if you were successful in your attempt to use JOSSO?

    If you where, you would please provide your insight on how you made it work.

    Thanks,
  8. Thread: LDAP error 32

    by jtp51
    Replies
    5
    Views
    9,770

    sunraider: I am not having this issue as well......

    sunraider: I am not having this issue as well...

    Your example is very similar to what I have, how did you solve your issue?

    Thanks,
  9. This is ridiculous. Can anyone help me with...

    This is ridiculous.

    Can anyone help me with this?


    [DEBUG,AuthenticationProcessingFilter,http-8080-Processor24] Authentication request failed: org.acegisecurity.AuthenticationServiceException:...
  10. Replies
    2
    Views
    810

    Duplicate log entries on every line?

    For each log entry, it is entered twice. I am not for sure why, but is this something I can correct?

    Thanks,



    [DEBUG,FilterInvocationDefinitionSourceEditor,main] Detected...
  11. How do I get a jndi connection pool in Tomcat 5.0.28 to work with acegi-security?

    How do I get a jndi connection pool in Tomcat 5.0.28 to work with acegi-security?

    My context looks like:


    <Context docBase="petroadmin" path="/petroadmin"
    reloadable="true"...
  12. I have this same issue. Did you ever figure...

    I have this same issue.

    Did you ever figure out a solution?

    Thanks,
  13. /WEB-INF/applicationContext.xml exists, keep getting a Context initialization failed

    Server: Tomcat 5.5.17
    IDE: Eclipse 3.2

    The applicationContext.xml is in the /WEB-INF directory, why the heck am I getting this message?

    Thanks,

    --Todd
  14. Is there benefits of using the Spring controller rather than the JSF controller?

    Is there benefits of using the Spring controller rather than the JSF controller?

    I've been reading more and more about Spring, currently my project is JSF, ICEfaces running on Sun Java System...
  15. Replies
    1
    Views
    1,451

    Do I need the CAS ProxyTicketReceptor?

    The CAS 3.0.5 set-up instructions are decent, however in the documentation located at:

    http://acegisecurity.org/docbook/acegi.html#cas-server-3

    It mentions that I need to add the...
  16. Where is the org.acegisecurity.adapters.cas3 package?

    http://www.acegisecurity.org/docbook/acegi.html#cas refers to:

    org.acegisecurity.adapters.cas3.CasAuthenticationHandler

    Where is the org.acegisecurity.adapters.cas3?

    Has...
  17. Replies
    2
    Views
    4,204

    I've exploded the...

    I've exploded the acegi-security-sample-contacts-filter.war for acegi-security-1.0.1.

    I've checked all three applicationContext.xml files and I don't see any set-up for CAS or single sign on...
    ...
  18. Actually, I wasn't calling the...

    Actually, I wasn't calling the AnonymousProcessingFilter as Luke noted.

    That fixed the issue.

    Thanks,
  19. Replies
    5
    Views
    1,441

    Kevin: thank you. I actually figured it out...

    Kevin: thank you.

    I actually figured it out just last night... But your example is greatly appreciated.

    --Todd
  20. First of all, thank you for the feedback, it has...

    First of all, thank you for the feedback, it has help a lot.

    I've been working on this and each of the nine applications have their own applicationContext.xml, etc...

    While I would had liked to...
  21. I've updated my objectDefinitionSource value, by...

    I've updated my objectDefinitionSource value, by prefixing the files with /login:


    <property name="objectDefinitionSource">
    <value>
    ...
  22. Currently I have a project that I can access at:...

    Currently I have a project that I can access at:

    http://127.0.0.1:8080/login/

    The files that I have are:

    index.jsp - redirects to login.jsp
    login.jsp - login form
    /secured/app.jsp - main...
  23. An asterisk (*) after an extension for a value in the objectDefinitionSource?

    What is the difference between the objectDefinitionSource value:

    /acegilogin.jsp*=ROLE_ANONYMOUS,ROLE_USER

    verses

    /acegilogin.jsp=ROLE_ANONYMOUS,ROLE_USER

    By adding the asterisk (*) after...
  24. I thought I could assign ROLE_ANONYMOUS to my login.jsp file?

    I thought I could assign ROLE_ANONYMOUS to my login.jsp file?

    I've been reading Chapter 14. Anonymous Authentication and I guess I don't understand the example.

    The example has the following...
  25. Issue with AccessDeniedHandlerImpl - will not go to errorPage value.

    I've defined the following below. What is happening is, when I get a "HTTP Status 403 - Access is denied" the browser is not redirected to the errorPage value defined for the AccessDeniedHandlerImpl...
Results 1 to 25 of 35
Page 1 of 2 1 2