ome.security.auth
Class AttributeSet

java.lang.Object
  extended by ome.security.auth.AttributeSet

public class AttributeSet
extends Object

Specialized handling of all the attributes, multi or single valued.

Since:
Beta4.2
Author:
Josh Moore, josh at glencoesoftware.com

Constructor Summary
AttributeSet(org.springframework.ldap.core.DirContextAdapter ctx)
           
 
Method Summary
 Set<String> getAll(String id)
           
 String getFirst(String id)
           
 String key(String id)
           
 String put(String id, String value)
           
 int size(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AttributeSet

public AttributeSet(org.springframework.ldap.core.DirContextAdapter ctx)
Method Detail

key

public String key(String id)

getFirst

public String getFirst(String id)

getAll

public Set<String> getAll(String id)

size

public int size(String id)

put

public String put(String id,
                  String value)


OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

Copyright © 2009 The University of Dundee. All Rights Reserved.