com.atlassian.crowd.integration.osuser
Class TestDelegatingProfileProvider.MockProfileProvider

java.lang.Object
  extended by com.atlassian.crowd.integration.osuser.TestDelegatingProfileProvider.MockProfileProvider
All Implemented Interfaces:
com.opensymphony.user.provider.ProfileProvider, com.opensymphony.user.provider.UserProvider, java.io.Serializable
Direct Known Subclasses:
TestDelegatingProfileProvider.MockProfileProvider2, TestDelegatingProfileProvider.MockProfileProvider3
Enclosing class:
TestDelegatingProfileProvider

public static class TestDelegatingProfileProvider.MockProfileProvider
extends java.lang.Object
implements com.opensymphony.user.provider.ProfileProvider

See Also:
Serialized Form

Constructor Summary
TestDelegatingProfileProvider.MockProfileProvider()
           
 
Method Summary
 boolean create(java.lang.String string)
           
 void flushCaches()
           
 com.opensymphony.module.propertyset.PropertySet getPropertySet(java.lang.String string)
           
 boolean handles(java.lang.String string)
           
 boolean init(java.util.Properties properties)
           
 java.util.List list()
           
 boolean load(java.lang.String string, com.opensymphony.user.Entity.Accessor accessor)
           
 boolean remove(java.lang.String string)
           
 boolean store(java.lang.String string, com.opensymphony.user.Entity.Accessor accessor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDelegatingProfileProvider.MockProfileProvider

public TestDelegatingProfileProvider.MockProfileProvider()
Method Detail

create

public boolean create(java.lang.String string)
Specified by:
create in interface com.opensymphony.user.provider.UserProvider

getPropertySet

public com.opensymphony.module.propertyset.PropertySet getPropertySet(java.lang.String string)
Specified by:
getPropertySet in interface com.opensymphony.user.provider.ProfileProvider

flushCaches

public void flushCaches()
Specified by:
flushCaches in interface com.opensymphony.user.provider.UserProvider

handles

public boolean handles(java.lang.String string)
Specified by:
handles in interface com.opensymphony.user.provider.UserProvider

init

public boolean init(java.util.Properties properties)
Specified by:
init in interface com.opensymphony.user.provider.UserProvider

list

public java.util.List list()
Specified by:
list in interface com.opensymphony.user.provider.UserProvider

load

public boolean load(java.lang.String string,
                    com.opensymphony.user.Entity.Accessor accessor)
Specified by:
load in interface com.opensymphony.user.provider.UserProvider

remove

public boolean remove(java.lang.String string)
Specified by:
remove in interface com.opensymphony.user.provider.UserProvider

store

public boolean store(java.lang.String string,
                     com.opensymphony.user.Entity.Accessor accessor)
Specified by:
store in interface com.opensymphony.user.provider.UserProvider


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.