dear every one:
i use spring security and CAS to do my job ,i found it cannot redirect to the originally requested page, i read the reference book of ss,get some tip on...
Type: Posts; User: nlslzf; Keyword(s):
dear every one:
i use spring security and CAS to do my job ,i found it cannot redirect to the originally requested page, i read the reference book of ss,get some tip on...
package com.yyhy.java.search.compass;
import org.aspectj.lang.JoinPoint;
public aspect CompassAOP {
declare parents: com.yyhy.java.GenericCoder.* extends DefaultCompassableImpl;
...
dear every one
i get a class User like this
package com.yyhy.java.Privilege;// TODO define package
import javax.persistence.*;
import java.util.*;
@Entity
@Table(
name="USER")