Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
CustomRealm without listing Group Members
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Andreas Schlüter  
View profile  
 More options May 26 2001, 2:01 pm
Newsgroups: weblogic.developer.interest.security
From: "Andreas Schlüter" <Andreas.Schlue...@softlab.de>
Date: 26 May 2001 11:02:56 -0800
Local: Sat, May 26 2001 3:02 pm
Subject: CustomRealm without listing Group Members

Hi,

we are considering to implement a custom security realm. We have a fixed number
of groups to be used in ACLs. Users are stored in an LDAP server.
Group membership depends on some information on the individual user which needs
to be gathered from a separate backend system. Therefore, it is not feasible to
implement the getMembers() method on the Group class since that means iterating
over all "user records" in the backend system.
Here my question:
1. Is the getMembers() method needed for Authorization and/or Authentication or
can we simply make it return an empty list? (We do not mind if we do not see group
members in the administration console.)
2. Is it a good idea at all to have this kind of group definition?
3. What about the method "getUsers" for the ListableRealm? Is this one needed
for Authorization/Authentification. This method poses a similar problem.

Regards,

Andreas


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
alf  
View profile  
 More options May 28 2001, 1:24 pm
Newsgroups: weblogic.developer.interest.security
From: <Alf>
Date: Mon, 28 May 2001 13:14:22 -0400
Local: Mon, May 28 2001 1:14 pm
Subject: Re: CustomRealm without listing Group Members
> 1. Is the getMembers() method needed for Authorization and/or
Authentication or
> can we simply make it return an empty list? (We do not mind if we do not
see group
> members in the administration console.)

I think this method is not needed at all for authentication and
authorization, it's only used to list the users in the WL admin page.

> 3. What about the method "getUsers" for the ListableRealm? Is this one
needed
> for Authorization/Authentification. This method poses a similar problem.

Same answer.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »