|
Oracle | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweblogic.security.providers.saml.SAMLAttributeStatementInfo
public class SAMLAttributeStatementInfo
A class that represents an AttributeStatement in a SAMLAssertion.
Constructor Summary | |
---|---|
SAMLAttributeStatementInfo()
Constructs a SAMLAttributeStatementInfo with no attributes. |
|
SAMLAttributeStatementInfo(Collection<SAMLAttributeInfo> attrs)
Constructs a SAMLAttributeStatementInfo containing multiple
SAMLAttributeInfo elements. |
Method Summary | |
---|---|
void |
addAttributeInfo(SAMLAttributeInfo info)
Adds a SAMLAttributeInfo , at the end of the existing attribute list. |
Collection<SAMLAttributeInfo> |
getAttributeInfo()
return attributes in this AttributeStatement |
void |
setAttributeInfo(Collection<SAMLAttributeInfo> attrs)
Adds a Collection of SAMLAttributeInfo instance to
this SAMLAttributeStatementInfo instance, to the end of the
existing attributes list, in the order that they presents in the attrs. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SAMLAttributeStatementInfo()
SAMLAttributeStatementInfo
with no attributes.
It represents an empty SAML AttributeStatement.
public SAMLAttributeStatementInfo(Collection<SAMLAttributeInfo> attrs)
SAMLAttributeStatementInfo
containing multiple
SAMLAttributeInfo
elements.
attrs
- Collection
of SAMLAttributeInfo
Method Detail |
---|
public Collection<SAMLAttributeInfo> getAttributeInfo()
public void setAttributeInfo(Collection<SAMLAttributeInfo> attrs)
Collection
of SAMLAttributeInfo
instance to
this SAMLAttributeStatementInfo
instance, to the end of the
existing attributes list, in the order that they presents in the attrs.
attrs
- attributes to be addedpublic void addAttributeInfo(SAMLAttributeInfo info)
SAMLAttributeInfo
, at the end of the existing attribute list.
If the info is null, or its name or namespace is null or empty, it's not added.
info
- SAMLAttributeInfo
|
Documentation is available at http://download.oracle.com/docs/cd/E12839_01/web.1111 Copyright 1996,2009, 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. Part Number E13941-01 Oracle WebLogic Server 10.3.1 API Reference |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |