|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openregistry.core.web.resources.config.DefaultLockExtractor
public final class DefaultLockExtractor
Extracts the Principal name from the Principal.
| Constructor Summary | |
|---|---|
DefaultLockExtractor()
|
|
| Method Summary | |
|---|---|
java.lang.String |
extract(java.security.Principal principal,
java.lang.String lockValue)
Extracts the lock from either the principal or the lock value provided (or some other method, combining the two). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultLockExtractor()
| Method Detail |
|---|
public java.lang.String extract(java.security.Principal principal,
java.lang.String lockValue)
LockExtractor
extract in interface LockExtractorprincipal - the principal to extract the lock from.lockValue - the potential value of the lock.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||