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

All Known Implementing Classes:
ClaimsImpl, ClaimsImpl

public interface Claims


Method Summary
 java.util.List<java.lang.Object> getAny()
          Gets the value of the any property for all the claim types.
 java.lang.String getDialect()
          Gets the value of the dialect property.
 java.util.Map<javax.xml.namespace.QName,java.lang.String> getOtherAttributes()
          Gets a map that contains attributes that aren't bound to any typed property on this class.
 java.util.List<java.lang.Object> getSupportingProperties()
           
 void setDialect(java.lang.String value)
          Sets the value of the dialect property.
 

Method Detail

getAny

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


getDialect

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

Returns:
String

getOtherAttributes

java.util.Map<javax.xml.namespace.QName,java.lang.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(java.lang.String value)
Sets the value of the dialect property.

Parameters:
value - String

getSupportingProperties

java.util.List<java.lang.Object> getSupportingProperties()