public interface ClaimsParser
Modifier and Type | Method and Description |
---|---|
String |
getSupportedDialect()
This method indicates the claims dialect this Parser can handle.
|
org.apache.cxf.rt.security.claims.Claim |
parse(Element claim) |
org.apache.cxf.rt.security.claims.Claim parse(Element claim)
claim
- Element to parse claim request fromString getSupportedDialect()
Copyright © 2016 JBoss by Red Hat. All rights reserved.