Package com.sun.xml.ws.security.policy
Interface Claims
-
- All Known Implementing Classes:
Claims
public interface Claims- Author:
- ashutosh.shahi@sun.com
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description byte[]getClaimsAsBytes()ElementgetClaimsAsElement()
-
-
-
Method Detail
-
getClaimsAsBytes
byte[] getClaimsAsBytes()
-
getClaimsAsElement
Element getClaimsAsElement()
-
-