Package org.beangle.security.cas.validation

Examples of org.beangle.security.cas.validation.AssertionBean


  protected boolean proxyFragment = false;
  protected boolean checkAliveFragment;
  protected String caKey;

  protected Assertion getAssertion() throws TicketValidationException {
    if (authenticationSuccess) return new AssertionBean(user, caKey, userMap);
    else throw new TicketValidationException(errorCode + ":" + errorMessage);
  }
View Full Code Here

TOP

Related Classes of org.beangle.security.cas.validation.AssertionBean

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.