@Service @Singleton public class SecurityScopeContext extends Object implements org.glassfish.hk2.api.Context<SecurityScope>
| Constructor and Description |
|---|
SecurityScopeContext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(org.glassfish.hk2.api.ActiveDescriptor<?> descriptor) |
void |
destroyOne(org.glassfish.hk2.api.ActiveDescriptor<?> descriptor) |
<T> T |
findOrCreate(org.glassfish.hk2.api.ActiveDescriptor<T> activeDescriptor,
org.glassfish.hk2.api.ServiceHandle<?> root) |
Class<? extends Annotation> |
getScope() |
boolean |
isActive() |
void |
shutdown() |
boolean |
supportsNullCreation() |
public Class<? extends Annotation> getScope()
getScope in interface org.glassfish.hk2.api.Context<SecurityScope>public <T> T findOrCreate(org.glassfish.hk2.api.ActiveDescriptor<T> activeDescriptor,
org.glassfish.hk2.api.ServiceHandle<?> root)
findOrCreate in interface org.glassfish.hk2.api.Context<SecurityScope>public boolean containsKey(org.glassfish.hk2.api.ActiveDescriptor<?> descriptor)
containsKey in interface org.glassfish.hk2.api.Context<SecurityScope>public boolean isActive()
isActive in interface org.glassfish.hk2.api.Context<SecurityScope>public boolean supportsNullCreation()
supportsNullCreation in interface org.glassfish.hk2.api.Context<SecurityScope>public void shutdown()
shutdown in interface org.glassfish.hk2.api.Context<SecurityScope>public void destroyOne(org.glassfish.hk2.api.ActiveDescriptor<?> descriptor)
destroyOne in interface org.glassfish.hk2.api.Context<SecurityScope>Copyright © 2013. All Rights Reserved.