|
Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object weblogic.xml.security.assertion.ConfidentialityAssertion weblogic.xml.security.assertion.ElementConfidentialityAssertion
public class ElementConfidentialityAssertion
${FILE} Created: Oct 6, 2002, 6:58:16 PM by pdapkus
Field Summary |
---|
Fields inherited from class weblogic.xml.security.assertion.ConfidentialityAssertion |
---|
id |
Fields inherited from interface weblogic.xml.security.assertion.ElementAssertion |
---|
BODY, HEADER |
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 | |
---|---|
ElementConfidentialityAssertion(String localName,
String namespace,
String restriction)
Deprecated. |
Method Summary | |
---|---|
String |
getAssertionType()
Deprecated. getAssertionType returns the type of the assertion
(e.g. |
int |
getAssertionTypeCode()
Deprecated. Returns an integer that uniquely identifies the type of assertion. |
String |
getElementLocalName()
Deprecated. Returns the LocalName of the Elements covered by this assertion. |
QName |
getElementName()
Deprecated. Returns the name of the Elements covered by this assertion. |
String |
getElementNamespace()
Deprecated. Returns the namespace of the elements covered by this assertion. |
String |
getRestriction()
Deprecated. Get the restriction for the current assertion (i.e. |
boolean |
isAssertionType(String assertionType)
Deprecated. isAssertionType tests to see whether the type of the
assertion matches the passed in type. |
boolean |
satisfies(ElementIdentifier spec)
Deprecated. Returns true if assertion covers the elements identified by the ElementIdentifier. |
String |
toString()
Deprecated. |
Methods inherited from class weblogic.xml.security.assertion.ConfidentialityAssertion |
---|
getId, repudiable |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ElementConfidentialityAssertion(String localName, String namespace, String restriction)
Method Detail |
---|
public QName getElementName()
ElementAssertion
getElementName
in interface ElementAssertion
public String getElementLocalName()
ElementAssertion
getElementLocalName
in interface ElementAssertion
public String getElementNamespace()
ElementAssertion
getElementNamespace
in interface ElementAssertion
public String getRestriction()
ElementAssertion
getRestriction
in interface ElementAssertion
public final boolean isAssertionType(String assertionType)
SecurityAssertion
isAssertionType
tests to see whether the type of the
assertion matches the passed in type.
isAssertionType
in interface SecurityAssertion
isAssertionType
in class ConfidentialityAssertion
assertionType
- a String
value
boolean
value indicating the match result.public final String getAssertionType()
SecurityAssertion
getAssertionType
returns the type of the assertion
(e.g. identity, integrity, confidentiality) as a string.
getAssertionType
in interface SecurityAssertion
getAssertionType
in class ConfidentialityAssertion
String
value representing the assertion typepublic final int getAssertionTypeCode()
SecurityAssertion
getAssertionTypeCode
in interface SecurityAssertion
getAssertionTypeCode
in class ConfidentialityAssertion
public final boolean satisfies(ElementIdentifier spec)
ElementAssertion
satisfies
in interface ElementAssertion
public final String toString()
toString
in class Object
|
Copyright 1996, 2014, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners. Oracle Fusion Middleware Java API Reference for Oracle WebLogic Server 12c (12.1.3) Part Number E41849-02 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |