|
BEA Systems, Inc. | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBeanHome
interface.)No description provided.
Method Summary | |
int |
getCredCacheMinViableTTL()
The minimum time, in seconds, that an entry in the credential cache will live. |
int |
getCredCacheSize()
The size of the cache used to store assertion credentials.The cache stores assertion credentials so that requests for the same assertion may return a result from cache, rather than generate a new assertion. |
int |
getDefaultTimeToLive()
Time in seconds that, by default, an assertion should remain valid.If the value is zero, then assertions have an infinite lifetime. |
int |
getDefaultTimeToLiveDelta()
A time factor you can use to allow the Credential Mapper to compensate for clock differences between the source and destination sites. |
String |
getDescription()
A short description of the SAML Credential Mapper V2 provider. |
String |
getIssuerURI()
The Issuer URI (name) of this SAML Authority. |
int |
getMinimumParserPoolSize()
The minimum number of parsers to maintain in the parser pool. |
String |
getName()
The name of this configuration. |
String |
getNameMapperClassName()
The name of the Java class that maps Subjects to SAML Assertion name information. |
String |
getNameQualifier()
The Name Qualifier value used by the Name Mapper.The value of the Name Qualifier is the security or administrative domain that qualifies the name of the subject. |
String |
getProviderClassName()
The name of the Java class used to load the SAML Credential Mapper V2 provider. |
String |
getSigningKeyAlias()
The alias used to access the keystore for keys used to sign assertions. |
String |
getSigningKeyPassPhrase()
The credential (password) used to access the keystore for keys used to sign assertions. |
byte[] |
getSigningKeyPassPhraseEncrypted()
|
String |
getVersion()
The version number of the SAML Credential Mapper V2 provider. |
void |
setCredCacheMinViableTTL(int newValue)
The minimum time, in seconds, that an entry in the credential cache will live. |
void |
setCredCacheSize(int newValue)
The size of the cache used to store assertion credentials.The cache stores assertion credentials so that requests for the same assertion may return a result from cache, rather than generate a new assertion. |
void |
setDefaultTimeToLive(int newValue)
Time in seconds that, by default, an assertion should remain valid.If the value is zero, then assertions have an infinite lifetime. |
void |
setDefaultTimeToLiveDelta(int newValue)
A time factor you can use to allow the Credential Mapper to compensate for clock differences between the source and destination sites. |
void |
setIssuerURI(String newValue)
The Issuer URI (name) of this SAML Authority. |
void |
setMinimumParserPoolSize(int newValue)
The minimum number of parsers to maintain in the parser pool. |
void |
setNameMapperClassName(String newValue)
The name of the Java class that maps Subjects to SAML Assertion name information. |
void |
setNameQualifier(String newValue)
The Name Qualifier value used by the Name Mapper.The value of the Name Qualifier is the security or administrative domain that qualifies the name of the subject. |
void |
setSigningKeyAlias(String newValue)
The alias used to access the keystore for keys used to sign assertions. |
void |
setSigningKeyPassPhrase(String newValue)
The credential (password) used to access the keystore for keys used to sign assertions. |
void |
setSigningKeyPassPhraseEncrypted(byte[] _bytes)
|
Methods inherited from interface weblogic.management.commo.StandardInterface |
setName, wls_getDisplayName, wls_getInterfaceClassName, wls_getObjectName |
Methods inherited from interface weblogic.descriptor.DescriptorBean |
addBeanUpdateListener, addPropertyChangeListener, createChildCopy, createChildCopyIncludingObsolete, getDescriptor, getParentBean, isEditable, removeBeanUpdateListener, removePropertyChangeListener |
Methods inherited from interface weblogic.descriptor.SettableBean |
isSet, unSet |
Methods inherited from interface weblogic.management.security.ProviderMBean |
getRealm |
Methods inherited from interface weblogic.security.providers.saml.registry.SAMLRelyingPartyRegistryMBean |
addRelyingParty, getRelyingParty, listRelyingParties, newRelyingParty, relyingPartyExists, removeRelyingParty, updateRelyingParty |
Methods inherited from interface weblogic.security.providers.saml.registry.SAMLPartnerRegistryMBean |
certificateExists, copyToDER, copyToPEM, getCertificate, getSupportedExportConstraints, getSupportedExportFormats, getSupportedImportConstraints, getSupportedImportFormats, listCertificates, registerCertificate, unregisterCertificate |
Methods inherited from interface weblogic.management.security.ImportMBean |
importData |
Methods inherited from interface weblogic.management.security.ExportMBean |
exportData |
Methods inherited from interface weblogic.management.utils.NameListerMBean |
getCurrentName |
Methods inherited from interface weblogic.management.utils.ListerMBean |
advance, close, haveCurrent |
Method Detail |
public int getCredCacheMinViableTTL()
public int getCredCacheSize()
public int getDefaultTimeToLive()
public int getDefaultTimeToLiveDelta()
public String getDescription()
getDescription
in interface ProviderMBean
public String getIssuerURI()
public int getMinimumParserPoolSize()
public String getName()
ProviderMBean
getName
in interface weblogic.management.commo.StandardInterface
public String getNameMapperClassName()
public String getNameQualifier()
public String getProviderClassName()
getProviderClassName
in interface ProviderMBean
public String getSigningKeyAlias()
public String getSigningKeyPassPhrase()
public byte[] getSigningKeyPassPhraseEncrypted()
public String getVersion()
getVersion
in interface ProviderMBean
public void setCredCacheMinViableTTL(int newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute CredCacheMinViableTTL
InvalidAttributeValueException
public void setCredCacheSize(int newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute CredCacheSize
InvalidAttributeValueException
public void setDefaultTimeToLive(int newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute DefaultTimeToLive
InvalidAttributeValueException
public void setDefaultTimeToLiveDelta(int newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute DefaultTimeToLiveDelta
InvalidAttributeValueException
public void setIssuerURI(String newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute IssuerURI
InvalidAttributeValueException
public void setMinimumParserPoolSize(int newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute MinimumParserPoolSize
InvalidAttributeValueException
public void setNameMapperClassName(String newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute NameMapperClassName
InvalidAttributeValueException
public void setNameQualifier(String newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute NameQualifier
InvalidAttributeValueException
public void setSigningKeyAlias(String newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute SigningKeyAlias
InvalidAttributeValueException
public void setSigningKeyPassPhrase(String newValue) throws InvalidAttributeValueException
newValue
- - new value for attribute SigningKeyPassPhrase
InvalidAttributeValueException
public void setSigningKeyPassPhraseEncrypted(byte[] _bytes)
|
Documentation is available at http://e-docs.bea.com/wls/docs91 Copyright 2005 BEA Systems Inc. |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |