public interface Claims
| Modifier and Type | Method and 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.
|
Copyright © 2005–2018 Oracle Corporation. All rights reserved.