public class org.apache.cxf.fediz.jetty.FederationUserPrincipal extends java.lang.Object implements org.apache.cxf.fediz.core.FedizPrincipal
{
private java.lang.String name;
private org.apache.cxf.fediz.core.ClaimCollection claims;
private org.apache.cxf.fediz.core.processor.FedizResponse response;
private java.util.List roles;
public void <init>(java.lang.String, org.apache.cxf.fediz.core.processor.FedizResponse)
{
org.apache.cxf.fediz.jetty.FederationUserPrincipal v;
org.apache.cxf.fediz.core.processor.FedizResponse v;
java.util.List v, v, v, v;
org.apache.cxf.fediz.core.ClaimCollection v;
java.lang.String v;
v := @this: org.apache.cxf.fediz.jetty.FederationUserPrincipal;
v := @parameter: java.lang.String;
v := @parameter: org.apache.cxf.fediz.core.processor.FedizResponse;
specialinvoke v.<java.lang.Object: void <init>()>();
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.apache.cxf.fediz.jetty.FederationUserPrincipal: java.util.List roles> = v;
v.<org.apache.cxf.fediz.jetty.FederationUserPrincipal: java.lang.String name> = v;
v.<org.apache.cxf.fediz.jetty.FederationUserPrincipal: org.apache.cxf.fediz.core.processor.FedizResponse response> = v;
v = new org.apache.cxf.fediz.core.ClaimCollection;
v = virtualinvoke v.<org.apache.cxf.fediz.core.processor.FedizResponse: java.util.List getClaims()>();
specialinvoke v.<org.apache.cxf.fediz.core.ClaimCollection: void <init>(java.util.Collection)>(v);
v.<org.apache.cxf.fediz.jetty.FederationUserPrincipal: org.apache.cxf.fediz.core.ClaimCollection claims> = v;
v = virtualinvoke v.<org.apache.cxf.fediz.core.processor.FedizResponse: java.util.List getRoles()>();
if v == null goto label;
v = virtualinvoke v.<org.apache.cxf.fediz.core.processor.FedizResponse: java.util.List getRoles()>();
v.<org.apache.cxf.fediz.jetty.FederationUserPrincipal: java.util.List roles> = v;
label:
return;
}
public java.lang.String getName()
{
java.lang.String v;
org.apache.cxf.fediz.jetty.FederationUserPrincipal v;
v := @this: org.apache.cxf.fediz.jetty.FederationUserPrincipal;
v = v.<org.apache.cxf.fediz.jetty.FederationUserPrincipal: java.lang.String name>;
return v;
}
public org.apache.cxf.fediz.core.ClaimCollection getClaims()
{
org.apache.cxf.fediz.jetty.FederationUserPrincipal v;
org.apache.cxf.fediz.core.ClaimCollection v;
v := @this: org.apache.cxf.fediz.jetty.FederationUserPrincipal;
v = v.<org.apache.cxf.fediz.jetty.FederationUserPrincipal: org.apache.cxf.fediz.core.ClaimCollection claims>;
return v;
}
org.apache.cxf.fediz.core.processor.FedizResponse getFedizResponse()
{
org.apache.cxf.fediz.core.processor.FedizResponse v;
org.apache.cxf.fediz.jetty.FederationUserPrincipal v;
v := @this: org.apache.cxf.fediz.jetty.FederationUserPrincipal;
v = v.<org.apache.cxf.fediz.jetty.FederationUserPrincipal: org.apache.cxf.fediz.core.processor.FedizResponse response>;
return v;
}
public org.w3c.dom.Element getLoginToken()
{
org.apache.cxf.fediz.core.processor.FedizResponse v;
org.w3c.dom.Element v;
org.apache.cxf.fediz.jetty.FederationUserPrincipal v;
v := @this: org.apache.cxf.fediz.jetty.FederationUserPrincipal;
v = v.<org.apache.cxf.fediz.jetty.FederationUserPrincipal: org.apache.cxf.fediz.core.processor.FedizResponse response>;
v = virtualinvoke v.<org.apache.cxf.fediz.core.processor.FedizResponse: org.w3c.dom.Element getToken()>();
return v;
}
public java.util.List getRoleClaims()
{
java.util.List v, v;
org.apache.cxf.fediz.jetty.FederationUserPrincipal v;
v := @this: org.apache.cxf.fediz.jetty.FederationUserPrincipal;
v = v.<org.apache.cxf.fediz.jetty.FederationUserPrincipal: java.util.List roles>;
v = staticinvoke <java.util.Collections: java.util.List unmodifiableList(java.util.List)>(v);
return v;
}
}