org.openmdx.security.authentication1.cci2
Interface SendPasscode

All Superinterfaces:
org.openmdx.base.cci2.BasicObject, org.openmdx.base.cci2.ContextCapable, Credential, org.openmdx.base.cci2.ExtentCapable, Passcode, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
SendPasscode
All Known Implementing Classes:
SendPasscode

public interface SendPasscode
extends Passcode

Class SendPasscode


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.security.authentication1.cci2.Credential
Credential.Identity
 
Method Summary
 URI getAddress()
          Retrieves the value for the attribute address.
 short getTemplate()
          Retrieves the value for the attribute template.
 void setAddress(URI address)
          Sets a new value for the attribute address.
 void setTemplate(short template)
          Sets a new value for the attribute template.
 
Methods inherited from interface org.openmdx.security.authentication1.cci2.Credential
getId, getResetCredential, reset, setSegment, setSegment
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 
Methods inherited from interface org.openmdx.security.realm1.cci2.Credential
getSubject, isLocked, request, setLocked, setSubject, validate
 

Method Detail

getAddress

URI getAddress()
Retrieves the value for the attribute address.

Returns:
The non-null value for attribute address.

setAddress

void setAddress(URI address)
Sets a new value for the attribute address.

Parameters:
address - The non-null new value for attribute address.

getTemplate

short getTemplate()
Retrieves the value for the attribute template.

Returns:
The non-null value for attribute template.

setTemplate

void setTemplate(short template)
Sets a new value for the attribute template.

Parameters:
template - The non-null new value for attribute template.


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.