org.openmdx.security.authentication1.cci2
Interface Segment

All Superinterfaces:
org.openmdx.base.cci2.ContextCapable, org.openmdx.base.cci2.Segment, org.openmdx.compatibility.view1.cci2.ViewCapable
All Known Subinterfaces:
Segment

public interface Segment
extends org.openmdx.base.cci2.Segment

Class Segment


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openmdx.base.cci2.Segment
org.openmdx.base.cci2.Segment.Identity
 
Method Summary
<T extends AuthenticationContext>
Collection<T>
getAuthenticationContext()
          Retrieves a set containing all the elements for the reference authenticationContext.
<T extends Credential>
Collection<T>
getCredential()
          Retrieves a set containing all the elements for the reference credential.
 
Methods inherited from interface org.openmdx.base.cci2.Segment
getDescription, getProvider, setDescription, setProvider, setProvider
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView
 

Method Detail

getAuthenticationContext

<T extends AuthenticationContext> Collection<T> getAuthenticationContext()
Retrieves a set containing all the elements for the reference authenticationContext.

Returns:
A set containing all the elements for this reference.

getCredential

<T extends Credential> Collection<T> getCredential()
Retrieves a set containing all the elements for the reference credential.

Returns:
A set containing all the elements for this reference.


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