com.sun.xml.ws.api.security.trust
Interface Claims

All Known Implementing Classes:
ClaimsImpl, ClaimsImpl

public interface Claims

Author:
Jiandong Guo

Method Summary
 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.
 

Method Detail

getAny

List<Object> getAny()
Gets the value of the any property for all the claim types.


getDialect

String getDialect()
Gets the value of the dialect property.

Returns:
String

getOtherAttributes

Map<QName,String> getOtherAttributes()
Gets a map that contains attributes that aren't bound to any typed property on this class.

Returns:
always non-null

setDialect

void setDialect(String value)
Sets the value of the dialect property.

Parameters:
value - String

getSupportingProperties

List<Object> getSupportingProperties()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.