Interface Claims
-
- All Known Implementing Classes:
ClaimsImpl
,ClaimsImpl
public interface Claims
- Author:
- Jiandong Guo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<Object>
getAny()
Gets the value of the any property for all the claim types.String
getDialect()
Gets the value of the dialect property.Map<QName,String>
getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.List<Object>
getSupportingProperties()
void
setDialect(String value)
Sets the value of the dialect property.
-