public final class org.apache.cxf.fediz.spring.authentication.FederationResponseAuthenticationToken extends org.springframework.security.authentication.AbstractAuthenticationToken
{
private static final long serialVersionUID;
private final org.apache.cxf.fediz.core.processor.FedizResponse response;
public void <init>(org.apache.cxf.fediz.core.processor.FedizResponse)
{
org.apache.cxf.fediz.core.processor.FedizResponse v;
org.apache.cxf.fediz.spring.authentication.FederationResponseAuthenticationToken v;
java.util.ArrayList v;
v := @this: org.apache.cxf.fediz.spring.authentication.FederationResponseAuthenticationToken;
v := @parameter: org.apache.cxf.fediz.core.processor.FedizResponse;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
specialinvoke v.<org.springframework.security.authentication.AbstractAuthenticationToken: void <init>(java.util.Collection)>(v);
v.<org.apache.cxf.fediz.spring.authentication.FederationResponseAuthenticationToken: org.apache.cxf.fediz.core.processor.FedizResponse response> = v;
return;
}
public java.lang.Object getPrincipal()
{
org.apache.cxf.fediz.core.processor.FedizResponse v;
java.lang.String v;
org.apache.cxf.fediz.spring.authentication.FederationResponseAuthenticationToken v;
v := @this: org.apache.cxf.fediz.spring.authentication.FederationResponseAuthenticationToken;
v = v.<org.apache.cxf.fediz.spring.authentication.FederationResponseAuthenticationToken: org.apache.cxf.fediz.core.processor.FedizResponse response>;
v = virtualinvoke v.<org.apache.cxf.fediz.core.processor.FedizResponse: java.lang.String getUsername()>();
return v;
}
public java.lang.Object getCredentials()
{
org.apache.cxf.fediz.core.processor.FedizResponse v;
org.apache.cxf.fediz.spring.authentication.FederationResponseAuthenticationToken v;
v := @this: org.apache.cxf.fediz.spring.authentication.FederationResponseAuthenticationToken;
v = v.<org.apache.cxf.fediz.spring.authentication.FederationResponseAuthenticationToken: org.apache.cxf.fediz.core.processor.FedizResponse response>;
return v;
}
public org.apache.cxf.fediz.core.processor.FedizResponse getResponse()
{
org.apache.cxf.fediz.core.processor.FedizResponse v;
org.apache.cxf.fediz.spring.authentication.FederationResponseAuthenticationToken v;
v := @this: org.apache.cxf.fediz.spring.authentication.FederationResponseAuthenticationToken;
v = v.<org.apache.cxf.fediz.spring.authentication.FederationResponseAuthenticationToken: org.apache.cxf.fediz.core.processor.FedizResponse response>;
return v;
}
}