| 
 | BEA Systems, Inc. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectweblogic.xml.security.assertion.ConfidentialityAssertion
public class ConfidentialityAssertion
ConfidentialityAssertion.java This class represents an assertion about the confidentiality of a document or message. This assertion inidicates that the body of the SOAP message was encrypted. Created: Thu Aug 8 09:05:04 2002
| Field Summary | |
|---|---|
| protected  String | idDeprecated. | 
| Fields inherited from interface weblogic.xml.security.SecurityAssertion | 
|---|
| CONFIDENTIALITY_ASSERTION, CONFIDENTIALITY_CODE, IDENTITY_ASSERTION, IDENTITY_CODE, INTEGRITY_ASSERTION, INTEGRITY_CODE, TYPE_CONFIDENTIALITY_ASSERTION, TYPE_CONFIDENTIALITY_CODE, TYPE_INTEGRITY_ASSERTION, TYPE_INTEGRITY_CODE | 
| Constructor Summary | |
|---|---|
| ConfidentialityAssertion(String id)Deprecated. | |
| Method Summary | |
|---|---|
|  String | getAssertionType()Deprecated. getAssertionTypereturns the type of the assertion
 (e.g. | 
|  int | getAssertionTypeCode()Deprecated. Returns an integer that uniquely identifies the type of assertion. | 
|  String | getId()Deprecated. | 
|  boolean | isAssertionType(String assertionType)Deprecated. isAssertionTypetests to see whether the type of the
 assertion matches the passed in type. | 
|  boolean | repudiable()Deprecated. repudiablereturns repudiablility of an assertion --
 i.e. | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
protected String id
| Constructor Detail | 
|---|
public ConfidentialityAssertion(String id)
| Method Detail | 
|---|
public String getAssertionType()
SecurityAssertiongetAssertionType returns the type of the assertion
 (e.g. identity, integrity, confidentiality) as a string.
getAssertionType in interface SecurityAssertionString value representing the assertion typepublic int getAssertionTypeCode()
SecurityAssertion
getAssertionTypeCode in interface SecurityAssertionpublic String getId()
public boolean isAssertionType(String assertionType)
SecurityAssertionisAssertionType tests to see whether the type of the
 assertion matches the passed in type.
isAssertionType in interface SecurityAssertionassertionType - a String value
boolean value indicating the match result.public boolean repudiable()
SecurityAssertionrepudiable returns repudiablility of an assertion --
 i.e. can the the creator reasonably deny that they performed the
 operation that backs this assertion.  This is generally true for
 public/private key based operations where the operation is
 performed by the private key that is available only to a single
 individual or entity.
 True non-repudiation is only acheived in the context of solid
 practices (e.g. secure storage of keys, regular updates of
 revocation lists, certificate chain validation, etc.) and binding
 agreements between parties.    This property indicates only that
 the backing operation supports non-repudiation.
repudiable in interface SecurityAssertionboolean value| 
 | Documentation is available at http://download.oracle.com/docs/cd/E13222_01/wls/docs100 Copyright 2006 BEA Systems Inc. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||