org.apache.cxf.sts.claims
Class IdentityClaimsParser

java.lang.Object
  extended by org.apache.cxf.sts.claims.IdentityClaimsParser
All Implemented Interfaces:
ClaimsParser

public class IdentityClaimsParser
extends Object
implements ClaimsParser


Field Summary
static String IDENTITY_CLAIMS_DIALECT
           
 
Constructor Summary
IdentityClaimsParser()
           
 
Method Summary
 String getSupportedDialect()
          Return the supported dialect of this class
 RequestClaim parse(Element claim)
           
static RequestClaim parseClaimType(Element claimType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

IDENTITY_CLAIMS_DIALECT

public static final String IDENTITY_CLAIMS_DIALECT
See Also:
Constant Field Values
Constructor Detail

IdentityClaimsParser

public IdentityClaimsParser()
Method Detail

parse

public RequestClaim parse(Element claim)
Specified by:
parse in interface ClaimsParser
Parameters:
claim - Element to parse claim request from
Returns:
RequestClaim parsed from claim

parseClaimType

public static RequestClaim parseClaimType(Element claimType)

getSupportedDialect

public String getSupportedDialect()
Return the supported dialect of this class

Specified by:
getSupportedDialect in interface ClaimsParser
Returns:
Name of supported Dialect


Apache CXF