Apache CXF API

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
 Claim parse(Element claim)
           
static Claim 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 Claim parse(Element claim)
Specified by:
parse in interface ClaimsParser
Parameters:
claim - Element to parse claim request from
Returns:
Claim parsed from claim

parseClaimType

public static Claim 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 API

Apache CXF