org.apache.cxf.rs.security.jose.jwt
Class JwtTokenJson

java.lang.Object
  extended by org.apache.cxf.rs.security.jose.jwt.JwtTokenJson

public class JwtTokenJson
extends Object


Constructor Summary
JwtTokenJson(String headersJson, String claimsJson)
           
 
Method Summary
 String getClaimsJson()
           
 String getHeadersJson()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JwtTokenJson

public JwtTokenJson(String headersJson,
                    String claimsJson)
Method Detail

getHeadersJson

public String getHeadersJson()

getClaimsJson

public String getClaimsJson()


Apache CXF