|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xwiki.security.DefaultSecurityReferenceFactory
@Component @Singleton public class DefaultSecurityReferenceFactory
SecurityReference factory.
| Constructor Summary | |
|---|---|
DefaultSecurityReferenceFactory()
|
|
| Method Summary | |
|---|---|
SecurityReference |
newEntityReference(EntityReference reference)
Returns a SecurityReference for the provided entity. |
GroupSecurityReference |
newGroupReference(DocumentReference reference)
Returns a GroupSecurityReference for the provided group document reference. |
UserSecurityReference |
newUserReference(DocumentReference reference)
Returns a UserSecurityReference for the provided user document reference. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultSecurityReferenceFactory()
| Method Detail |
|---|
public SecurityReference newEntityReference(EntityReference reference)
SecurityReferenceFactorySecurityReference for the provided entity.
newEntityReference in interface SecurityReferenceFactoryreference - the entity reference to clone
SecurityReference for the provided entity.public UserSecurityReference newUserReference(DocumentReference reference)
SecurityReferenceFactoryUserSecurityReference for the provided user document reference.
newUserReference in interface SecurityReferenceFactoryreference - the entity reference to clone
UserSecurityReference for the provided user document reference.public GroupSecurityReference newGroupReference(DocumentReference reference)
SecurityReferenceFactoryGroupSecurityReference for the provided group document reference.
newGroupReference in interface SecurityReferenceFactoryreference - the entity reference to clone
GroupSecurityReference for the provided group document reference.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||