-
- 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.StringgetDialect()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()voidsetDialect(String value)Sets the value of the dialect property.
-