|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openmdx.base.accessor.jmi.spi.RefObject_1
org.openmdx.security.authentication1.cci.PasscodeImpl
public class PasscodeImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface javax.jdo.spi.PersistenceCapable |
|---|
PersistenceCapable.ObjectIdFieldConsumer, PersistenceCapable.ObjectIdFieldManager, PersistenceCapable.ObjectIdFieldSupplier |
| Field Summary |
|---|
| Fields inherited from interface javax.jdo.spi.PersistenceCapable |
|---|
CHECK_READ, CHECK_WRITE, LOAD_REQUIRED, MEDIATE_READ, MEDIATE_WRITE, READ_OK, READ_WRITE_OK, SERIALIZABLE |
| Constructor Summary | |
|---|---|
PasscodeImpl(Object_1_0 object,
RefClass refClass)
|
|
| Method Summary | |
|---|---|
protected void |
addContext(Context newValue)
|
protected void |
addContext(String id,
Context newValue)
|
void |
addResetCredential(Credential newValue)
|
void |
addResetCredential(int index,
Credential newValue)
|
protected void |
addView(String namespace,
View newValue)
|
protected void |
addView(View newValue)
|
Collection |
getContext()
Retrieves the objects referenced by context. |
Context |
getContext(String id)
Retrieves the value for the reference context for the
specified qualifier attribute value. |
Date |
getCreatedAt()
Retrieves the value for the attribute createdAt. |
protected Date |
getCreatedAt(int index)
|
Set |
getCreatedBy()
|
String |
getId()
Retrieves the value for the attribute id. |
protected String |
getId(int index)
|
String |
getIdentity()
Retrieves the value for the attribute identity. |
protected String |
getIdentity(int index)
|
Date |
getModifiedAt()
Retrieves the value for the attribute modifiedAt. |
protected Date |
getModifiedAt(int index)
|
Set |
getModifiedBy()
|
Collection |
getResetCredential()
Retrieves the objects referenced by resetCredential. |
Credential |
getResetCredential(int index)
Retrieves the value for the reference resetCredential for
the specified qualifier attribute value. |
Subject |
getSubject()
Retrieves the value for the reference subject. |
Collection |
getView()
Retrieves a collection containing all the elements for the reference view. |
View |
getView(String namespace)
Retrieves the value for the reference view for the
specified qualifier attribute value. |
List |
getView(ViewFilter filter)
Retrieves the value for the reference view for the
specified filter. |
List |
getView(ViewQuery query)
Retrieves the value for the reference view for the
specified query. |
boolean |
isLocked()
Retrieves the value for the attribute locked. |
protected boolean |
isLocked(int index)
|
protected void |
removeContext(String id)
|
void |
removeResetCredential(int index)
|
protected void |
removeView(String namespace)
|
ValidationResult |
request(AuthenticationContext context)
|
ValidationResult |
request(CredentialRequestParams params)
|
Void |
reset(CredentialResetParams params)
|
Void |
reset(List resetValue,
byte[] value)
|
protected void |
setContext(Context[] newValue)
|
protected void |
setContext(List newValue)
|
protected void |
setCreatedAt(Date newValue)
|
protected void |
setCreatedAt(int index,
Date newValue)
|
protected void |
setCreatedBy(Set newValue)
|
protected void |
setCreatedBy(String[] newValue)
|
protected void |
setId(int index,
String newValue)
|
protected void |
setId(String newValue)
|
protected void |
setIdentity(int index,
String newValue)
|
protected void |
setIdentity(String newValue)
|
void |
setLocked(boolean newValue)
Sets a new value for the attribute locked. |
protected void |
setLocked(int index,
boolean newValue)
|
protected void |
setModifiedAt(Date newValue)
|
protected void |
setModifiedAt(int index,
Date newValue)
|
protected void |
setModifiedBy(Set newValue)
|
protected void |
setModifiedBy(String[] newValue)
|
void |
setResetCredential(Credential[] newValue)
|
void |
setResetCredential(List newValue)
|
void |
setSubject(Subject newValue)
Sets a new value for the reference subject. |
protected void |
setView(List newValue)
|
protected void |
setView(View[] newValue)
|
ValidationResult |
validate(AuthenticationContext context,
byte[] state,
byte[] value)
|
ValidationResult |
validate(CredentialValidateParams params)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.openmdx.base.accessor.jmi.cci.RefObject_1_0 |
|---|
refAddEventListener, refAddToUnitOfWork, refAddValue, refContext, refDefaultFetchGroup, refDelegate, refFlush, refGetEventListeners, refGetPath, refGetValue, refGetValue, refInitialize, refInitialize, refIsDeleted, refIsDirty, refIsNew, refIsPersistent, refIsWriteProtected, refRefresh, refRefreshAsynchronously, refRemoveEventListener, refRemoveFromUnitOfWork, refRemoveValue, refRemoveValue, refSetValue, refWriteProtect |
| Methods inherited from interface javax.jmi.reflect.RefObject |
|---|
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite |
| Methods inherited from interface javax.jmi.reflect.RefFeatured |
|---|
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue |
| Methods inherited from interface javax.jmi.reflect.RefBaseObject |
|---|
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints |
| Constructor Detail |
|---|
public PasscodeImpl(Object_1_0 object,
RefClass refClass)
| Method Detail |
|---|
public Date getCreatedAt()
BasicObjectcreatedAt.
getCreatedAt in interface BasicObjectcreatedAt.protected Date getCreatedAt(int index)
protected void setCreatedAt(Date newValue)
protected void setCreatedAt(int index,
Date newValue)
public Set getCreatedBy()
getCreatedBy in interface BasicObjectprotected void setCreatedBy(Set newValue)
protected void setCreatedBy(String[] newValue)
public Date getModifiedAt()
BasicObjectmodifiedAt.
getModifiedAt in interface BasicObjectmodifiedAt.protected Date getModifiedAt(int index)
protected void setModifiedAt(Date newValue)
protected void setModifiedAt(int index,
Date newValue)
public Set getModifiedBy()
getModifiedBy in interface BasicObjectprotected void setModifiedBy(Set newValue)
protected void setModifiedBy(String[] newValue)
protected void setContext(List newValue)
protected void setContext(Context[] newValue)
public Context getContext(String id)
ContextCapablecontext for the
specified qualifier attribute value.
getContext in interface ContextCapableid - The value for the qualifier attribute that qualifies this reference.
public Collection getContext()
ContextCapablecontext.
getContext in interface ContextCapable
protected void addContext(String id,
Context newValue)
protected void addContext(Context newValue)
protected void removeContext(String id)
public String getIdentity()
ExtentCapableidentity.
getIdentity in interface ExtentCapableidentity.protected String getIdentity(int index)
protected void setIdentity(String newValue)
protected void setIdentity(int index,
String newValue)
protected void setView(List newValue)
protected void setView(View[] newValue)
public View getView(String namespace)
ViewCapableview for the
specified qualifier attribute value.
getView in interface ViewCapablenamespace - The value for the qualifier attribute that qualifies this reference.
public Collection getView()
ViewCapableview.
getView in interface ViewCapablepublic List getView(ViewFilter filter)
ViewCapableview for the
specified filter.
getView in interface ViewCapablefilter - filter which is applied to the set of referenced objects.
public List getView(ViewQuery query)
ViewCapableview for the
specified query.
getView in interface ViewCapable
protected void addView(String namespace,
View newValue)
protected void addView(View newValue)
protected void removeView(String namespace)
public String getId()
Credentialid.
id.protected String getId(int index)
protected void setId(String newValue)
protected void setId(int index,
String newValue)
public Void reset(CredentialResetParams params)
throws RefException
RefException
public Void reset(List resetValue,
byte[] value)
throws RefException
RefExceptionpublic void setResetCredential(List newValue)
public void setResetCredential(Credential[] newValue)
public Credential getResetCredential(int index)
CredentialresetCredential for
the specified qualifier attribute value.
index - The value for the qualifier attribute that qualifies this reference.
public Collection getResetCredential()
CredentialresetCredential.
public void addResetCredential(int index,
Credential newValue)
index - The qualifier attribute value that qualifies the reference to get the element to be appended.newValue - The element to be appended.public void addResetCredential(Credential newValue)
newValue - The element to be appended.public void removeResetCredential(int index)
public boolean isLocked()
Credentiallocked.
isLocked in interface Credentiallocked.protected boolean isLocked(int index)
public void setLocked(boolean newValue)
Credentiallocked.
setLocked in interface CredentialnewValue - The non-null new value for attribute locked.
protected void setLocked(int index,
boolean newValue)
public ValidationResult request(CredentialRequestParams params)
throws RefException
request in interface CredentialRefException
public ValidationResult request(AuthenticationContext context)
throws RefException
request in interface CredentialRefExceptionpublic Subject getSubject()
Credentialsubject.
getSubject in interface Credentialpublic void setSubject(Subject newValue)
Credentialsubject.
setSubject in interface CredentialnewValue - The non-null new value for this reference.
public ValidationResult validate(CredentialValidateParams params)
throws RefException
validate in interface CredentialRefException
public ValidationResult validate(AuthenticationContext context,
byte[] state,
byte[] value)
throws RefException
validate in interface CredentialRefException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||