|
Project Wonder 5.0 | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecter.rest.entityDelegates.ERXUnsafeRestAuthenticationDelegate
public class ERXUnsafeRestAuthenticationDelegate
ERXUnsafeRestAuthenticationDelegate should NEVER be used in production. This is an auth delegate implementation designed to allow you to explore the features of ERRest without having to actually write a custom delegate. This implementation just returns true if you are in development mode. It will always return false if ERXApplication.erxApplication().isDevelopmentMode() is false.
Constructor Summary | |
---|---|
ERXUnsafeRestAuthenticationDelegate()
|
Method Summary | |
---|---|
boolean |
authenticate(ERXRestContext context)
Attempt to authenticate the user with the given context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ERXUnsafeRestAuthenticationDelegate()
Method Detail |
---|
public boolean authenticate(ERXRestContext context)
IERXRestAuthenticationDelegate
authenticate
in interface IERXRestAuthenticationDelegate
context
- the rest context
|
Last updated: Tue, Feb 21, 2017 05:45 PM CET | |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |